Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2674f4c790 | |||
| f1629f3f12 | |||
| 6007eac04e | |||
| fb88d2f820 |
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.
@@ -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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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-cddinterface
|
||||
Version: 2022.11.01
|
||||
Version: 2025.06.24
|
||||
Release: 0
|
||||
Summary: GAP: Interface to cddlib
|
||||
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
|
||||
BuildRequires: gap-devel
|
||||
BuildRequires: gap-rpm-devel
|
||||
BuildRequires: pkgconfig(cddlib)
|
||||
Requires: gap-core >= 4.9
|
||||
BuildRequires: pkgconfig(cddgmp)
|
||||
Requires: gap-core >= 4.12
|
||||
Requires: gap-gapdoc >= 1.5
|
||||
|
||||
%description
|
||||
@@ -46,9 +46,8 @@ problem of maximizing and minimizing a linear function over P.
|
||||
|
||||
%install
|
||||
%gappkg_simple_install
|
||||
pushd "%buildroot/$fmoddir/"
|
||||
cd "%buildroot/$fmoddir/"
|
||||
rm -Rfv config.* configure* Makefile* src/
|
||||
popd
|
||||
|
||||
%files -f %name.files
|
||||
|
||||
|
||||
Reference in New Issue
Block a user