Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| fc1b82d034 | |||
| 8b82718cc1 | |||
| 0ee8d2c535 |
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.
@@ -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