<86>Sep  4 12:22:53 userdel[3292808]: delete user 'rooter'
<86>Sep  4 12:22:53 userdel[3292808]: removed group 'rooter' owned by 'rooter'
<86>Sep  4 12:22:53 userdel[3292808]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep  4 12:22:53 groupadd[3292813]: group added to /etc/group: name=rooter, GID=657
<86>Sep  4 12:22:53 groupadd[3292813]: group added to /etc/gshadow: name=rooter
<86>Sep  4 12:22:53 groupadd[3292813]: new group: name=rooter, GID=657
<86>Sep  4 12:22:53 useradd[3292817]: new user: name=rooter, UID=657, GID=657, home=/root, shell=/bin/bash
<86>Sep  4 12:22:53 userdel[3292823]: delete user 'builder'
<86>Sep  4 12:22:53 userdel[3292823]: removed group 'builder' owned by 'builder'
<86>Sep  4 12:22:53 userdel[3292823]: removed shadow group 'builder' owned by 'builder'
<86>Sep  4 12:22:53 groupadd[3292828]: group added to /etc/group: name=builder, GID=658
<86>Sep  4 12:22:53 groupadd[3292828]: group added to /etc/gshadow: name=builder
<86>Sep  4 12:22:53 groupadd[3292828]: new group: name=builder, GID=658
<86>Sep  4 12:22:53 useradd[3292832]: new user: name=builder, UID=658, GID=658, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/libnewmat-11beta-alt4.src.rpm: license not found in '/usr/share/license' directory: Public
/usr/src/in/srpm/libnewmat-11beta-alt4.src.rpm: license not found in '/usr/share/license' directory: Use
<13>Sep  4 12:22:56 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed
<13>Sep  4 12:22:56 rpmi: libstdc++10-devel-10.3.1-alt3 sisyphus+281519.340.4.1 1627910476 installed
<13>Sep  4 12:22:58 rpmi: gcc10-c++-10.3.1-alt3 sisyphus+281519.340.4.1 1627910476 installed
<13>Sep  4 12:22:58 rpmi: gcc-c++-10-alt2 sisyphus+281519.400.4.1 1627911328 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/libnewmat-11beta-alt4.nosrc.rpm (w1.gzdio)
Installing libnewmat-11beta-alt4.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.20698
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ install -p -m644 /usr/src/RPM/SOURCES/Makefile.Newmat .
+ install -p -m644 /usr/src/RPM/SOURCES/include.h.newmat11 .
+ echo 'Patch #0 (newmat-11-beta-alt-version.patch):'
Patch #0 (newmat-11-beta-alt-version.patch):
+ /usr/bin/patch -p0
patching file Makefile.Newmat
+ cd /usr/src/RPM/BUILD
+ rm -rf newmat
+ echo 'Source #0 (newmat11.tar.gz):'
Source #0 (newmat11.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/newmat11.tar.gz
+ /bin/tar -xf -
+ cd newmat
+ /bin/chmod -c -Rf u+rwX,go-w .
+ mv ../Makefile.Newmat Makefile
+ mv -f ../include.h.newmat11 include.h
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.20698
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd newmat
+ echo 'libnewmat.so.11.0:   $(newmat_lobj)'
+ echo '	$(CXX) $(LDFLAGS) -shared -Wl,-soname,libnewmat.so.11 -o $@ $^'
+ make -j8 -f nm_gnu.mak -j8 'CXXFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC' libnewmat.so.11.0
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -c newmat1.cpp
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -c newmat3.cpp
newmat3.cpp: In member function 'virtual void NEWMAT::SymmetricBandMatrix::GetRow(NEWMAT::MatrixRowCol&)':
newmat3.cpp:670:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  670 |       if (s>0) w -= s; mrc.storage = w; int w2 = w-w1;
      |       ^~
newmat3.cpp:670:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  670 |       if (s>0) w -= s; mrc.storage = w; int w2 = w-w1;
      |                        ^~~
newmat3.cpp: In member function 'virtual void NEWMAT::SymmetricBandMatrix::GetCol(NEWMAT::MatrixRowCol&)':
newmat3.cpp:711:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  711 |       if (s>0) w -= s; mrc.storage = w; int w2 = w-w1;
      |       ^~
newmat3.cpp:711:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  711 |       if (s>0) w -= s; mrc.storage = w; int w2 = w-w1;
      |                        ^~~
