diff --git a/normaliz-3.10.1.tar.gz b/normaliz-3.10.1.tar.gz new file mode 100644 index 0000000..a07b09c --- /dev/null +++ b/normaliz-3.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365e1d1e2a338dc4df1947a440e606bb66dd261307e617905e8eca64eaafcf6e +size 6795274 diff --git a/normaliz-3.9.4.tar.gz b/normaliz-3.9.4.tar.gz deleted file mode 100644 index 962f955..0000000 --- a/normaliz-3.9.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdfcec1bfd4586aee2c43040370e051c1cb28a3d4bdd8d77a62c0c0e0afb9a6f -size 5069245 diff --git a/normaliz.changes b/normaliz.changes index 5bae2c5..77faf6a 100644 --- a/normaliz.changes +++ b/normaliz.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Wed Jun 28 11:59:11 UTC 2023 - Jan Engelhardt + +- Update to release 3.10.1 + * Improved the patching variant of the project-and-lift + algorithm for lattice points in polytopes. + +------------------------------------------------------------------- +Tue Jan 31 11:03:14 UTC 2023 - Jan Engelhardt + +- Update to release 3.10.0 + * This release adds general affine monoids and binomial ideals + to Normaliz. In particular, it computes: + * minimal systems of generators (Hilbert bases) of affine monoids + * Hilbert series of affine monoids + * singular loci of affine monoid algebras + * Markov and Gröbner bases of lattice ideals + * affine monoids from binomial ideals + +------------------------------------------------------------------- +Wed Dec 21 00:20:12 UTC 2022 - Jan Engelhardt + +- normaliz-devel needs e-antic-devel for headers. + ------------------------------------------------------------------- Thu Aug 25 15:09:46 UTC 2022 - Jan Engelhardt diff --git a/normaliz.spec b/normaliz.spec index 03a7240..1159554 100644 --- a/normaliz.spec +++ b/normaliz.spec @@ -1,7 +1,7 @@ # # spec file for package normaliz # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: normaliz %define lname libnormaliz3 -Version: 3.9.4 +Version: 3.10.1 Release: 0 Summary: Tools for computations in affine monoids and rational cones License: GPL-3.0-or-later @@ -63,6 +63,7 @@ the Normaliz computations from C++ programs. Summary: Development files for Normaliz, a tool for computation of rotational cones Group: Development/Libraries/C and C++ Requires: %lname = %version +Requires: e-antic-devel Requires: gmp-devel %description devel