Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| fdaefcc246 | |||
|
|
63d99b692c | ||
| 221a7118ce | |||
|
|
4ece1ab344 | ||
| 88cde4a8d9 | |||
|
|
2e07be064a | ||
| 3ec0d5e711 |
BIN
DeepThought-1.0.6.tar.gz
LFS
BIN
DeepThought-1.0.6.tar.gz
LFS
Binary file not shown.
BIN
DeepThought-1.0.9.tar.gz
LFS
Normal file
BIN
DeepThought-1.0.9.tar.gz
LFS
Normal file
Binary file not shown.
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
mtime: 1750421226
|
||||
commit: fc1b82d034542b9abbb878841f4100c1b827293c8f4d206ef23cc6bd0682b29b
|
||||
url: https://src.opensuse.org/jengelh/gap-deepthought
|
||||
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:36885374c1efb901a063354a30f5b4a8b8826b788186626d67ddc0fa66bcdf0a
|
||||
size 256
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 20 12:06:52 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.0.9
|
||||
* No user-visible changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Make specfile conform to POSIX sh
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 9 20:57:33 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.0.8
|
||||
* Use designated initializers for StructInitInfo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 19 17:15:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gap-deepthought
|
||||
#
|
||||
# Copyright (c) 2022 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-deepthought
|
||||
Version: 1.0.6
|
||||
Version: 1.0.9
|
||||
Release: 0
|
||||
Summary: GAP: Deep Thought for computations in nilpotent groups
|
||||
License: GPL-2.0-or-later
|
||||
@@ -28,7 +28,7 @@ Source: https://github.com/gap-packages/DeepThought/releases/download/v%
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: gap-devel
|
||||
BuildRequires: gap-rpm-devel
|
||||
Requires: gap-core >= 4.9
|
||||
Requires: gap-core >= 4.12
|
||||
Requires: gap-gapdoc >= 1.5
|
||||
Requires: gap-polycyclic >= 2.11
|
||||
|
||||
@@ -47,9 +47,7 @@ find . -type f -size 0 -name _Chunks.xml -print -delete
|
||||
|
||||
%install
|
||||
%gappkg_simple_install
|
||||
pushd "%buildroot/$fmoddir/"
|
||||
rm -Rf src
|
||||
popd
|
||||
rm -Rf "%buildroot/$fmoddir/src"
|
||||
|
||||
%files -f %name.files
|
||||
|
||||
|
||||
Reference in New Issue
Block a user