newmat3.cpp: In member function 'virtual void NEWMAT::SymmetricBandMatrix::GetCol(NEWMAT::MatrixColX&)':
newmat3.cpp:761:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  761 |       if (s>0) w -= s; mrc.storage = w; int w2 = w-w1;
      |       ^~
newmat3.cpp:761:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  761 |       if (s>0) w -= s; mrc.storage = w; int w2 = w-w1;
      |                        ^~~
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -c newmat2.cpp
newmat2.cpp: In member function 'void NEWMAT::MatrixRowCol::Add(const NEWMAT::MatrixRowCol&)':
newmat2.cpp:41:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   41 |    if (f < skip) f = skip; if (l > lx) l = lx; l -= f;
      |    ^~
newmat2.cpp:41:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   41 |    if (f < skip) f = skip; if (l > lx) l = lx; l -= f;
      |                            ^~
newmat2.cpp: In member function 'void NEWMAT::MatrixRowCol::AddScaled(const NEWMAT::MatrixRowCol&, RBD_COMMON::Real)':
newmat2.cpp:52:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   52 |    if (f < skip) f = skip; if (l > lx) l = lx; l -= f;
      |    ^~
newmat2.cpp:52:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   52 |    if (f < skip) f = skip; if (l > lx) l = lx; l -= f;
      |                            ^~
newmat2.cpp: In member function 'void NEWMAT::MatrixRowCol::Sub(const NEWMAT::MatrixRowCol&)':
newmat2.cpp:63:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   63 |    if (f < skip) f = skip; if (l > lx) l = lx; l -= f;
      |    ^~
newmat2.cpp:63:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   63 |    if (f < skip) f = skip; if (l > lx) l = lx; l -= f;
      |                            ^~
newmat2.cpp: In member function 'void NEWMAT::MatrixRowCol::Inject(const NEWMAT::MatrixRowCol&)':
newmat2.cpp:74:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   74 |    if (f < skip) f = skip; if (l > lx) l = lx; l -= f;
      |    ^~
newmat2.cpp:74:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   74 |    if (f < skip) f = skip; if (l > lx) l = lx; l -= f;
      |                            ^~
newmat2.cpp: In function 'RBD_COMMON::Real NEWMAT::DotProd(const NEWMAT::MatrixRowCol&, const NEWMAT::MatrixRowCol&)':
newmat2.cpp:85:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   85 |    if (f < f2) f = f2; if (l > l2) l = l2; l -= f;
      |    ^~
newmat2.cpp:85:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   85 |    if (f < f2) f = f2; if (l > l2) l = l2; l -= f;
      |                        ^~
newmat2.cpp: In member function 'void NEWMAT::MatrixRowCol::Add(const NEWMAT::MatrixRowCol&, const NEWMAT::MatrixRowCol&)':
newmat2.cpp:99:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   99 |    if (f1<f) f1=f; if (l1>l) l1=l;
      |    ^~
newmat2.cpp:99:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   99 |    if (f1<f) f1=f; if (l1>l) l1=l;
      |                    ^~
newmat2.cpp:101:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  101 |    if (f2<f) f2=f; if (l2>l) l2=l;
      |    ^~
newmat2.cpp:101:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  101 |    if (f2<f) f2=f; if (l2>l) l2=l;
      |                    ^~
newmat2.cpp: In member function 'void NEWMAT::MatrixRowCol::Sub(const NEWMAT::MatrixRowCol&, const NEWMAT::MatrixRowCol&)':
newmat2.cpp:171:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  171 |    if (f1<f) f1=f; if (l1>l) l1=l;
      |    ^~
newmat2.cpp:171:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  171 |    if (f1<f) f1=f; if (l1>l) l1=l;
      |                    ^~
newmat2.cpp:173:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  173 |    if (f2<f) f2=f; if (l2>l) l2=l;
      |    ^~
newmat2.cpp:173:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  173 |    if (f2<f) f2=f; if (l2>l) l2=l;
      |                    ^~
newmat2.cpp: In member function 'void NEWMAT::MatrixRowCol::Multiply(const NEWMAT::MatrixRowCol&, const NEWMAT::MatrixRowCol&)':
newmat2.cpp:335:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  335 |    if (f1<f) f1=f; if (l1>l) l1=l;
      |    ^~
newmat2.cpp:335:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  335 |    if (f1<f) f1=f; if (l1>l) l1=l;
      |                    ^~
newmat2.cpp:337:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  337 |    if (f2<f) f2=f; if (l2>l) l2=l;
      |    ^~
newmat2.cpp:337:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  337 |    if (f2<f) f2=f; if (l2>l) l2=l;
      |                    ^~
