From 4d75ffd5b3f631f4eb68e7b0aafab245bc4346c4e2c506f836f02edd524b6bab Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 24 Sep 2024 16:29:00 +0200 Subject: [PATCH] polymake 4.13 --- V4.12.tar.gz | 3 --- polymake-4.13-minimal.tar.bz2 | 3 +++ polymake.changes | 6 ++++++ polymake.spec | 7 ++++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 V4.12.tar.gz create mode 100644 polymake-4.13-minimal.tar.bz2 diff --git a/V4.12.tar.gz b/V4.12.tar.gz deleted file mode 100644 index 7165ea1..0000000 --- a/V4.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:271b73027114ef6d311ef501ecadb0d632501fd9f72d16efd5905db128ba5e20 -size 47556117 diff --git a/polymake-4.13-minimal.tar.bz2 b/polymake-4.13-minimal.tar.bz2 new file mode 100644 index 0000000..0491a5b --- /dev/null +++ b/polymake-4.13-minimal.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3adacd063b9ea60d5e9c37c6183f5dbb7458b0cb3491eba3efc38f20c565ceb +size 7338096 diff --git a/polymake.changes b/polymake.changes index 7d15469..725fa31 100644 --- a/polymake.changes +++ b/polymake.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 24 14:28:29 UTC 2024 - Jan Engelhardt + +- Update to release 4.13 + * Support for Perl 5.40 and -std=c++20 builds + ------------------------------------------------------------------- Sun Aug 18 22:05:59 UTC 2024 - Jan Engelhardt diff --git a/polymake.spec b/polymake.spec index aa88f3f..791a966 100644 --- a/polymake.spec +++ b/polymake.spec @@ -16,16 +16,17 @@ # -%define lname libpolymake4_12 +%define lname libpolymake4_13 Name: polymake -Version: 4.12 +Version: 4.13 Release: 0 Summary: Application for studying combinatorics and geometry of convex polytopes License: GPL-2.0-or-later Group: Productivity/Scientific/Math URL: https://polymake.org/ -Source: https://github.com/polymake/polymake/archive/V%version.tar.gz +Source: https://github.com/polymake/polymake/releases/download/V4.13/polymake-4.13-minimal.tar.bz2 +Source: polymake-4.13-minimal.tar.bz2 Source9: %name-rpmlintrc Patch2: sympol-system.patch Patch3: perl.patch