From 439b22db519208e246e6c7813d88853fe16e5bccc84eaacd2a56754d44b35f21 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 26 Oct 2024 17:29:03 +0200 Subject: [PATCH] pplite 0.12 --- pplite-0.11.tar.gz | 3 --- pplite-0.12.tar.gz | 3 +++ pplite.changes | 10 ++++++++++ pplite.spec | 9 ++++----- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 pplite-0.11.tar.gz create mode 100644 pplite-0.12.tar.gz diff --git a/pplite-0.11.tar.gz b/pplite-0.11.tar.gz deleted file mode 100644 index 6038bdf..0000000 --- a/pplite-0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e884b9cd569bf17fa09e12bcfea6cf1f914e0c5686eaf22c206f534c4a5f1c42 -size 918634 diff --git a/pplite-0.12.tar.gz b/pplite-0.12.tar.gz new file mode 100644 index 0000000..b12512f --- /dev/null +++ b/pplite-0.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6aba554421944f1d5e469d59a9eb99ccac6ad4c111a447c8bc3916cb7476f51 +size 930783 diff --git a/pplite.changes b/pplite.changes index d69c357..4bc1da5 100644 --- a/pplite.changes +++ b/pplite.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Oct 26 15:26:42 UTC 2024 - Jan Engelhardt + +- 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 diff --git a/pplite.spec b/pplite.spec index ba24a4c..9d0ed68 100644 --- a/pplite.spec +++ b/pplite.spec @@ -1,7 +1,7 @@ # # spec file for package pplite # -# 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 @@ -16,10 +16,10 @@ # -%define lname libpplite4 +%define lname libpplite5 %define _lto_cflags %nil Name: pplite -Version: 0.11 +Version: 0.12 Release: 0 Summary: Computations with polyhedra License: GPL-3.0-or-later @@ -74,8 +74,7 @@ if ! %make_build check; then : fi -%post -n %lname -p /sbin/ldconfig -%postun -n %lname -p /sbin/ldconfig +%ldconfig_scriptlets -n %lname %files -n %lname %license COPYING