Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3fcb38600d | |||
| 0cc27846b4 | |||
| 3bfd8e5841 | |||
|
|
c520966b99 | ||
| aed9baaf82 | |||
|
|
6438a3ded8 | ||
| ffa58a21d3 |
BIN
CddInterface-2022.11.01.tar.gz
LFS
BIN
CddInterface-2022.11.01.tar.gz
LFS
Binary file not shown.
BIN
CddInterface-2025.06.24.tar.gz
LFS
Normal file
BIN
CddInterface-2025.06.24.tar.gz
LFS
Normal file
Binary file not shown.
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal 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
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:df8282962c82dcc7e10c4f7f65dc29f7899b46aa115742f52dfba4f9d94cfdd7
|
||||||
|
size 256
|
||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user