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.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 239119c..5bae2c5 100644 --- a/normaliz.changes +++ b/normaliz.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +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 + +- 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..03a7240 100644 --- a/normaliz.spec +++ b/normaliz.spec @@ -18,7 +18,7 @@ Name: normaliz %define lname libnormaliz3 -Version: 3.9.2 +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 @@ -90,6 +90,7 @@ rm -f "%buildroot/%_libdir"/*.la %files %_bindir/normaliz %license COPYING +%doc doc/*.pdf %files -n %lname %_libdir/libnormaliz.so.3*