From 12e51bda90be40e9092b768574edea7d6282f426036e76e4dc9c09e48534c129 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 5 Jan 2023 17:45:12 +0000 Subject: [PATCH] - Update to release 5.4.4 OBS-URL: https://build.opensuse.org/package/show/science/fplll?expand=0&rev=25 --- fplll-5.4.3.tar.gz | 3 --- fplll-5.4.4.tar.gz | 3 +++ fplll.changes | 6 ++++++ fplll.spec | 12 ++++++------ 4 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 fplll-5.4.3.tar.gz create mode 100644 fplll-5.4.4.tar.gz diff --git a/fplll-5.4.3.tar.gz b/fplll-5.4.3.tar.gz deleted file mode 100644 index 3a707b4..0000000 --- a/fplll-5.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43cf1a3e016d94f85ddff2888e62853c510774521a4abdfb5055c90f40e6eba1 -size 2629286 diff --git a/fplll-5.4.4.tar.gz b/fplll-5.4.4.tar.gz new file mode 100644 index 0000000..7148ab0 --- /dev/null +++ b/fplll-5.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd9d378f04ff886d8864728baf5d90b8b0b82c1e541e92550644fb54f75691d +size 2630101 diff --git a/fplll.changes b/fplll.changes index 53973f8..8d48edb 100644 --- a/fplll.changes +++ b/fplll.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 5 17:40:57 UTC 2023 - Jan Engelhardt + +- Update to release 5.4.4 + * Make Babai test more robust for PPC + ------------------------------------------------------------------- Tue Dec 20 21:30:52 UTC 2022 - Jan Engelhardt diff --git a/fplll.spec b/fplll.spec index 8ff429b..1e5a805 100644 --- a/fplll.spec +++ b/fplll.spec @@ -1,7 +1,7 @@ # # spec file for package fplll # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,8 @@ Name: fplll -%define lname libfplll7 -Version: 5.4.3 +%define lname libfplll8 +Version: 5.4.4 Release: 0 Summary: Lenstra-Lovász Lattice Basis Reduction Algorithm Library License: LGPL-2.1-or-later @@ -60,7 +60,7 @@ Requires: %lname = %version Obsoletes: libfplll-devel < %version-%release Provides: libfplll-devel = %version-%release -%description -n fplll-devel +%description 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 @@ -72,7 +72,7 @@ This subpackage contains libraries and header files for developing applications that want to make use of libfplll. %prep -%setup -q +%autosetup %build %limit_build -m 1700 @@ -96,7 +96,7 @@ rm -f "%buildroot/%_libdir"/*.la %files -n %lname %_libdir/libfplll.so.* -%files -n fplll-devel +%files devel %_includedir/fplll* %_libdir/libfplll.so %_libdir/pkgconfig/*.pc