1 Commits

Author SHA256 Message Date
e99745b65e gap-orb 4.9.1 2024-08-27 18:03:58 +02:00
6 changed files with 8 additions and 39 deletions

View File

@@ -1,4 +0,0 @@
mtime: 1750422928
commit: 09091b18024cb4f2fccec5cbc70b8583a3e021d320242ba29d3310120dfc05f1
url: https://src.opensuse.org/jengelh/gap-orb
revision: master

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:879acd1e23cad094b184d6989f4bd2f22aa275d80593e513bacdaad144bae116
size 256

View File

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

BIN
orb-4.9.1.tar.gz LFS Normal file

Binary file not shown.

Binary file not shown.