Accepting request 990048 from home:dirkmueller:Factory
- update to 0.25: * support (type safe) user object on id in bindings * more exports to (templated C++) bindings * add some convenience functions OBS-URL: https://build.opensuse.org/request/show/990048 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=48
This commit is contained in:
parent
fa92f73701
commit
34727620db
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:043105cc544f416b48736fff8caf077fb0663a717d06b1113f16e391ac99ebad
|
||||
size 1930956
|
3
isl-0.25.tar.xz
Normal file
3
isl-0.25.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be7b210647ccadf90a2f0b000fca11a4d40546374a850db67adb32fad4b230d9
|
||||
size 1977048
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 18 20:16:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.25:
|
||||
* support (type safe) user object on id in bindings
|
||||
* more exports to (templated C++) bindings
|
||||
* add some convenience functions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 9 14:05:41 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
8
isl.spec
8
isl.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package isl
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,13 +18,13 @@
|
||||
|
||||
%define islsover 23
|
||||
Name: isl
|
||||
Version: 0.24
|
||||
Version: 0.25
|
||||
Release: 0
|
||||
Summary: Integer Set Library
|
||||
License: MIT
|
||||
Group: Development/Languages/C and C++
|
||||
URL: https://isl.gforge.inria.fr/
|
||||
Source: http://isl.gforge.inria.fr/isl-%{version}.tar.xz
|
||||
URL: https://libisl.sourceforge.io/
|
||||
Source: https://libisl.sourceforge.io/isl-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: gmp-devel
|
||||
BuildRequires: pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user