17
0

10 Commits

Author SHA256 Message Date
c9be3e7b9d Accepting request 1324473 from science
- Update to release 0.4.1

OBS-URL: https://build.opensuse.org/request/show/1324473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-datastructures?expand=0&rev=6
2025-12-27 10:29:09 +00:00
d1d3dd1c00 Accepting request 1311469 from science
- Update to release 0.4.0

OBS-URL: https://build.opensuse.org/request/show/1311469
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-datastructures?expand=0&rev=5
2025-10-16 15:38:21 +00:00
5ef661e786 Accepting request 1287748 from science
group with gap
- Update to release 0.3.3

OBS-URL: https://build.opensuse.org/request/show/1287748
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-datastructures?expand=0&rev=4
2025-06-23 14:07:04 +00:00
OBS User unknown
ef20f6b551 [info=8ba8994662e1a8d5ca7257b18f73128d1625e1e6fcb43020e5469feae68417f8]
OBS-URL: https://build.opensuse.org/package/show/science/gap-datastructures?expand=0&rev=7
2025-06-21 23:46:51 +00:00
OBS User unknown
7b8ad05015 [info=5e8e0d3227f8ac640c531b850bde395d623374b6ce530de52b301516e9562640]
OBS-URL: https://build.opensuse.org/package/show/science/gap-datastructures?expand=0&rev=6
2025-06-20 12:09:48 +00:00
cc9142dee4 Accepting request 1249108 from science
- Make specfile conform to POSIX sh

OBS-URL: https://build.opensuse.org/request/show/1249108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-datastructures?expand=0&rev=3
2025-02-28 16:39:14 +00:00
OBS User unknown
842d4b79f8 [info=7de2a0d6695a5b9ba3f8e184058e74162db3d0bcbf7564af06b3c5a9d7295371]
OBS-URL: https://build.opensuse.org/package/show/science/gap-datastructures?expand=0&rev=5
2025-02-27 23:11:15 +00:00
b859c93fba Accepting request 1244544 from science
- Update to release 0.3.1

OBS-URL: https://build.opensuse.org/request/show/1244544
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-datastructures?expand=0&rev=2
2025-02-10 16:26:33 +00:00
OBS User unknown
5e88be2070 [info=fd202586c874114e4717a839363848bed5f6167525a291c410d7071e85c92695]
OBS-URL: https://build.opensuse.org/package/show/science/gap-datastructures?expand=0&rev=4
2025-02-09 20:49:37 +00:00
c1e1c6c3ea [info=ddc6faabd50ac03ca23b4e2e6909c31d039e4eeb1abe53b9b1f96e2ffc7caadb]
OBS-URL: https://build.opensuse.org/package/show/science/gap-datastructures?expand=0&rev=3
2025-02-09 20:46:58 +00:00
6 changed files with 57 additions and 11 deletions

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1766786395
commit: 6128b70b0899879b77bce7f084c0d49dac3acbfa673db1bbd1ffb199dc78e352
url: https://src.opensuse.org/jengelh/gap-datastructures
revision: master

3
build.specials.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f748ecb81cdbf65d811a89f81ccdcd46bafb3f7de2b5991ff1f53b3b4618c46a
size 256

Binary file not shown.

BIN
datastructures-0.4.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
Fri Dec 26 21:58:55 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.4.1
* The manual was rebuilt to fix broken links (caused by a tooling
error)
-------------------------------------------------------------------
Wed Oct 15 10:22:54 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.4.0
* Add `RootsOfPartitionDS` (essentially the same as iterating
over all of `IteratorOfRootsOfPartitionDS` and storing the
result in a list, but faster)
* Make `PartitionDS` more convenient to use by allowing to omit
the filter argument
* Fix printing of `PartitionDSFamily`
-------------------------------------------------------------------
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 and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: gap-datastructures
Version: 0.3.0
Version: 0.4.1
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