From 95b40f98f7d5882acc2e2cd228fb56d8924564f4f410cd8d70e13a2b1f9e34ab Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 25 Apr 2022 08:19:04 +0000 Subject: [PATCH] - Update to release 5.4 OBS-URL: https://build.opensuse.org/package/show/science/gap-ace?expand=0&rev=8 --- ace-5.2.tar.bz2 | 3 --- ace-5.4.tar.gz | 3 +++ gap-ace.changes | 6 ++++++ gap-ace.spec | 14 ++++++-------- 4 files changed, 15 insertions(+), 11 deletions(-) delete mode 100644 ace-5.2.tar.bz2 create mode 100644 ace-5.4.tar.gz diff --git a/ace-5.2.tar.bz2 b/ace-5.2.tar.bz2 deleted file mode 100644 index c1391fa..0000000 --- a/ace-5.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae62bd62434ef42ebd82601fb72d34d919ef5112503a01971c502f325e9b41f8 -size 979658 diff --git a/ace-5.4.tar.gz b/ace-5.4.tar.gz new file mode 100644 index 0000000..2e48b8a --- /dev/null +++ b/ace-5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc9ca0d1807511e9e931b471809db2fe9bc7956153f62dd60f1798c6a615a87 +size 1212293 diff --git a/gap-ace.changes b/gap-ace.changes index a5994f4..efc52d4 100644 --- a/gap-ace.changes +++ b/gap-ace.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 25 08:18:18 UTC 2022 - Jan Engelhardt + +- Update to release 5.4 + * Updates to the build procedure only + ------------------------------------------------------------------- Wed Aug 29 21:00:13 UTC 2018 - Jan Engelhardt diff --git a/gap-ace.spec b/gap-ace.spec index 7b47ef1..1953798 100644 --- a/gap-ace.spec +++ b/gap-ace.spec @@ -1,7 +1,7 @@ # # spec file for package gap-ace # -# Copyright (c) 2018 SUSE LINUX 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,16 +17,15 @@ Name: gap-ace -Version: 5.2 +Version: 5.4 Release: 0 Summary: GAP: Advanced Coset Enumerator License: MIT Group: Productivity/Scientific/Math -Url: http://www.math.rwth-aachen.de/~Greg.Gamble/ACE/ +URL: https://gap-packages.github.io/ace/ #Git-Clone: https://github.com/gap-packages/ace -Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/ace-%version.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source: https://github.com/gap-packages/ace/releases/download/v%version/ace-%version.tar.gz BuildRequires: gap BuildRequires: gap-devel BuildRequires: gap-rpm-devel @@ -38,17 +37,16 @@ enumeration by interfacing with the Advanced Coset Enumerator (ACE) from within GAP. %prep -%setup -qn ace-%version +%autosetup -n ace-%version %build ./configure "%gapdir" -make %{?_smp_mflags} CC="cc %optflags" +%make_build CC="cc %optflags" %install rm -Rf Makefile* configure src/ %gappkg_simple_install %files -f %name.files -%defattr(-,root,root) %changelog