commit ntl for openSUSE:Factory
Hello community, here is the log from the commit of package ntl for openSUSE:Factory checked in at 2017-10-02 16:54:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ntl (Old) and /work/SRC/openSUSE:Factory/.ntl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ntl" Mon Oct 2 16:54:00 2017 rev:19 rq:530075 version:10.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ntl/ntl.changes 2017-09-13 22:32:52.946092612 +0200 +++ /work/SRC/openSUSE:Factory/.ntl.new/ntl.changes 2017-10-02 16:54:14.742038074 +0200 @@ -1,0 +2,5 @@ +Sat Sep 30 08:47:27 UTC 2017 - jengelh@inai.de + +- ntl-automake.diff: add missing header file for flint + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ntl-automake.diff ++++++ --- /var/tmp/diff_new_pack.AZWbt5/_old 2017-10-02 16:54:15.345953308 +0200 +++ /var/tmp/diff_new_pack.AZWbt5/_new 2017-10-02 16:54:15.345953308 +0200 @@ -7,14 +7,14 @@ Makefile.am | 15 ++++++ autogen.sh | 5 ++ configure.ac | 96 ++++++++++++++++++++++++++++++++++++++++ - include/Makefile.am | 100 ++++++++++++++++++++++++++++++++++++++++++ + include/Makefile.am | 67 ++++++++++++++++++++++++++++ src/Makefile.am | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++++ - 5 files changed, 339 insertions(+) + 5 files changed, 306 insertions(+) -Index: ntl-10.3.0/Makefile.am +Index: ntl-10.5.0/Makefile.am =================================================================== --- /dev/null -+++ ntl-10.3.0/Makefile.am ++++ ntl-10.5.0/Makefile.am @@ -0,0 +1,15 @@ +# -*- Makefile -*- + @@ -31,20 +31,20 @@ +include/NTL/config.h: config.h + mkdir -p include/NTL + grep 'define NTL_' <$< >$@ -Index: ntl-10.3.0/autogen.sh +Index: ntl-10.5.0/autogen.sh =================================================================== --- /dev/null -+++ ntl-10.3.0/autogen.sh ++++ ntl-10.5.0/autogen.sh @@ -0,0 +1,5 @@ +#!/bin/sh -e + +mkdir -p m4; +autoreconf -fi; +rm -Rf autom4te.cache; -Index: ntl-10.3.0/configure.ac +Index: ntl-10.5.0/configure.ac =================================================================== --- /dev/null -+++ ntl-10.3.0/configure.ac ++++ ntl-10.5.0/configure.ac @@ -0,0 +1,96 @@ +AC_INIT([ntl], [9.6.4]) +AC_CONFIG_AUX_DIR([build-aux]) @@ -142,48 +142,15 @@ +AC_SUBST([my_CXXFLAGS]) +AC_CONFIG_FILES([Makefile src/Makefile include/Makefile]) +AC_OUTPUT -Index: ntl-10.3.0/include/Makefile.am +Index: ntl-10.5.0/include/Makefile.am =================================================================== --- /dev/null -+++ ntl-10.3.0/include/Makefile.am -@@ -0,0 +1,100 @@ ++++ ntl-10.5.0/include/Makefile.am +@@ -0,0 +1,67 @@ +# -*- Makefile -*- + +nobase_include_HEADERS = \ -+ NTL/BasicThreadPool.h \ -+ NTL/FFT.h \ -+ NTL/FacVec.h \ -+ NTL/GF2.h \ -+ NTL/GF2E.h \ -+ NTL/GF2EX.h \ -+ NTL/GF2EXFactoring.h \ -+ NTL/GF2X.h \ -+ NTL/GF2XFactoring.h \ -+ NTL/GF2XVec.h \ -+ NTL/HAVE_AVX.h \ -+ NTL/HAVE_BUILTIN_CLZL.h \ -+ NTL/HAVE_FMA.h \ -+ NTL/HAVE_LL_TYPE.h \ -+ NTL/HAVE_PCLMUL.h \ -+ NTL/HNF.h \ -+ NTL/Lazy.h \ -+ NTL/LazyTable.h \ -+ NTL/LLL.h \ -+ NTL/MatPrime.h \ -+ NTL/RR.h \ -+ NTL/SmartPtr.h \ -+ NTL/WordVector.h \ -+ NTL/ZZ.h \ -+ NTL/ZZVec.h \ -+ NTL/ZZX.h \ -+ NTL/ZZXFactoring.h \ -+ NTL/ZZ_limbs.h \ -+ NTL/ZZ_p.h \ -+ NTL/ZZ_pE.h \ -+ NTL/ZZ_pEX.h \ -+ NTL/ZZ_pEXFactoring.h \ -+ NTL/ZZ_pX.h \ -+ NTL/ZZ_pXFactoring.h \ ++NTL/ALL_FEATURES.h NTL/BasicThreadPool.h NTL/FFT.h NTL/FacVec.h NTL/GF2.h NTL/GF2E.h NTL/GF2EX.h NTL/GF2EXFactoring.h NTL/GF2X.h NTL/GF2XFactoring.h NTL/GF2XVec.h NTL/HAVE_ALIGNED_ARRAY.h NTL/HAVE_AVX.h NTL/HAVE_AVX2.h NTL/HAVE_BUILTIN_CLZL.h NTL/HAVE_COPY_TRAITS1.h NTL/HAVE_COPY_TRAITS2.h NTL/HAVE_FMA.h NTL/HAVE_LL_TYPE.h NTL/HAVE_PCLMUL.h NTL/HAVE_SSSE3.h NTL/HNF.h NTL/LLL.h NTL/Lazy.h NTL/LazyTable.h NTL/MatPrime.h NTL/REPORT_ALL_FEATURES.h NTL/RR.h NTL/SmartPtr.h NTL/WordVector.h NTL/ZZ.h NTL/ZZVec.h NTL/ZZX.h NTL/ZZXFactoring.h NTL/ZZ_limbs.h NTL/ZZ_p.h NTL/ZZ_pE.h NTL/ZZ_pEX.h NTL/ZZ_pEXFactoring.h NTL/ZZ_pX.h NTL/ZZ_pXFactoring.h \ + NTL/ctools.h \ + NTL/def_config.h \ + NTL/fileio.h \ @@ -247,10 +214,10 @@ + NTL/vector.h \ + NTL/version.h \ + NTL/xdouble.h -Index: ntl-10.3.0/src/Makefile.am +Index: ntl-10.5.0/src/Makefile.am =================================================================== --- /dev/null -+++ ntl-10.3.0/src/Makefile.am ++++ ntl-10.5.0/src/Makefile.am @@ -0,0 +1,123 @@ +# -*- Makefile -*- +
participants (1)
-
root@hilbert.suse.de