9 Commits

Author SHA256 Message Date
d9ca35e3cb Accepting request 1287200 from science
- Update to release 2.8.4

OBS-URL: https://build.opensuse.org/request/show/1287200
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-cvec?expand=0&rev=5
2025-06-20 14:54:38 +00:00
OBS User unknown
a9cb9a1aa2 [info=96de17546c435ce53d478b12c167939c98631e4a534ad90515382d34a1a0e830]
OBS-URL: https://build.opensuse.org/package/show/science/gap-cvec?expand=0&rev=19
2025-06-20 11:52:55 +00:00
c4e0019e15 Accepting request 1249107 from science
- Make specfile conform to POSIX sh

OBS-URL: https://build.opensuse.org/request/show/1249107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-cvec?expand=0&rev=4
2025-02-28 16:39:13 +00:00
OBS User unknown
ea5919b23a [info=c809123df4c7ba678c0a42a2be447e8e15dba752d72649e05dac11ae11b99412]
OBS-URL: https://build.opensuse.org/package/show/science/gap-cvec?expand=0&rev=18
2025-02-27 23:11:10 +00:00
e76986ef2f Accepting request 1234731 from science
- Update to release 2.8.3

OBS-URL: https://build.opensuse.org/request/show/1234731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-cvec?expand=0&rev=3
2025-01-05 14:30:31 +00:00
OBS User unknown
644e4bb795 [info=91015c53b61018dec9e097a74bcde4bec914da34bcb07b2a44c42d7c8b34ae7c]
OBS-URL: https://build.opensuse.org/package/show/science/gap-cvec?expand=0&rev=17
2025-01-03 13:21:54 +00:00
26e8a1cbfd Accepting request 1196330 from science
- Update to release 2.8.2

OBS-URL: https://build.opensuse.org/request/show/1196330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-cvec?expand=0&rev=2
2024-08-28 19:29:28 +00:00
OBS User unknown
1a462e8916 [info=cce14533a4141c70fe3ad8d81a1ae0c19cb057e8556dde1ee62b95aee69fb0e2]
OBS-URL: https://build.opensuse.org/package/show/science/gap-cvec?expand=0&rev=16
2024-08-27 17:02:58 +00:00
OBS User unknown
e2dd21de38 [info=ca4c3ee9528035569115f25bfad711a595e4a13a3bef7ccffe60f36391f91ae0]
OBS-URL: https://build.opensuse.org/package/show/science/gap-cvec?expand=0&rev=15
2024-08-27 15:52:02 +00:00
6 changed files with 39 additions and 10 deletions

4
_scmsync.obsinfo Normal file
View File

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

3
build.specials.obscpio Normal file
View File

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

Binary file not shown.

BIN
cvec-2.8.4.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,22 @@
Name: gap-cvec
Version: 2.8.1
Version: 2.8.4
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.bz2
Source: https://github.com/gap-packages/cvec/releases/download/v%version/cvec-%version.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gap-devel >= 4.10
BuildRequires: gap-devel >= 4.12
BuildRequires: gap-rpm-devel
BuildRequires: gmp-devel
BuildRequires: libtool
BuildRequires: xz
Requires: gap-core >= 4.10
Requires: gap-core >= 4.12
Requires: gap-gapdoc >= 1.2
Requires: gap-io >= 4.1
Requires: gap-orb >= 4.2
@@ -53,10 +53,9 @@ rm -v doc/clean
%install
%gappkg_simple_install
pushd "%buildroot/$fmoddir/"
cd "%buildroot/$fmoddir/"
rm -Rf autom4* aclocal* config* cnf m4 gen src
find . -type f -name "*.la" -print -delete
popd
%files -f %name.files