17
0

3 Commits

Author SHA256 Message Date
fc1b82d034 gap-deepthought 1.0.9 2025-06-20 14:07:06 +02:00
8b82718cc1 POSIX sh compatibility 2025-02-28 00:01:31 +01:00
0ee8d2c535 gap-deepthought 1.0.8 2025-02-09 21:57:45 +01:00
4 changed files with 24 additions and 9 deletions

Binary file not shown.

BIN
DeepThought-1.0.9.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -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>

View File

@@ -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