From e120681c991a90b149ae9aff009f8a176a0d63c3c83b028bd827d96b360acdf4 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 20 Apr 2022 09:46:02 +0000 Subject: [PATCH 1/2] - Update to release 3.9.3 OBS-URL: https://build.opensuse.org/package/show/science/normaliz?expand=0&rev=50 --- normaliz-3.9.2.tar.gz | 3 --- normaliz-3.9.3.tar.gz | 3 +++ normaliz.changes | 8 ++++++++ normaliz.spec | 3 ++- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 normaliz-3.9.2.tar.gz create mode 100644 normaliz-3.9.3.tar.gz diff --git a/normaliz-3.9.2.tar.gz b/normaliz-3.9.2.tar.gz deleted file mode 100644 index db803d8..0000000 --- a/normaliz-3.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:434265281d4ac1a4e0c440403659a4ff92834508bb4f92c0d262387b44a18ee0 -size 4891592 diff --git a/normaliz-3.9.3.tar.gz b/normaliz-3.9.3.tar.gz new file mode 100644 index 0000000..0f873ee --- /dev/null +++ b/normaliz-3.9.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0288f410428a0eebe10d2ed6795c8906712848c7ae5966442ce164adc2429657 +size 4946498 diff --git a/normaliz.changes b/normaliz.changes index 239119c..c34c27a 100644 --- a/normaliz.changes +++ b/normaliz.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Apr 20 09:34:45 UTC 2022 - Jan Engelhardt + +- Update to release 3.9.3 + * Build system updates + * New reference manual, NmzShortRef.pdf +- Ship documentation. + ------------------------------------------------------------------- Mon Feb 7 15:02:49 UTC 2022 - Jan Engelhardt diff --git a/normaliz.spec b/normaliz.spec index d2cf50d..157fb25 100644 --- a/normaliz.spec +++ b/normaliz.spec @@ -18,7 +18,7 @@ Name: normaliz %define lname libnormaliz3 -Version: 3.9.2 +Version: 3.9.3 Release: 0 Summary: Tools for computations in affine monoids and rational cones License: GPL-3.0-or-later @@ -90,6 +90,7 @@ rm -f "%buildroot/%_libdir"/*.la %files %_bindir/normaliz %license COPYING +%doc doc/*.pdf %files -n %lname %_libdir/libnormaliz.so.3* From 1c35578929925efff6bc0729e03a92f9bcccc8794ccc2bedca940eea5e22badb Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 25 Aug 2022 15:10:29 +0000 Subject: [PATCH 2/2] - Update to release 3.9.4 OBS-URL: https://build.opensuse.org/package/show/science/normaliz?expand=0&rev=51 --- normaliz-3.9.3.tar.gz | 3 --- normaliz-3.9.4.tar.gz | 3 +++ normaliz.changes | 12 ++++++++++++ normaliz.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 normaliz-3.9.3.tar.gz create mode 100644 normaliz-3.9.4.tar.gz diff --git a/normaliz-3.9.3.tar.gz b/normaliz-3.9.3.tar.gz deleted file mode 100644 index 0f873ee..0000000 --- a/normaliz-3.9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0288f410428a0eebe10d2ed6795c8906712848c7ae5966442ce164adc2429657 -size 4946498 diff --git a/normaliz-3.9.4.tar.gz b/normaliz-3.9.4.tar.gz new file mode 100644 index 0000000..962f955 --- /dev/null +++ b/normaliz-3.9.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdfcec1bfd4586aee2c43040370e051c1cb28a3d4bdd8d77a62c0c0e0afb9a6f +size 5069245 diff --git a/normaliz.changes b/normaliz.changes index c34c27a..5bae2c5 100644 --- a/normaliz.changes +++ b/normaliz.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Aug 25 15:09:46 UTC 2022 - Jan Engelhardt + +- Update to release 3.9.4 + * New: A variant of project-and-lift for "positive systems", + i.e. diophantine linear systems whose solutions are + nonnegative and for which Normaliz can derive upper bounds + for all coordinates directly from the input inequalities and + equations. + * Lattice points in polytopes can be constrained by polynomial + equations and inequalities. + ------------------------------------------------------------------- Wed Apr 20 09:34:45 UTC 2022 - Jan Engelhardt diff --git a/normaliz.spec b/normaliz.spec index 157fb25..03a7240 100644 --- a/normaliz.spec +++ b/normaliz.spec @@ -18,7 +18,7 @@ Name: normaliz %define lname libnormaliz3 -Version: 3.9.3 +Version: 3.9.4 Release: 0 Summary: Tools for computations in affine monoids and rational cones License: GPL-3.0-or-later @@ -78,7 +78,7 @@ the Normaliz computations from C++ programs. %build autoreconf -fi %configure --disable-static -make %{?_smp_mflags} +%make_build %install %make_install