4 Commits

Author SHA256 Message Date
09091b1802 gap-orb 5.0.1 2025-06-20 14:35:28 +02:00
843721ec27 POSIX sh compatibility 2025-02-28 00:01:31 +01:00
29f8f2fd02 gap-orb 5.0.0 2025-01-22 11:14:59 +01:00
e02691c2a9 gap-orb 4.9.2 2025-01-03 14:20:47 +01:00
4 changed files with 32 additions and 8 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Fri Jun 20 12:35:13 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 5.0.1
* No user-visible changes
-------------------------------------------------------------------
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Make specfile conform to POSIX sh
-------------------------------------------------------------------
Wed Jan 22 10:14:36 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 5.0.0
* Remove legacy APIs `InitHT`, `NewHT`, `AddHT`, `ValueHT`,
`GrowHT`. Instead use `HTCreate`, `HTAdd`, `HTValue`,
`HTDelete` and `HTUpdate`.
-------------------------------------------------------------------
Fri Jan 3 13:16:51 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 4.9.2
* Prepare for a future GAP version introducing PreImagesElmNC
and PreImagesRepresentativeNC
-------------------------------------------------------------------
Tue Aug 27 15:52:56 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package gap-orb
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# 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-orb
Version: 4.9.1
Version: 5.0.1
Release: 0
Summary: GAP: Methods to enumerate Orbits
License: GPL-3.0-or-later
@@ -46,9 +46,7 @@ The orb package is about enumerating orbits in various ways.
%install
%gappkg_simple_install
pushd "%buildroot/$moddir"
rm -Rf src
popd
rm -Rf "%buildroot/$moddir/src"
%files -f %name.files

BIN
orb-4.9.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
orb-5.0.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.