newmat2.cpp:339:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  339 |    if (f1<f2) f1 = f2; if (l1>l2) l1 = l2;
      |    ^~
newmat2.cpp:339:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  339 |    if (f1<f2) f1 = f2; if (l1>l2) l1 = l2;
      |                        ^~
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -c newmat5.cpp
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -c newmat8.cpp
newmat8.cpp: In member function 'virtual NEWMAT::LogAndSign NEWMAT::CroutMatrix::log_determinant() const':
newmat8.cpp:715:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  715 |    if (!d) sum.ChangeSign(); return sum;
      |    ^~
newmat8.cpp:715:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  715 |    if (!d) sum.ChangeSign(); return sum;
      |                              ^~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -c newmat7.cpp
newmat7.cpp: In member function 'virtual NEWMAT::GeneralMatrix* NEWMAT::AddedMatrix::Evaluate(NEWMAT::MatrixType)':
newmat7.cpp:562:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  562 |             if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete();
      |             ^~
newmat7.cpp:562:38: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  562 |             if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete();
      |                                      ^~
newmat7.cpp:566:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  566 |          if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete();
      |          ^~
newmat7.cpp:566:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  566 |          if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete();
      |                                   ^~
newmat7.cpp: In member function 'virtual NEWMAT::GeneralMatrix* NEWMAT::SubtractedMatrix::Evaluate(NEWMAT::MatrixType)':
newmat7.cpp:626:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  626 |          if (!c1) gm1->tDelete(); gmx = gm2;
      |          ^~
newmat7.cpp:626:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  626 |          if (!c1) gm1->tDelete(); gmx = gm2;
      |                                   ^~~
newmat7.cpp:635:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  635 |             if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete();
      |             ^~
newmat7.cpp:635:38: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  635 |             if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete();
      |                                      ^~
newmat7.cpp:639:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  639 |          if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete();
      |          ^~
newmat7.cpp:639:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  639 |          if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete();
      |                                   ^~
newmat7.cpp: In member function 'virtual NEWMAT::GeneralMatrix* NEWMAT::SPMatrix::Evaluate(NEWMAT::MatrixType)':
newmat7.cpp:705:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  705 |             if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete();
      |             ^~
newmat7.cpp:705:38: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  705 |             if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete();
      |                                      ^~
newmat7.cpp:709:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  709 |          if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete();
      |          ^~
newmat7.cpp:709:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  709 |          if (!c1) gm1->tDelete(); if (!c2) gm2->tDelete();
      |                                   ^~
newmat7.cpp: In function 'bool NEWMAT::RealEqual(RBD_COMMON::Real*, RBD_COMMON::Real*, int)':
newmat7.cpp:789:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  789 |       if (*s1++ != *s2++) return false; if (*s1++ != *s2++) return false;
      |       ^~
newmat7.cpp:789:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  789 |       if (*s1++ != *s2++) return false; if (*s1++ != *s2++) return false;
      |                                         ^~
newmat7.cpp:790:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  790 |       if (*s1++ != *s2++) return false; if (*s1++ != *s2++) return false;
      |       ^~
newmat7.cpp:790:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  790 |       if (*s1++ != *s2++) return false; if (*s1++ != *s2++) return false;
      |                                         ^~
newmat7.cpp: In function 'bool NEWMAT::intEqual(int*, int*, int)':
newmat7.cpp:801:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  801 |       if (*s1++ != *s2++) return false; if (*s1++ != *s2++) return false;
      |       ^~
newmat7.cpp:801:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  801 |       if (*s1++ != *s2++) return false; if (*s1++ != *s2++) return false;
      |                                         ^~
newmat7.cpp:802:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  802 |       if (*s1++ != *s2++) return false; if (*s1++ != *s2++) return false;
      |       ^~
newmat7.cpp:802:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  802 |       if (*s1++ != *s2++) return false; if (*s1++ != *s2++) return false;
      |                                         ^~
newmat7.cpp: In member function 'bool NEWMAT::GeneralMatrix::is_zero() const':
newmat7.cpp:879:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  879 |       if (*s++) return false; if (*s++) return false;
      |       ^~
newmat7.cpp:879:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  879 |       if (*s++) return false; if (*s++) return false;
      |                               ^~
newmat7.cpp:880:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  880 |       if (*s++) return false; if (*s++) return false;
      |       ^~
