Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ntl for openSUSE:Factory checked in 
at 2021-06-24 18:22:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ntl (Old)
 and      /work/SRC/openSUSE:Factory/.ntl.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ntl"

Thu Jun 24 18:22:53 2021 rev:31 rq:901676 version:11.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ntl/ntl.changes  2021-06-21 20:36:02.998651679 
+0200
+++ /work/SRC/openSUSE:Factory/.ntl.new.2625/ntl.changes        2021-06-24 
18:23:13.064959052 +0200
@@ -1,0 +2,6 @@
+Wed Jun 23 22:26:11 UTC 2021 - Jan Engelhardt <[email protected]>
+
+- Update to release 11.5.1
+  * Fixed bug that prevented compilation on IBM z
+
+-------------------------------------------------------------------

Old:
----
  ntl-11.5.0.tar.gz

New:
----
  ntl-11.5.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ntl.spec ++++++
--- /var/tmp/diff_new_pack.o7p0WW/_old  2021-06-24 18:23:13.536959575 +0200
+++ /var/tmp/diff_new_pack.o7p0WW/_new  2021-06-24 18:23:13.536959575 +0200
@@ -18,7 +18,7 @@
 
 Name:           ntl
 %define lname  libntl44
-Version:        11.5.0
+Version:        11.5.1
 Release:        0
 Summary:        Library for Number Theory
 License:        LGPL-2.1-or-later

++++++ ntl-11.5.0.tar.gz -> ntl-11.5.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ntl-11.5.0/README new/ntl-11.5.1/README
--- old/ntl-11.5.0/README       2021-06-20 23:05:48.000000000 +0200
+++ new/ntl-11.5.1/README       2021-06-23 22:39:46.000000000 +0200
@@ -1,5 +1,5 @@
-NTL  -- a library for doing numbery theory --  version 11.5.0
-Release date: 2021.06.20
+NTL  -- a library for doing numbery theory --  version 11.5.1
+Release date: 2021.06.23
 
 Author: Victor Shoup ([email protected])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ntl-11.5.0/doc/tour-changes.html 
new/ntl-11.5.1/doc/tour-changes.html
--- old/ntl-11.5.0/doc/tour-changes.html        2021-06-20 23:05:49.000000000 
+0200
+++ new/ntl-11.5.1/doc/tour-changes.html        2021-06-23 22:39:47.000000000 
+0200
@@ -18,6 +18,16 @@
 
 <p><hr><p>
 <h3>
+2021.06.23: Changes between NTL 11.5.0 and 11.5.1
+</h3>
+
+<ul>
+<li>
+Fixed bug that prevented compilation on IBM Z.
+</ul>
+
+<p><hr><p>
+<h3>
 2021.06.20: Changes between NTL 11.4.4 and 11.5.0
 </h3>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ntl-11.5.0/include/NTL/version.h 
new/ntl-11.5.1/include/NTL/version.h
--- old/ntl-11.5.0/include/NTL/version.h        2021-06-20 23:05:49.000000000 
+0200
+++ new/ntl-11.5.1/include/NTL/version.h        2021-06-23 22:39:46.000000000 
+0200
@@ -2,11 +2,11 @@
 #ifndef NTL_version__H
 #define NTL_version__H
 
-#define NTL_VERSION "11.5.0"
+#define NTL_VERSION "11.5.1"
 
 #define NTL_MAJOR_VERSION  (11)
 #define NTL_MINOR_VERSION  (5)
-#define NTL_REVISION       (0)
+#define NTL_REVISION       (1)
 
 #endif
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ntl-11.5.0/src/CheckKMA.cpp 
new/ntl-11.5.1/src/CheckKMA.cpp
--- old/ntl-11.5.0/src/CheckKMA.cpp     2021-06-20 23:05:50.000000000 +0200
+++ new/ntl-11.5.1/src/CheckKMA.cpp     2021-06-23 22:39:47.000000000 +0200
@@ -1,9 +1,9 @@
 #include <NTL/ctools.h>
+#include <NTL/linux_s390x.h>
 
 #include <cstdlib>
 #include <iostream>
 
-#include "linux_s390x.h"
 
 using namespace std;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ntl-11.5.0/src/DIRNAME new/ntl-11.5.1/src/DIRNAME
--- old/ntl-11.5.0/src/DIRNAME  2021-06-20 23:05:49.000000000 +0200
+++ new/ntl-11.5.1/src/DIRNAME  2021-06-23 22:39:46.000000000 +0200
@@ -1 +1 @@
-ntl-11.5.0
+ntl-11.5.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ntl-11.5.0/src/VERSION_INFO 
new/ntl-11.5.1/src/VERSION_INFO
--- old/ntl-11.5.0/src/VERSION_INFO     2021-06-20 23:05:49.000000000 +0200
+++ new/ntl-11.5.1/src/VERSION_INFO     2021-06-23 22:39:46.000000000 +0200
@@ -1 +1 @@
-44:0:0
+44:1:0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ntl-11.5.0/src/WINDIR new/ntl-11.5.1/src/WINDIR
--- old/ntl-11.5.0/src/WINDIR   2021-06-20 23:05:49.000000000 +0200
+++ new/ntl-11.5.1/src/WINDIR   2021-06-23 22:39:46.000000000 +0200
@@ -1 +1 @@
-WinNTL-11_5_0
+WinNTL-11_5_1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ntl-11.5.0/src/Wizard new/ntl-11.5.1/src/Wizard
--- old/ntl-11.5.0/src/Wizard   2021-06-20 23:05:49.000000000 +0200
+++ new/ntl-11.5.1/src/Wizard   2021-06-23 22:39:46.000000000 +0200
@@ -88,6 +88,7 @@
 cp ../include/NTL/vec_GF2.h small/include/NTL
 cp ../include/NTL/GF2X.h small/include/NTL
 cp ../include/NTL/PackageInfo.h small/include/NTL
+cp ../include/NTL/linux_s390x.h small/include/NTL
 
 cp cfile small/src
 cp WizardAux small/src

Reply via email to