forked from pool/fplll
Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
7d66ee7680 |
BIN
fplll-5.4.5.tar.gz
(Stored with Git LFS)
BIN
fplll-5.4.5.tar.gz
(Stored with Git LFS)
Binary file not shown.
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
|
||||
* Replace deprecated std::result_of by std::invoke_result
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: fplll
|
||||
%define lname libfplll8
|
||||
Version: 5.4.5
|
||||
%define lname libfplll9
|
||||
Version: 5.5.0
|
||||
Release: 0
|
||||
Summary: Lenstra-Lovász Lattice Basis Reduction Algorithm Library
|
||||
License: LGPL-2.1-or-later
|
||||
@@ -83,8 +83,7 @@ applications that want to make use of libfplll.
|
||||
%make_install
|
||||
rm -f "%buildroot/%_libdir"/*.la
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %lname
|
||||
|
||||
%files
|
||||
%doc NEWS README.md
|
||||
|
Reference in New Issue
Block a user