newmat7.cpp:880:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  880 |       if (*s++) return false; if (*s++) return false;
      |                               ^~
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -c newmat6.cpp
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -c newmat4.cpp
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -c newmatex.cpp
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -c submat.cpp
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -c myexcept.cpp
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -c bandmat.cpp
bandmat.cpp: In member function 'virtual NEWMAT::LogAndSign NEWMAT::BandLUMatrix::log_determinant() const':
bandmat.cpp:362:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  362 |    if (!d) sum.ChangeSign(); return sum;
      |    ^~
bandmat.cpp:362:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  362 |    if (!d) sum.ChangeSign(); return sum;
      |                              ^~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -c cholesky.cpp
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -c evalue.cpp
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -c fft.cpp
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -c jacobi.cpp
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -c hholder.cpp
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -c sort.cpp
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -c svd.cpp
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -c newmatrm.cpp
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -c newfft.cpp
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -c nm_misc.cpp
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -c newmat9.cpp
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
make: Entering directory '/usr/src/RPM/BUILD/newmat'
g++  -shared -Wl,-soname,libnewmat.so.11 -o libnewmat.so.11.0 newmat1.o newmat2.o newmat3.o newmat4.o newmat5.o newmat6.o newmat7.o newmat8.o newmatex.o bandmat.o submat.o myexcept.o cholesky.o evalue.o fft.o hholder.o jacobi.o newfft.o sort.o svd.o nm_misc.o newmatrm.o newmat9.o
make: Leaving directory '/usr/src/RPM/BUILD/newmat'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.34157
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/libnewmat-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/libnewmat-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd newmat
+ install -p -D libnewmat.so.11.0 /usr/src/tmp/libnewmat-buildroot//usr/lib/libnewmat.so.11.0
+ pushd /usr/src/tmp/libnewmat-buildroot//usr/lib
~/tmp/libnewmat-buildroot/usr/lib ~/RPM/BUILD/newmat
+ ln -s libnewmat.so.11.0 libnewmat.so.11
+ ln -s libnewmat.so.11.0 libnewmat.so
+ popd
~/RPM/BUILD/newmat
+ install -d /usr/src/tmp/libnewmat-buildroot//usr/include/newmat
+ install -m 0644 -p controlw.h include.h myexcept.h newmat.h newmatap.h newmatio.h newmatnl.h newmatrc.h newmatrm.h precisio.h solution.h tmt.h /usr/src/tmp/libnewmat-buildroot//usr/include/newmat
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/libnewmat-buildroot (auto)
mode of './usr/lib/libnewmat.so.11.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/libnewmat-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/libnewmat-buildroot/ (default)
Compressing files in /usr/src/tmp/libnewmat-buildroot (auto)
Adjusting library links in /usr/src/tmp/libnewmat-buildroot
./usr/lib: (from <cmdline>:0)
	libnewmat.so.11 -> libnewmat.so.11.0
