diff --git a/cubefree-1.19.tar.gz b/cubefree-1.19.tar.gz new file mode 100644 index 0000000..6d75b85 --- /dev/null +++ b/cubefree-1.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993f420922b48c9ab4f7e77c6de50041ebcf1cd6d13376a940ecd84684255676 +size 222847 diff --git a/cubefree1.17.tar.bz2 b/cubefree1.17.tar.bz2 deleted file mode 100644 index aea3ba0..0000000 --- a/cubefree1.17.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f557ca40cf07d7aa011d5c8c525e78a4ef127a1d362b7e508b0ab714b32e1f20 -size 341829 diff --git a/gap-cubefree.changes b/gap-cubefree.changes index 72ab927..4ce4cea 100644 --- a/gap-cubefree.changes +++ b/gap-cubefree.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 5 09:49:43 UTC 2022 - Jan Engelhardt + +- Update to release 1.19 + * No changelog was provided as usual + ------------------------------------------------------------------- Fri Sep 7 12:29:44 UTC 2018 - Jan Engelhardt diff --git a/gap-cubefree.spec b/gap-cubefree.spec index 34f836f..d58a436 100644 --- a/gap-cubefree.spec +++ b/gap-cubefree.spec @@ -1,7 +1,7 @@ # # spec file for package gap-cubefree # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -17,21 +17,21 @@ Name: gap-cubefree -Summary: GAP: Construction of groups of a given cubefree order -Version: 1.17 +Version: 1.19 Release: 0 +Summary: GAP: Construction of groups of a given cubefree order License: GPL-2.0+ Group: Productivity/Scientific/Math -Url: http://users.monash.edu.au/~heikod/cubefree.html +URL: https://gap-packages.github.io/cubefree/ +#Git-Clone: https://github.com/gap-packages/cubefree -Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/cubefree%version.tar.bz2 +Source: https://github.com/gap-packages/cubefree/releases/download/v%version/cubefree-%version.tar.gz BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gap-rpm-devel BuildRequires: xz -Requires: gap-core >= 4.3 -Requires: gap-grpconst >= 1.0 -Requires: gap-polycyclic >= 1.0 +Requires: gap-core >= 4.8 +Requires: gap-grpconst >= 2.5 +Requires: gap-polycyclic >= 2.11 %description The Cubefree package contains methods to construct up to isomorphism @@ -45,15 +45,13 @@ rewrites the absolutely irreducible matrix group G (over a finite field) over a minimal subfield. %prep -%setup -qn cubefree +%autosetup -n cubefree-%version %build -find . -type f -name "*~" -delete %install %gappkg_simple_install %files -f %name.files -%defattr(-,root,root) %changelog