1
0

7 Commits

Author SHA256 Message Date
ed8e5be56e Accepting request 1249123 from science
- Make specfile conform to POSIX sh

OBS-URL: https://build.opensuse.org/request/show/1249123
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-semigroups?expand=0&rev=10
2025-02-28 16:39:23 +00:00
OBS User unknown
f42083c4e3 [info=2943f7111f312cacd4d3960cc51eba9d91c404e71dee86062d344d3c68eee4d8]
OBS-URL: https://build.opensuse.org/package/show/science/gap-semigroups?expand=0&rev=37
2025-02-27 23:12:18 +00:00
e27079dd13 Accepting request 1247770 from science
- Update to release 5.5.0

OBS-URL: https://build.opensuse.org/request/show/1247770
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-semigroups?expand=0&rev=9
2025-02-22 18:05:05 +00:00
OBS User unknown
c61ad94f1d [info=1031b650ed853b85e79f6f9085529e23ab441bd98363ff6bd647cf7790dd36bf]
OBS-URL: https://build.opensuse.org/package/show/science/gap-semigroups?expand=0&rev=36
2025-02-22 00:48:51 +00:00
5d2513b380 Accepting request 1211089 from science
- Update to release 5.4.0

OBS-URL: https://build.opensuse.org/request/show/1211089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-semigroups?expand=0&rev=8
2024-10-21 14:25:35 +00:00
OBS User unknown
f08fb5349f [info=bcaeeef0f687c8e9c10cd5b9072b2df3088f0fd060f643deba0679e8e6f2eb04]
OBS-URL: https://build.opensuse.org/package/show/science/gap-semigroups?expand=0&rev=35
2024-10-20 15:53:04 +00:00
a2f35dbfb0 [info=03b41bede72af8694a67c58b5a780aa181d4f87841e9c1d67800edc96a6e938a]
OBS-URL: https://build.opensuse.org/package/show/science/gap-semigroups?expand=0&rev=34
2024-10-20 15:49:34 +00:00
6 changed files with 33 additions and 9 deletions

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1740697291
commit: 2943f7111f312cacd4d3960cc51eba9d91c404e71dee86062d344d3c68eee4d8
url: https://src.opensuse.org/jengelh/gap-semigroups
revision: master

BIN
build.specials.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Make specfile conform to POSIX sh
-------------------------------------------------------------------
Sat Feb 22 00:46:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 5.5.0
* Better inverses
-------------------------------------------------------------------
Sun Oct 20 15:50:46 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 5.4.0
* improved IsIsomorphicSemigroup method
* fixed a ChooseHashFunction rank issue
-------------------------------------------------------------------
Thu May 16 13:22:29 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package gap-semigroups
#
# Copyright (c) 2024 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-semigroups
Version: 5.3.7
Version: 5.5.0
Release: 0
Summary: GAP: Computing with Semigroups of Transformations and Partial Permutations
License: GPL-2.0-or-later
@@ -29,13 +29,13 @@ Patch1: no-avx.patch
BuildRequires: automake
BuildRequires: c++_compiler
BuildRequires: fdupes
BuildRequires: gap-devel >= 4.12
BuildRequires: gap-devel >= 4.12.1
BuildRequires: gap-rpm-devel
BuildRequires: gmp-devel
BuildRequires: libtool
BuildRequires: xz
BuildRequires: pkgconfig(libsemigroups)
Requires: gap-core >= 4.12
Requires: gap-core >= 4.12.1
Requires: gap-datastructures >= 0.2.5
Requires: gap-digraphs >= 1.6.2
Requires: gap-genss >= 1.6.5
@@ -70,9 +70,8 @@ autoreconf -fi
%install
rm -Rf libsemigroups
%gappkg_simple_install
pushd "%buildroot/$fmoddir/"
cd "%buildroot/$fmoddir/"
rm -Rfv Makefile* configure* config.* cnf/ src/ gapbind14/src/ gapbind14/include/ autom4te.cache
popd
find "%buildroot" "(" -name "*.orig" -o -name .gitignore -o \
-name .dirstamp -o -name .clang-format -o -name .ccls ")" -print -delete
%fdupes %buildroot/%_prefix

BIN
semigroups-5.3.7.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
semigroups-5.5.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.