Verifying ELF objects in /usr/src/tmp/libnewmat-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Processing files: libnewmat-11beta-alt4
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.4142
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd newmat
+ DOCDIR=/usr/src/tmp/libnewmat-buildroot/usr/share/doc/libnewmat-11beta
+ export DOCDIR
+ rm -rf /usr/src/tmp/libnewmat-buildroot/usr/share/doc/libnewmat-11beta
+ /bin/mkdir -p /usr/src/tmp/libnewmat-buildroot/usr/share/doc/libnewmat-11beta
+ cp -prL nm11.htm readme.txt /usr/src/tmp/libnewmat-buildroot/usr/share/doc/libnewmat-11beta
+ chmod -R go-w /usr/src/tmp/libnewmat-buildroot/usr/share/doc/libnewmat-11beta
+ chmod -R a+rX /usr/src/tmp/libnewmat-buildroot/usr/share/doc/libnewmat-11beta
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Nf3KRK
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
lib.prov: /usr/src/tmp/libnewmat-buildroot/usr/lib/libnewmat.so.11: 931 symbols, 20 bpp
warning: hash collision: _ZN6NEWMAT12BandLUMatrix6GetRowERNS_12MatrixRowColE _ZN6NEWMAT3SVDERKNS_6MatrixERNS_14DiagonalMatrixE
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.69NCGI
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libnewmat.so.11 = set:ndmP9HJPuydrfny1PUCzQNKENkfntmvjwZt7xVpB9k4fAgI4SSfNTiL8xElNZ8s49F8nu3LMcayHXZ3XVLaQPZFo7ksdHFRIeaXv1L18kXCcayZJe84Cxq3jJ0ZIEsXXR9UpSJQcKZfGhpFO8j4Un1Ti3RQSIMA4J1MoesmlQsvdBIFw4wENFkc9ClSsAZes50mhdBZywgoZrwluZ9TeFZJFnu9G60dUvkZskGneARgZsblAW8Guf32AtjrSpzT3KRKaDGizcNVOPNnPZpCwyuu80Ry41GR1rK7fuyypixJkV9GcD9As6c5ytvyM3hCSsp69JrFLWskmgmbeaNmFX9EZE7yDo1omWh516GSi3ZblETl503QxkKjuUAZ68Ot5YnQ1uoQfMs9gahA4dLb0AsJQCoO9enn9zL5CKFe4NPuTomAbNBn5GKRY9czZu8dI9rcZpqGSte84ffKMvmGCP4dynmZCp6lVenug097YABigh8LpBAL48C4YPd077xekMSgGYqKuku5ZdvkZ1rB3PnOwViR5pbGYJJzqUm0e7nKTgrFgWqQcB1zkcNRbDymHrrTW8PZ58yENLUcQP2WkMZehi1o7aZpyrPXrlScNCPLyUq4rd0EsW84tlje9yhDLZFJangse53PXv2N6LDxGZcABuxS9bzhMTXGNfe35ZeEgZwPGBO0XId8CNA08lpFRJ5BQcq8zGf4GleHPZHeF1Y8dGW5kjwskOTnxdzmSNN1rDe3yswo4qxnEqCp6X3m5iQtClR8UYYaZqZ1QKEZmW9mTlaCYsD3jgcfZ2pl9BXkUHYGXCRB9raAyOaoTlVsD8NFvFV5ZAXasU8s6FnHMBZwHECnGwjNbW3MWAEMDoDv0Zr5O6LeaH5TLrnXVikol0Cprz4S5aDigsdY9vsX5xYsszH9DpoeNn6UVAbq3CwO1Kay0XLUnZn4bISFr963JcQGpDESIvq3jAr33bYgBAbpPzZ27CoYfQXDiAJh3Gztd6gRufmEUuoSMCZyvaUZxEh4g9j2lwZDiALWBtHAHQWjWH6oWxsklDPZ21DQPUHQg33B065Nrj8ECMdVMqhTivpou9cXlHiK3SLHW5iEWxBpjLG1lJ9NPcDepsJ8FNQNwIrftL34Z2gDnxKtRo9cZn17GQdWDHDjZdIjDlnPZB3g86ZiRWc4evZyukdACiiVmCRvD7CyhkxkGIwNEyFkbqze94YqSctma555HfPvFhFi8DFwJtiBIJ0PHa1VyfpFixiDxIVJGhZdk6UPc6Qfwecog6u3872HJ4InplzBj6TvnGGOk3Wm1y4B4EyMbSZsRuoivYzvyIrmvQJZnU4MlmDZnaDyevOX3evi0S2jMW2KcWlKKef6jTKEPv8FrBKfjAZaLzioV2MMo0ZrpZ7FTJNw5UQJfKq9wMGTdWWlx0UdlmBqqyDXRzaJRvPUC9XEZknYKPsakHY86ZLijtgfdkgIKqRz9H75JflI1dBOmMAQi0ltoy5deQr76Yr1dShvkoRlgnPfwTJOBtg36pmI1vxjAVzpYdn69HAF7yy5x5btJztjEWi9CGfrcAWWADBFHW7IgidnPBOrHW5AbAzS0LAOUyPXlpLTspTvVNIpJpmMAq76DoBN8PzN8ipg5ZrhAaSIhOS2VXpkZCdvlQ6gsqoiNjpUjYpoA9TcfM3kwaGKGKsYqOcRRkMWDZemLISZfUp4oMCnsZk5FxCIhprtX7ue9UAAjZigQDwToeXtzAfHuiiVfXDpydZc1uk9J355km75iTWfheWXVrfwkBBQUu93sL0EuKonXNj7O6ENU2T5tLc07anVaTJSsvHnt9r0
Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libgcc_s.so.1(GCC_3.3.1), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.1), libm.so.6(GLIBC_2.29), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.8), libstdc++.so.6(CXXABI_1.3.9), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.9), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AlMvjK
Creating libnewmat-debuginfo package
Processing files: libnewmat-devel-11beta-alt4
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bFRTNL
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KP2QhI
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
/usr/src/tmp/libnewmat-buildroot/usr/include/newmat/newmat.h:12:10: fatal error: iostream: No such file or directory
   12 | #include <iostream>
      |          ^~~~~~~~~~
