Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
ed8e5be56e | |||
|
f42083c4e3 | ||
e27079dd13 | |||
|
c61ad94f1d | ||
5d2513b380 | |||
|
f08fb5349f | ||
a2f35dbfb0 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal 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
BIN
build.specials.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
Thu May 16 13:22:29 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gap-semigroups
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gap-semigroups
|
Name: gap-semigroups
|
||||||
Version: 5.3.7
|
Version: 5.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GAP: Computing with Semigroups of Transformations and Partial Permutations
|
Summary: GAP: Computing with Semigroups of Transformations and Partial Permutations
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@@ -29,13 +29,13 @@ Patch1: no-avx.patch
|
|||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: c++_compiler
|
BuildRequires: c++_compiler
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gap-devel >= 4.12
|
BuildRequires: gap-devel >= 4.12.1
|
||||||
BuildRequires: gap-rpm-devel
|
BuildRequires: gap-rpm-devel
|
||||||
BuildRequires: gmp-devel
|
BuildRequires: gmp-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: pkgconfig(libsemigroups)
|
BuildRequires: pkgconfig(libsemigroups)
|
||||||
Requires: gap-core >= 4.12
|
Requires: gap-core >= 4.12.1
|
||||||
Requires: gap-datastructures >= 0.2.5
|
Requires: gap-datastructures >= 0.2.5
|
||||||
Requires: gap-digraphs >= 1.6.2
|
Requires: gap-digraphs >= 1.6.2
|
||||||
Requires: gap-genss >= 1.6.5
|
Requires: gap-genss >= 1.6.5
|
||||||
@@ -70,9 +70,8 @@ autoreconf -fi
|
|||||||
%install
|
%install
|
||||||
rm -Rf libsemigroups
|
rm -Rf libsemigroups
|
||||||
%gappkg_simple_install
|
%gappkg_simple_install
|
||||||
pushd "%buildroot/$fmoddir/"
|
cd "%buildroot/$fmoddir/"
|
||||||
rm -Rfv Makefile* configure* config.* cnf/ src/ gapbind14/src/ gapbind14/include/ autom4te.cache
|
rm -Rfv Makefile* configure* config.* cnf/ src/ gapbind14/src/ gapbind14/include/ autom4te.cache
|
||||||
popd
|
|
||||||
find "%buildroot" "(" -name "*.orig" -o -name .gitignore -o \
|
find "%buildroot" "(" -name "*.orig" -o -name .gitignore -o \
|
||||||
-name .dirstamp -o -name .clang-format -o -name .ccls ")" -print -delete
|
-name .dirstamp -o -name .clang-format -o -name .ccls ")" -print -delete
|
||||||
%fdupes %buildroot/%_prefix
|
%fdupes %buildroot/%_prefix
|
||||||
|
BIN
semigroups-5.3.7.tar.gz
(Stored with Git LFS)
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
BIN
semigroups-5.5.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user