forked from pool/gap-ferret
Compare commits
9 Commits
Author | SHA256 | Date | |
---|---|---|---|
8f60b16f5f | |||
|
9f992ca92f | ||
|
dcf13b62c5 | ||
|
1b8fe9931a | ||
3186d70b5a | |||
|
a3264ce87d | ||
ca287dafb5 | |||
|
745ac7498f | ||
0a3b3dc84f |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
mtime: 1740697291
|
||||
commit: bb6a0d91a41c9141fcd168d07b32e44b3b773c1582e8fce24d94b535854f71b0
|
||||
url: https://src.opensuse.org/jengelh/gap-ferret
|
||||
revision: master
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30ab7110b614ffc6154e457b350f98c03147dc3d6f0c4525a15eeabb2694530b
|
||||
size 256
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06e93cf00808b755d77169257ffa69f1e5cd56e9f52e4937399fb3145e59b459
|
||||
size 347893
|
BIN
ferret-1.0.14.tar.gz
(Stored with Git LFS)
Normal file
BIN
ferret-1.0.14.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to release 1.0.14
|
||||
* Stop using gap-io for tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 12:49:43 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.0.13
|
||||
* No changelog was provided
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 27 19:28:13 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.0.12
|
||||
* Update GAP kernel module checking
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 25 15:16:45 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gap-ferret
|
||||
Version: 1.0.11
|
||||
Version: 1.0.14
|
||||
Release: 0
|
||||
Summary: GAP: Backtrack Search in Permutation Groups
|
||||
License: MPL-2.0
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user