1 Commits

Author SHA256 Message Date
cce14533a4 gap-cvec 2.8.2 2024-08-27 18:07:33 +02:00
6 changed files with 8 additions and 31 deletions

View File

@@ -1,4 +0,0 @@
mtime: 1750420342
commit: 96de17546c435ce53d478b12c167939c98631e4a534ad90515382d34a1a0e830
url: https://src.opensuse.org/jengelh/gap-cvec
revision: master

View File

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

BIN
cvec-2.8.2.tar.bz2 LFS Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,20 +1,3 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package gap-cvec
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
Name: gap-cvec
Version: 2.8.4
Version: 2.8.2
Release: 0
Summary: GAP: Compact vectors over finite fields
License: GPL-2.0-or-later
Group: Productivity/Scientific/Math
URL: https://gap-packages.github.io/cvec/
#Git-Clone: https://github.com/gap-packages/cvec
Source: https://github.com/gap-packages/cvec/releases/download/v%version/cvec-%version.tar.gz
Source: https://github.com/gap-packages/cvec/releases/download/v%version/cvec-%version.tar.bz2
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gap-devel >= 4.12
@@ -53,9 +53,10 @@ rm -v doc/clean
%install
%gappkg_simple_install
cd "%buildroot/$fmoddir/"
pushd "%buildroot/$fmoddir/"
rm -Rf autom4* aclocal* config* cnf m4 gen src
find . -type f -name "*.la" -print -delete
popd
%files -f %name.files