3 Commits

Author SHA256 Message Date
a1454bcdd5 gap-ferret 1.0.16 2026-01-20 16:30:26 +01:00
4b86c27ae3 gap-ferret 1.0.15 2025-09-14 21:27:34 +02:00
bb6a0d91a4 POSIX sh compatibility 2025-02-28 00:01:31 +01:00
4 changed files with 24 additions and 8 deletions

Binary file not shown.

BIN
ferret-1.0.16.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Jan 20 15:30:14 UTC 2026 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.0.16
* No changelog was provided
-------------------------------------------------------------------
Sun Sep 14 19:27:03 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.0.15
* Remove obsolete ErrorNoReturn definition for old GAP
-------------------------------------------------------------------
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Make specfile conform to POSIX sh
-------------------------------------------------------------------
Sun Sep 8 07:35:11 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package gap-ferret
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: gap-ferret
Version: 1.0.14
Version: 1.0.16
Release: 0
Summary: GAP: Backtrack Search in Permutation Groups
License: MPL-2.0
@@ -29,7 +29,7 @@ BuildRequires: c++_compiler
BuildRequires: fdupes
BuildRequires: gap-devel
BuildRequires: gap-rpm-devel
Requires: gap-core >= 4.11
Requires: gap-core >= 4.12
Requires: gap-gapdoc >= 1.5
%description
@@ -46,10 +46,9 @@ find . -type f -size 0 -name _Chunks.xml -print -delete
%install
%gappkg_simple_install
pushd "%buildroot/$fmoddir/"
cd "%buildroot/$fmoddir/"
rm -Rf gap_cpp* src config.log
find YAPB++ -type f ! -name LICENSE -delete
popd
%fdupes %buildroot/%_prefix
%files -f %name.files