- Update to release 5.4.4
OBS-URL: https://build.opensuse.org/package/show/science/fplll?expand=0&rev=25
This commit is contained in:
parent
f67d364c8b
commit
12e51bda90
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:43cf1a3e016d94f85ddff2888e62853c510774521a4abdfb5055c90f40e6eba1
|
|
||||||
size 2629286
|
|
3
fplll-5.4.4.tar.gz
Normal file
3
fplll-5.4.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0fd9d378f04ff886d8864728baf5d90b8b0b82c1e541e92550644fb54f75691d
|
||||||
|
size 2630101
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 5 17:40:57 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 5.4.4
|
||||||
|
* Make Babai test more robust for PPC
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 20 21:30:52 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Tue Dec 20 21:30:52 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
12
fplll.spec
12
fplll.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fplll
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fplll
|
Name: fplll
|
||||||
%define lname libfplll7
|
%define lname libfplll8
|
||||||
Version: 5.4.3
|
Version: 5.4.4
|
||||||
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-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -60,7 +60,7 @@ Requires: %lname = %version
|
|||||||
Obsoletes: libfplll-devel < %version-%release
|
Obsoletes: libfplll-devel < %version-%release
|
||||||
Provides: libfplll-devel = %version-%release
|
Provides: libfplll-devel = %version-%release
|
||||||
|
|
||||||
%description -n fplll-devel
|
%description devel
|
||||||
fplll contains several algorithms on lattices that rely on
|
fplll contains several algorithms on lattices that rely on
|
||||||
floating-point computations. This includes implementations of the
|
floating-point computations. This includes implementations of the
|
||||||
floating-point LLL reduction algorithm, offering different
|
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.
|
applications that want to make use of libfplll.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%limit_build -m 1700
|
%limit_build -m 1700
|
||||||
@ -96,7 +96,7 @@ rm -f "%buildroot/%_libdir"/*.la
|
|||||||
%files -n %lname
|
%files -n %lname
|
||||||
%_libdir/libfplll.so.*
|
%_libdir/libfplll.so.*
|
||||||
|
|
||||||
%files -n fplll-devel
|
%files devel
|
||||||
%_includedir/fplll*
|
%_includedir/fplll*
|
||||||
%_libdir/libfplll.so
|
%_libdir/libfplll.so
|
||||||
%_libdir/pkgconfig/*.pc
|
%_libdir/pkgconfig/*.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user