Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 96de17546c | |||
| c809123df4 | |||
| 91015c53b6 | |||
| cce14533a4 |
BIN
cvec-2.8.1.tar.bz2
LFS
BIN
cvec-2.8.1.tar.bz2
LFS
Binary file not shown.
BIN
cvec-2.8.4.tar.gz
LFS
Normal file
BIN
cvec-2.8.4.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 20 11:51:34 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.8.4
|
||||||
|
* No user-visible changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Make specfile conform to POSIX sh
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 3 13:21:31 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.8.3
|
||||||
|
* Various janitorial changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 27 16:05:59 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.8.2
|
||||||
|
* Do not attempt to read non-existing files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 25 09:31:43 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Sun Jun 25 09:31:43 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gap-cvec
|
# spec file for package gap-cvec
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -17,22 +17,22 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gap-cvec
|
Name: gap-cvec
|
||||||
Version: 2.8.1
|
Version: 2.8.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GAP: Compact vectors over finite fields
|
Summary: GAP: Compact vectors over finite fields
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
URL: https://gap-packages.github.io/cvec/
|
URL: https://gap-packages.github.io/cvec/
|
||||||
#Git-Clone: https://github.com/gap-packages/cvec
|
#Git-Clone: https://github.com/gap-packages/cvec
|
||||||
Source: https://github.com/gap-packages/cvec/releases/download/v%version/cvec-%version.tar.bz2
|
Source: https://github.com/gap-packages/cvec/releases/download/v%version/cvec-%version.tar.gz
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: gap-devel >= 4.10
|
BuildRequires: gap-devel >= 4.12
|
||||||
BuildRequires: gap-rpm-devel
|
BuildRequires: gap-rpm-devel
|
||||||
BuildRequires: gmp-devel
|
BuildRequires: gmp-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
Requires: gap-core >= 4.10
|
Requires: gap-core >= 4.12
|
||||||
Requires: gap-gapdoc >= 1.2
|
Requires: gap-gapdoc >= 1.2
|
||||||
Requires: gap-io >= 4.1
|
Requires: gap-io >= 4.1
|
||||||
Requires: gap-orb >= 4.2
|
Requires: gap-orb >= 4.2
|
||||||
@@ -53,10 +53,9 @@ rm -v doc/clean
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%gappkg_simple_install
|
%gappkg_simple_install
|
||||||
pushd "%buildroot/$fmoddir/"
|
cd "%buildroot/$fmoddir/"
|
||||||
rm -Rf autom4* aclocal* config* cnf m4 gen src
|
rm -Rf autom4* aclocal* config* cnf m4 gen src
|
||||||
find . -type f -name "*.la" -print -delete
|
find . -type f -name "*.la" -print -delete
|
||||||
popd
|
|
||||||
|
|
||||||
%files -f %name.files
|
%files -f %name.files
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user