compilation terminated.
cpp.req: /usr/src/tmp/libnewmat-buildroot/usr/include/newmat/newmat.h: cpp failed, trying c++ mode
Requires: libnewmat = 11beta-alt4, /usr/lib/libnewmat.so.11.0
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1sT0SJ
Processing files: libnewmat-debuginfo-11beta-alt4
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.deTorJ
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.blhGqK
find-requires: running scripts (debuginfo)
Provides: debug(libnewmat.so.11)
Requires: libnewmat = 11beta-alt4, debug(libc.so.6), debug(libgcc_s.so.1), debug(libm.so.6), debug(libstdc++.so.6)
Removing 1 extra deps from libnewmat-devel due to dependency on libnewmat
Wrote: /usr/src/RPM/RPMS/i586/libnewmat-11beta-alt4.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libnewmat-devel-11beta-alt4.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libnewmat-debuginfo-11beta-alt4.i586.rpm (w2.lzdio)
43.24user 4.84system 0:30.95elapsed 155%CPU (0avgtext+0avgdata 59508maxresident)k
0inputs+0outputs (0major+757232minor)pagefaults 0swaps
/.out/libnewmat-11beta-alt4.i586.rpm: license not found in '/usr/share/license' directory: Public
/.out/libnewmat-11beta-alt4.i586.rpm: license not found in '/usr/share/license' directory: Use
/.out/libnewmat-devel-11beta-alt4.i586.rpm: license not found in '/usr/share/license' directory: Public
/.out/libnewmat-devel-11beta-alt4.i586.rpm: license not found in '/usr/share/license' directory: Use
/.out/libnewmat-debuginfo-11beta-alt4.i586.rpm: license not found in '/usr/share/license' directory: Public
/.out/libnewmat-debuginfo-11beta-alt4.i586.rpm: license not found in '/usr/share/license' directory: Use
50.78user 10.78system 0:43.16elapsed 142%CPU (0avgtext+0avgdata 101300maxresident)k
0inputs+0outputs (0major+1049882minor)pagefaults 0swaps
--- libnewmat-11beta-alt4.i586.rpm.repo	2011-02-10 13:53:09.000000000 +0000
+++ libnewmat-11beta-alt4.i586.rpm.hasher	2021-09-04 12:23:32.844042662 +0000
@@ -7,6 +7,11 @@
 Requires: libc.so.6(GLIBC_2.1.3)  
+Requires: libc.so.6(GLIBC_2.4)  
 Requires: libgcc_s.so.1(GCC_3.0)  
+Requires: libgcc_s.so.1(GCC_3.3.1)  
 Requires: libm.so.6(GLIBC_2.0)  
 Requires: libm.so.6(GLIBC_2.1)  
+Requires: libm.so.6(GLIBC_2.29)  
 Requires: libstdc++.so.6(CXXABI_1.3)  
+Requires: libstdc++.so.6(CXXABI_1.3.8)  
+Requires: libstdc++.so.6(CXXABI_1.3.9)  
 Requires: libstdc++.so.6(GLIBCXX_3.4)  
@@ -15,6 +20,6 @@
 Requires: rpmlib(PayloadIsLzma)  
