12
0

4 Commits

Author SHA256 Message Date
8ba8994662 gap-datastructures 0.3.3 2025-06-22 01:46:38 +02:00
5e8e0d3227 gap-datastructures 0.3.2 2025-06-20 14:09:37 +02:00
7de2a0d669 POSIX sh compatibility 2025-02-28 00:01:31 +01:00
fd202586c8 gap-datastructures 0.3.1 2025-02-09 21:49:29 +01:00
4 changed files with 31 additions and 10 deletions

BIN
datastructures-0.3.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
datastructures-0.3.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sat Jun 21 23:46:22 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.3.3
* No user-visible changes
-------------------------------------------------------------------
Fri Jun 20 12:09:17 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.3.2
* 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:49:15 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.3.1
* Ensure compatibility of source code with future C compilers
-------------------------------------------------------------------
Sat Nov 19 17:15:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package gap-datastructures
#
# 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-datastructures
Version: 0.3.0
Version: 0.3.3
Release: 0
Summary: GAP: Collection of standard data structures for GAP
License: GPL-2.0-or-later
@@ -26,9 +26,9 @@ URL: https://gap-packages.github.io/datastructures/
#Git-Clone: https://github.com/gap-packages/datastructures
Source: https://github.com/gap-packages/datastructures/releases/download/v%version/datastructures-%version.tar.gz
BuildRequires: c_compiler
BuildRequires: gap-devel
BuildRequires: gap-devel >= 4.12
BuildRequires: gap-rpm-devel
Requires: gap-core >= 4.10
Requires: gap-core >= 4.12
Requires: gap-gapdoc >= 1.5
%description
@@ -45,9 +45,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