Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
7d66ee7680 |
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:76d3778f0326597ed7505bab19493a9bf6b73a5c5ca614e8fb82f42105c57d00
|
|
||||||
size 2630275
|
|
BIN
fplll-5.5.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
fplll-5.5.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,5 +1,11 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 18 00:26:49 UTC 2023 - Ich <jengelh@inai.de>
|
Tue Nov 12 13:35:26 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 5.5.0
|
||||||
|
* No changelog was provided
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 18 00:26:49 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
- Update to release 5.4.5
|
- Update to release 5.4.5
|
||||||
* Replace deprecated std::result_of by std::invoke_result
|
* Replace deprecated std::result_of by std::invoke_result
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fplll
|
# spec file for package fplll
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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 libfplll8
|
%define lname libfplll9
|
||||||
Version: 5.4.5
|
Version: 5.5.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-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -83,8 +83,7 @@ applications that want to make use of libfplll.
|
|||||||
%make_install
|
%make_install
|
||||||
rm -f "%buildroot/%_libdir"/*.la
|
rm -f "%buildroot/%_libdir"/*.la
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %lname
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc NEWS README.md
|
%doc NEWS README.md
|
||||||
|
Loading…
Reference in New Issue
Block a user