Accepting request 893479 from devel:libraries:c_c++

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/893479
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/isl?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2021-05-20 17:23:19 +00:00 committed by Git OBS Bridge
commit 8e0823dc8c
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5efc53efaef151301f4e7dde3856b66812d8153dede24fab17673f801c8698f2
size 1729656

3
isl-0.24.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:043105cc544f416b48736fff8caf077fb0663a717d06b1113f16e391ac99ebad
size 1930956

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun May 9 14:05:41 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.24:
- improved (C++) bindings (inherit methods, renamed exports)
- initial templated C++ bindings
- detect bounds on constant polynomials as tight
-------------------------------------------------------------------
Mon Jan 25 13:53:25 UTC 2021 - Andreas Schwab <schwab@suse.de>

View File

@ -18,7 +18,7 @@
%define islsover 23
Name: isl
Version: 0.23
Version: 0.24
Release: 0
Summary: Integer Set Library
License: MIT
@ -56,7 +56,7 @@ bounded by linear constraints.
%setup -q
%build
export CFLAGS_FOR_BUILD="%optflags"
export CFLAGS_FOR_BUILD="%{optflags}"
%configure --disable-static
%make_build