Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
@ -1,4 +0,0 @@
|
|||||||
mtime: 1729956543
|
|
||||||
commit: 439b22db519208e246e6c7813d88853fe16e5bccc84eaacd2a56754d44b35f21
|
|
||||||
url: https://src.opensuse.org/jengelh/pplite
|
|
||||||
revision: master
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:48d60b5f18def26a90bf6dc38ab62a861eef7eada5eb78aa1758077c563cf8e0
|
|
||||||
size 256
|
|
3
pplite-0.11.tar.gz
Normal file
3
pplite-0.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e884b9cd569bf17fa09e12bcfea6cf1f914e0c5686eaf22c206f534c4a5f1c42
|
||||||
|
size 918634
|
BIN
pplite-0.12.tar.gz
(Stored with Git LFS)
BIN
pplite-0.12.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -1,13 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Sat Oct 26 15:26:42 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
|
||||||
|
|
||||||
- Update to release 0.12
|
|
||||||
* The library no longer depends on the C++ interface of GMP
|
|
||||||
(this change mainly affects classes ``pplite::Integer`` and
|
|
||||||
``pplite::Rational``).
|
|
||||||
* The support for conditional thread safety is now enabled by
|
|
||||||
default.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 12 16:56:10 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Sun Nov 12 16:56:10 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pplite
|
# spec file for package pplite
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 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
|
||||||
@ -16,10 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define lname libpplite5
|
%define lname libpplite4
|
||||||
%define _lto_cflags %nil
|
%define _lto_cflags %nil
|
||||||
Name: pplite
|
Name: pplite
|
||||||
Version: 0.12
|
Version: 0.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Computations with polyhedra
|
Summary: Computations with polyhedra
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -74,7 +74,8 @@ if ! %make_build check; then
|
|||||||
:
|
:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%ldconfig_scriptlets -n %lname
|
%post -n %lname -p /sbin/ldconfig
|
||||||
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Loading…
x
Reference in New Issue
Block a user