Accepting request 559896 from science
- Update to new upstream release 5.2.0 OBS-URL: https://build.opensuse.org/request/show/559896 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fplll?expand=0&rev=2
This commit is contained in:
BIN
fplll-5.1.0.tar.gz
(Stored with Git LFS)
BIN
fplll-5.1.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
fplll-5.2.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
fplll-5.2.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 25 19:08:54 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 5.2.0
|
||||||
|
* Bkz dump_gso in json
|
||||||
|
* Improve pruner
|
||||||
|
* BKZ with Z_NR<long>
|
||||||
|
* Z_NR<long> support
|
||||||
|
* Allow BOUNDED_LLL in Slide reduction and remove LLL from
|
||||||
|
postprocessing by Michael Walter
|
||||||
|
* Add Gram-matrix object
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 9 21:12:23 UTC 2017 - jengelh@inai.de
|
Sat Sep 9 21:12:23 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fplll
|
Name: fplll
|
||||||
%define lname libfplll3
|
%define lname libfplll4
|
||||||
Version: 5.1.0
|
Version: 5.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lenstra-Lovász Lattice Basis Reduction Algorithm Library
|
Summary: Lenstra-Lovász Lattice Basis Reduction Algorithm Library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@@ -79,9 +79,8 @@ applications that want to make use of libfplll.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
b="%buildroot"
|
%make_install
|
||||||
make install DESTDIR="$b"
|
rm -f "%buildroot/%_libdir"/*.la
|
||||||
rm -f "$b/%_libdir"/*.la
|
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
Reference in New Issue
Block a user