Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
a77b906afb | |||
|
3ff260fada | ||
cd5ec5a919 | |||
|
9fe0d22f89 | ||
|
27f4fcdbf6 | ||
|
af8ecd451e | ||
8460c68448 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
mtime: 1757259874
|
||||
commit: bb768843fbe8fca90e65861d798f3f34c4004a9f150150b0fe6681a7a52d75fc
|
||||
url: https://src.opensuse.org/jengelh/polylib
|
||||
revision: master
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:249857e77abc911211b9bd4f0e30dd75bed82fbabe9a597a82c080b5c11082bb
|
||||
size 256
|
BIN
polylib-5.22.5.tar.gz
(Stored with Git LFS)
BIN
polylib-5.22.5.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
polylib-5.22.8.tar.gz
(Stored with Git LFS)
Normal file
BIN
polylib-5.22.8.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 7 15:41:04 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 5.22.8
|
||||
* Minor fixes and updates during the past 10 years, autotools
|
||||
update, MIT licence.
|
||||
- Delete static-decls.patch (merged)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 2 23:33:12 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Add static-decls.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 24 14:12:04 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@@ -18,12 +18,13 @@
|
||||
|
||||
%define lname libpolylibgmp8
|
||||
Name: polylib
|
||||
Version: 5.22.5
|
||||
Version: 5.22.8
|
||||
Release: 0
|
||||
Summary: Library for computing homotopy continuation of roots
|
||||
License: GPL-3.0-or-later
|
||||
License: MIT
|
||||
Group: Productivity/Scientific/Math
|
||||
URL: https://icps.u-strasbg.fr/polylib/
|
||||
#Git-Clone: https://github.com/vincentloechner/polylib
|
||||
Source: https://icps.u-strasbg.fr/polylib/polylib_src/%name-%version.tar.gz
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: ntl-devel
|
||||
@@ -79,8 +80,7 @@ developing with PolyLib.
|
||||
%make_install
|
||||
find %buildroot -type f -name "*.la" -delete -print
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %lname
|
||||
|
||||
%files
|
||||
%_bindir/c2p
|
||||
|
Reference in New Issue
Block a user