[info=439b22db519208e246e6c7813d88853fe16e5bccc84eaacd2a56754d44b35f21]

OBS-URL: https://build.opensuse.org/package/show/science/pplite?expand=0&rev=8
This commit is contained in:
OBS User unknown
2024-10-26 15:29:17 +00:00
committed by Git OBS Bridge
parent db76d02ebe
commit 4f377a9063
6 changed files with 20 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
mtime: 1700078896
commit: 9517aed51698c1117bba45f1436ffdfb4de6dbacaca6f8f22c81d84887429f20
mtime: 1729956543
commit: 439b22db519208e246e6c7813d88853fe16e5bccc84eaacd2a56754d44b35f21
url: https://src.opensuse.org/jengelh/pplite
revision: master

BIN
build.specials.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
pplite-0.11.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
pplite-0.12.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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>

View File

@@ -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