-Provides: libnewmat.so.11 = set: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
+Provides: libnewmat.so.11 = set:ndmP9HJPuydrfny1PUCzQNKENkfntmvjwZt7xVpB9k4fAgI4SSfNTiL8xElNZ8s49F8nu3LMcayHXZ3XVLaQPZFo7ksdHFRIeaXv1L18kXCcayZJe84Cxq3jJ0ZIEsXXR9UpSJQcKZfGhpFO8j4Un1Ti3RQSIMA4J1MoesmlQsvdBIFw4wENFkc9ClSsAZes50mhdBZywgoZrwluZ9TeFZJFnu9G60dUvkZskGneARgZsblAW8Guf32AtjrSpzT3KRKaDGizcNVOPNnPZpCwyuu80Ry41GR1rK7fuyypixJkV9GcD9As6c5ytvyM3hCSsp69JrFLWskmgmbeaNmFX9EZE7yDo1omWh516GSi3ZblETl503QxkKjuUAZ68Ot5YnQ1uoQfMs9gahA4dLb0AsJQCoO9enn9zL5CKFe4NPuTomAbNBn5GKRY9czZu8dI9rcZpqGSte84ffKMvmGCP4dynmZCp6lVenug097YABigh8LpBAL48C4YPd077xekMSgGYqKuku5ZdvkZ1rB3PnOwViR5pbGYJJzqUm0e7nKTgrFgWqQcB1zkcNRbDymHrrTW8PZ58yENLUcQP2WkMZehi1o7aZpyrPXrlScNCPLyUq4rd0EsW84tlje9yhDLZFJangse53PXv2N6LDxGZcABuxS9bzhMTXGNfe35ZeEgZwPGBO0XId8CNA08lpFRJ5BQcq8zGf4GleHPZHeF1Y8dGW5kjwskOTnxdzmSNN1rDe3yswo4qxnEqCp6X3m5iQtClR8UYYaZqZ1QKEZmW9mTlaCYsD3jgcfZ2pl9BXkUHYGXCRB9raAyOaoTlVsD8NFvFV5ZAXasU8s6FnHMBZwHECnGwjNbW3MWAEMDoDv0Zr5O6LeaH5TLrnXVikol0Cprz4S5aDigsdY9vsX5xYsszH9DpoeNn6UVAbq3CwO1Kay0XLUnZn4bISFr963JcQGpDESIvq3jAr33bYgBAbpPzZ27CoYfQXDiAJh3Gztd6gRufmEUuoSMCZyvaUZxEh4g9j2lwZDiALWBtHAHQWjWH6oWxsklDPZ21DQPUHQg33B065Nrj8ECMdVMqhTivpou9cXlHiK3SLHW5iEWxBpjLG1lJ9NPcDepsJ8FNQNwIrftL34Z2gDnxKtRo9cZn17GQdWDHDjZdIjDlnPZB3g86ZiRWc4evZyukdACiiVmCRvD7CyhkxkGIwNEyFkbqze94YqSctma555HfPvFhFi8DFwJtiBIJ0PHa1VyfpFixiDxIVJGhZdk6UPc6Qfwecog6u3872HJ4InplzBj6TvnGGOk3Wm1y4B4EyMbSZsRuoivYzvyIrmvQJZnU4MlmDZnaDyevOX3evi0S2jMW2KcWlKKef6jTKEPv8FrBKfjAZaLzioV2MMo0ZrpZ7FTJNw5UQJfKq9wMGTdWWlx0UdlmBqqyDXRzaJRvPUC9XEZknYKPsakHY86ZLijtgfdkgIKqRz9H75JflI1dBOmMAQi0ltoy5deQr76Yr1dShvkoRlgnPfwTJOBtg36pmI1vxjAVzpYdn69HAF7yy5x5btJztjEWi9CGfrcAWWADBFHW7IgidnPBOrHW5AbAzS0LAOUyPXlpLTspTvVNIpJpmMAq76DoBN8PzN8ipg5ZrhAaSIhOS2VXpkZCdvlQ6gsqoiNjpUjYpoA9TcfM3kwaGKGKsYqOcRRkMWDZemLISZfUp4oMCnsZk5FxCIhprtX7ue9UAAjZigQDwToeXtzAfHuiiVfXDpydZc1uk9J355km75iTWfheWXVrfwkBBQUu93sL0EuKonXNj7O6ENU2T5tLc07anVaTJSsvHnt9r0
 Provides: libnewmat = 11beta-alt4
 File: /usr/lib/libnewmat.so.11	120777	root:root		libnewmat.so.11.0
-File: /usr/lib/libnewmat.so.11.0	100644	root:root	9428aca738d40a25d798e2f498648384	
+File: /usr/lib/libnewmat.so.11.0	100644	root:root	0f31941d2c46cba70644dc06cd716622	
 File: /usr/share/doc/libnewmat-11beta	40755	root:root		
@@ -22,2 +27,2 @@
 File: /usr/share/doc/libnewmat-11beta/readme.txt	100644	root:root	376277c6ebae8da9e13b81beec5a6205	
