From 08944979e482fdd48da6b2ccc4ee825e6b72f26b9bc1b718615810682d79a5d9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 21 Apr 2022 09:56:33 +0000 Subject: [PATCH] - Update to release 0.41.5 OBS-URL: https://build.opensuse.org/package/show/science/barvinok?expand=0&rev=5 --- _service | 14 ++++++++++++++ barvinok-0.41.4.tar.xz | 3 --- barvinok-0.41.5.tar.xz | 3 +++ barvinok.changes | 6 ++++++ barvinok.spec | 10 +++++++--- 5 files changed, 30 insertions(+), 6 deletions(-) create mode 100644 _service delete mode 100644 barvinok-0.41.4.tar.xz create mode 100644 barvinok-0.41.5.tar.xz diff --git a/_service b/_service new file mode 100644 index 0000000..06315ec --- /dev/null +++ b/_service @@ -0,0 +1,14 @@ + + + git + https://repo.or.cz/barvinok.git + barvinok-0.41.5 + barvinok-0.41.5 + 0.41.5 + + + *.tar + xz + + + diff --git a/barvinok-0.41.4.tar.xz b/barvinok-0.41.4.tar.xz deleted file mode 100644 index da1aefd..0000000 --- a/barvinok-0.41.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99eeb68dab60299305349f7e24d393327f3aec7c62fa2cb13e983aaa70b9665f -size 3779860 diff --git a/barvinok-0.41.5.tar.xz b/barvinok-0.41.5.tar.xz new file mode 100644 index 0000000..acea435 --- /dev/null +++ b/barvinok-0.41.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e4a47da35fcb091b5c0019803b7c35ad01483f7efab964947c359db7fc2ca6 +size 5115868 diff --git a/barvinok.changes b/barvinok.changes index 8964830..81f3484 100644 --- a/barvinok.changes +++ b/barvinok.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 21 09:55:55 UTC 2022 - Jan Engelhardt + +- Update to release 0.41.5 + * Build updates / work with newer clang + ------------------------------------------------------------------- Thu Dec 24 11:58:03 UTC 2020 - Jan Engelhardt diff --git a/barvinok.spec b/barvinok.spec index f43fb51..93c8695 100644 --- a/barvinok.spec +++ b/barvinok.spec @@ -1,7 +1,7 @@ # # spec file for package barvinok # -# Copyright (c) 2020 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,15 +18,18 @@ %define lname libbarvinok23 Name: barvinok -Version: 0.41.4 +Version: 0.41.5 Release: 0 Summary: Library for computing homotopy continuation of roots License: GPL-2.0-or-later Group: Productivity/Scientific/Math URL: http://barvinok.gforge.inria.fr/ -Source: http://barvinok.gforge.inria.fr/%name-%version.tar.xz + +#Git-Web: https://repo.or.cz/barvinok.git +Source: %name-%version.tar.xz BuildRequires: gcc-c++ BuildRequires: glpk-devel +BuildRequires: libtool BuildRequires: ntl-devel BuildRequires: pkgconfig(gmpxx) BuildRequires: pkgconfig(isl) @@ -70,6 +73,7 @@ developing with PolyLib. %autosetup -p1 %build +autoreconf -fi %configure --disable-static --enable-shared-barvinok \ --with-isl=system --with-ntl=system --with-polylib=system %make_build