Hello community,

here is the log from the commit of package libfplll for openSUSE:Factory 
checked in at 2016-10-23 12:52:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libfplll (Old)
 and      /work/SRC/openSUSE:Factory/.libfplll.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libfplll"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libfplll/libfplll.changes        2015-02-10 
20:24:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libfplll.new/libfplll.changes   2016-10-23 
12:52:03.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Oct 20 19:47:51 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 5.0.3
+* No changelog was provided
+
+-------------------------------------------------------------------

Old:
----
  libfplll-4.0.4.tar.gz

New:
----
  fplll-5.0.3.tar.gz

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

Other differences:
------------------
++++++ libfplll.spec ++++++
--- /var/tmp/diff_new_pack.hbap9b/_old  2016-10-23 12:52:04.000000000 +0200
+++ /var/tmp/diff_new_pack.hbap9b/_new  2016-10-23 12:52:04.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfplll
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,20 @@
 
 
 Name:           libfplll
-%define lname   libfplll0
-Version:        4.0.4
+%define lname   libfplll2
+Version:        5.0.3
 Release:        0
 Summary:        Lenstra-Lovász Lattice Basis Reduction Algorithm Library
 License:        LGPL-2.1+
 Group:          Productivity/Scientific/Math
-Url:            http://xpujol.net/fplll/
+Url:            https://github.com/dstehle/fplll
 
-#Git-Clone:    git://github.com/dstehle/fplll
-#Git-Web:      https://github.com/dstehle/fplll
-Source:         
http://perso.ens-lyon.fr/damien.stehle/fplll/libfplll-%version.tar.gz
+#Git-Clone:    https://github.com/fplll/fplll
+Source:         
https://github.com/fplll/fplll/releases/download/%version/fplll-%version.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel
 BuildRequires:  mpfr-devel
+BuildRequires:  pkgconfig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -65,12 +65,14 @@
 implementation of the Kannan-Fincke-Pohst algorithm that finds a
 shortest non-zero lattice vector.
 
-%package devel
+%package -n fplll-devel
 Summary:        Development files for Lattice Basis Reduction with libfplll
 Group:          Development/Libraries/C and C++
 Requires:       %lname = %version
+Obsoletes:      libfplll-devel < %version-%release
+Provides:       libfplll-devel = %version-%release
 
-%description devel
+%description -n fplll-devel
 fplll contains several algorithms on lattices that rely on
 floating-point computations. This includes implementations of the
 floating-point LLL reduction algorithm, offering different
@@ -82,16 +84,16 @@
 applications that want to make use of libfplll.
 
 %prep
-%setup -q
+%setup -qn fplll-%version
 
 %build
 %configure --disable-static
 make %{?_smp_mflags}
 
 %install
-b="%buildroot";
-make install DESTDIR="$b";
-rm -f "$b/%_libdir"/*.la;
+b="%buildroot"
+make install DESTDIR="$b"
+rm -f "$b/%_libdir"/*.la
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
@@ -100,15 +102,18 @@
 %defattr(-,root,root)
 %_bindir/fplll
 %_bindir/latticegen
-%doc COPYING NEWS README.html
+%_bindir/latsieve
+%_datadir/fplll/
+%doc COPYING NEWS README.md
 
 %files -n %lname
 %defattr(-,root,root)
-%_libdir/libfplll.so.0*
+%_libdir/libfplll.so.*
 
-%files devel
+%files -n fplll-devel
 %defattr(-,root,root)
 %_includedir/fplll*
 %_libdir/libfplll.so
+%_libdir/pkgconfig/*.pc
 
 %changelog

++++++ libfplll-4.0.4.tar.gz -> fplll-5.0.3.tar.gz ++++++
++++ 187178 lines of diff (skipped)


Reply via email to