-RPMIdentity: 1d90cf29931d788da02040bb88ba3844179be80602d32d9ab8bc72e5bc1dd7b2f74e225e4ecf55da7192b8e2a214a3d3ea480ce7b2522a879f80b1dbdf584498
+RPMIdentity: f037d9ee3959d1c5e6e2a29d35537839fc37412bfafb467e35b9285b2b256de056c783f469245dd25e8f7a4c5038613d4bca40ea6ceffb6c67777d5d3ab4bb2f
--- libnewmat-debuginfo-11beta-alt4.i586.rpm.repo	2011-02-10 13:53:09.000000000 +0000
+++ libnewmat-debuginfo-11beta-alt4.i586.rpm.hasher	2021-09-04 12:23:32.963038502 +0000
@@ -1,7 +1,6 @@
-/usr/lib/debug/.build-id/08	40755	root:root	
-/usr/lib/debug/.build-id/08/261c08b0915f9b7cdf4765b5c4f8fd4f9b2c42	120777	root:root	../../../libnewmat.so.11.0
-/usr/lib/debug/.build-id/08/261c08b0915f9b7cdf4765b5c4f8fd4f9b2c42.debug	120777	root:root	../../usr/lib/libnewmat.so.11.0.debug
+/usr/lib/debug/.build-id/9b	40755	root:root	
+/usr/lib/debug/.build-id/9b/d5c0238a39db9b489c5e9c945996382d851cd8	120777	root:root	../../../libnewmat.so.11.0
+/usr/lib/debug/.build-id/9b/d5c0238a39db9b489c5e9c945996382d851cd8.debug	120777	root:root	../../usr/lib/libnewmat.so.11.0.debug
 /usr/lib/debug/usr/lib/libnewmat.so.11.0.debug	100644	root:root	
 /usr/lib/debug/usr/lib/libnewmat.so.11.debug	120777	root:root	libnewmat.so.11.0.debug
-/usr/lib/debug/usr/lib/libnewmat.so.debug	120777	root:root	libnewmat.so.11.0.debug
 /usr/src/debug/newmat	40755	root:root	
@@ -46,8 +45,7 @@
 Provides: libnewmat-debuginfo = 11beta-alt4
-File: /usr/lib/debug/.build-id/08	40755	root:root		
-File: /usr/lib/debug/.build-id/08/261c08b0915f9b7cdf4765b5c4f8fd4f9b2c42	120777	root:root		../../../libnewmat.so.11.0
-File: /usr/lib/debug/.build-id/08/261c08b0915f9b7cdf4765b5c4f8fd4f9b2c42.debug	120777	root:root		../../usr/lib/libnewmat.so.11.0.debug
-File: /usr/lib/debug/usr/lib/libnewmat.so.11.0.debug	100644	root:root	388b7a933c0404ee88cb4c029587d37b	
+File: /usr/lib/debug/.build-id/9b	40755	root:root		
+File: /usr/lib/debug/.build-id/9b/d5c0238a39db9b489c5e9c945996382d851cd8	120777	root:root		../../../libnewmat.so.11.0
+File: /usr/lib/debug/.build-id/9b/d5c0238a39db9b489c5e9c945996382d851cd8.debug	120777	root:root		../../usr/lib/libnewmat.so.11.0.debug
+File: /usr/lib/debug/usr/lib/libnewmat.so.11.0.debug	100644	root:root	e5ea1a764a6595628384ecf839e9517c	
 File: /usr/lib/debug/usr/lib/libnewmat.so.11.debug	120777	root:root		libnewmat.so.11.0.debug
-File: /usr/lib/debug/usr/lib/libnewmat.so.debug	120777	root:root		libnewmat.so.11.0.debug
 File: /usr/src/debug/newmat	40755	root:root		
@@ -84,2 +82,2 @@
 File: /usr/src/debug/newmat/svd.cpp	100644	root:root	1a5780de37d51a7e23b461c2a54a50e2	
-RPMIdentity: 4f20afd28723f7f4882be6c1100d3b5a5fb8497f68a4d4b5181a33e904557b01f0bba03bf75b17492e48771809d8c39cac782b52fc95e6b5bc5451d54fb9c8a5
+RPMIdentity: dd57cd5eedeace100c7b7b06b74cb8cec6a73467660b97ccd06ac9819e009b902db3a4def17cdfd8eaea7ca06c59aaa89d7429b1010110b3d044c50ab8c9deb4
--- libnewmat-devel-11beta-alt4.i586.rpm.repo	2011-02-10 13:53:09.000000000 +0000
+++ libnewmat-devel-11beta-alt4.i586.rpm.hasher	2021-09-04 12:23:33.096033852 +0000
@@ -31,2 +31,2 @@
 File: /usr/lib/libnewmat.so	120777	root:root		libnewmat.so.11.0
-RPMIdentity: 1a22edc2d432cfd86ddaf4c960bf465baf4e787578ee0ad79545d6fad629c0937dc9a78229d837807f150e66812e2c96482ca1ae33eaa8749c0efa59d312baa4
+RPMIdentity: cbf09f359891a134a23b4e7b891fad6907c617672e4a5c328ad330fc639db4d60531c898b8ac3c25a3546d804ca85a498cf049974cc3fd7b959526e8b6944bb9