17
0

7 Commits

Author SHA256 Message Date
3fcb38600d Accepting request 1310749 from science
- Update to release 2025.06.24

OBS-URL: https://build.opensuse.org/request/show/1310749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-cddinterface?expand=0&rev=5
2025-10-12 20:23:24 +00:00
0cc27846b4 Accepting request 1304156 from science
- Specifically request pkgconfig(cddgmp) now that it exists.

OBS-URL: https://build.opensuse.org/request/show/1304156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-cddinterface?expand=0&rev=4
2025-09-12 19:10:07 +00:00
3bfd8e5841 Accepting request 1249103 from science
- Make specfile conform to POSIX sh

OBS-URL: https://build.opensuse.org/request/show/1249103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-cddinterface?expand=0&rev=3
2025-02-28 16:39:11 +00:00
OBS User unknown
c520966b99 [info=6007eac04ebab5572490f47c70918ca7938240eeb1ce167bc9f41f43f5a5f9f6]
OBS-URL: https://build.opensuse.org/package/show/science/gap-cddinterface?expand=0&rev=5
2025-02-27 23:10:55 +00:00
aed9baaf82 Accepting request 1234177 from science
- Update to release 2024.09.02

OBS-URL: https://build.opensuse.org/request/show/1234177
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-cddinterface?expand=0&rev=2
2025-01-01 22:08:36 +00:00
OBS User unknown
6438a3ded8 [info=fb88d2f820719125ccbbc6adb08250d38c20a52b52867cb599dc4f3c9c13302d]
OBS-URL: https://build.opensuse.org/package/show/science/gap-cddinterface?expand=0&rev=4
2024-12-31 19:33:08 +00:00
ffa58a21d3 [info=ccff39966efabeeb26eb7dfcb0a1623e45344a9ecad1b03078321c3f6b7789ff]
OBS-URL: https://build.opensuse.org/package/show/science/gap-cddinterface?expand=0&rev=3
2024-12-31 19:29:31 +00:00
6 changed files with 38 additions and 10 deletions

Binary file not shown.

BIN
CddInterface-2025.06.24.tar.gz LFS Normal file

Binary file not shown.

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1760204818
commit: 2674f4c79006e9efcd60858ac6bd7a3b13326dfcfc3a9af53d631489d5d172eb
url: https://src.opensuse.org/jengelh/gap-cddinterface
revision: master

3
build.specials.obscpio Normal file
View File

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

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Oct 11 17:46:40 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2025.06.24
* No changelog was provided
-------------------------------------------------------------------
Thu Sep 11 20:16:25 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Specifically request pkgconfig(cddgmp) now that it exists.
-------------------------------------------------------------------
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Make specfile conform to POSIX sh
-------------------------------------------------------------------
Tue Dec 31 19:29:53 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2024.09.02
* Support newer cddlib header locations
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Nov 19 03:35:50 UTC 2022 - Jan Engelhardt <jengelh@inai.de> Sat Nov 19 03:35:50 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package gap-cddinterface # spec file for package gap-cddinterface
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-cddinterface Name: gap-cddinterface
Version: 2022.11.01 Version: 2025.06.24
Release: 0 Release: 0
Summary: GAP: Interface to cddlib Summary: GAP: Interface to cddlib
License: GPL-2.0-or-later License: GPL-2.0-or-later
@@ -27,8 +27,8 @@ URL: https://homalg-project.github.io/CddInterface
Source: https://github.com/homalg-project/CddInterface/releases/download/v%version/CddInterface-%version.tar.gz Source: https://github.com/homalg-project/CddInterface/releases/download/v%version/CddInterface-%version.tar.gz
BuildRequires: gap-devel BuildRequires: gap-devel
BuildRequires: gap-rpm-devel BuildRequires: gap-rpm-devel
BuildRequires: pkgconfig(cddlib) BuildRequires: pkgconfig(cddgmp)
Requires: gap-core >= 4.9 Requires: gap-core >= 4.12
Requires: gap-gapdoc >= 1.5 Requires: gap-gapdoc >= 1.5
%description %description
@@ -46,9 +46,8 @@ problem of maximizing and minimizing a linear function over P.
%install %install
%gappkg_simple_install %gappkg_simple_install
pushd "%buildroot/$fmoddir/" cd "%buildroot/$fmoddir/"
rm -Rfv config.* configure* Makefile* src/ rm -Rfv config.* configure* Makefile* src/
popd
%files -f %name.files %files -f %name.files