From b6f0c21a1827fe50a056ec8ce33851214758892113587f2d5656e10196ebb9d8 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 3 Jan 2025 13:21:54 +0000 Subject: [PATCH] [info=91015c53b61018dec9e097a74bcde4bec914da34bcb07b2a44c42d7c8b34ae7c] OBS-URL: https://build.opensuse.org/package/show/science/gap-cvec?expand=0&rev=17 --- .gitattributes | 23 ++++++++++++ .gitignore | 1 + _scmsync.obsinfo | 4 ++ build.specials.obscpio | 3 ++ cvec-2.8.2.tar.bz2 | 3 ++ cvec-2.8.3.tar.bz2 | 3 ++ gap-cvec.changes | 83 ++++++++++++++++++++++++++++++++++++++++++ gap-cvec.spec | 63 ++++++++++++++++++++++++++++++++ 8 files changed, 183 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _scmsync.obsinfo create mode 100644 build.specials.obscpio create mode 100644 cvec-2.8.2.tar.bz2 create mode 100644 cvec-2.8.3.tar.bz2 create mode 100644 gap-cvec.changes create mode 100644 gap-cvec.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo new file mode 100644 index 0000000..d3330c8 --- /dev/null +++ b/_scmsync.obsinfo @@ -0,0 +1,4 @@ +mtime: 1735910502 +commit: 91015c53b61018dec9e097a74bcde4bec914da34bcb07b2a44c42d7c8b34ae7c +url: https://src.opensuse.org/jengelh/gap-cvec +revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio new file mode 100644 index 0000000..0ad92bc --- /dev/null +++ b/build.specials.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9d67388e104842d0aaccd0e7ec16feb28d2339374b67b0c489f07feb33cab4 +size 256 diff --git a/cvec-2.8.2.tar.bz2 b/cvec-2.8.2.tar.bz2 new file mode 100644 index 0000000..c655bc6 --- /dev/null +++ b/cvec-2.8.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df2d2fb95b32e76ebf3d78cbbcaffa78a2f491ab9794ac67bffed8ef9fad21b +size 590355 diff --git a/cvec-2.8.3.tar.bz2 b/cvec-2.8.3.tar.bz2 new file mode 100644 index 0000000..3cbcbe3 --- /dev/null +++ b/cvec-2.8.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b3f36de8ea9d6f315da78816ffbee5170a6c46b0d6fb6ae69fb6090203eb9b +size 590205 diff --git a/gap-cvec.changes b/gap-cvec.changes new file mode 100644 index 0000000..646de1c --- /dev/null +++ b/gap-cvec.changes @@ -0,0 +1,83 @@ +------------------------------------------------------------------- +Fri Jan 3 13:21:31 UTC 2025 - Jan Engelhardt + +- Update to release 2.8.3 + * Various janitorial changes + +------------------------------------------------------------------- +Tue Aug 27 16:05:59 UTC 2024 - Jan Engelhardt + +- Update to release 2.8.2 + * Do not attempt to read non-existing files + +------------------------------------------------------------------- +Sun Jun 25 09:31:43 UTC 2023 - Jan Engelhardt + +- Update to release 2.8.1 + * Adjust to revised MatrixObj interface in GAP 4.13 + * Adjust `CompanionMatrix`, `NewCompanionMatrix` output + to match the GAP documentation + +------------------------------------------------------------------- +Sat Nov 19 04:16:37 UTC 2022 - Jan Engelhardt + +- Update to release 2.7.6 + * Fix error viewing empty semiechelon matrices + * Fix bug in MinimalPolynomialOfMatrixMC which could lead to an + infinite loop for certain inputs, in particular lower + triangular matrices with multiple eigenvalues + * Removed the (undocumented) Fold and Unfold method + +------------------------------------------------------------------- +Fri Sep 7 12:34:44 UTC 2018 - Jan Engelhardt + +- Update to new upstream release 2.6.1 + * Fix crash in CLEANROWKERNEL + * Adapt to changes in GAP's MatrixObj interface (GAP 4.9) + +------------------------------------------------------------------- +Fri Sep 8 16:47:26 UTC 2017 - jengelh@inai.de + +- Update to new upstream release 2.5.7 + * Remove CompatibleMatrix method (this *undocumented* API will be + removed in GAP 4.9). + * Fix several broken references in the manual. + +------------------------------------------------------------------- +Mon Nov 21 15:05:47 UTC 2016 - jengelh@inai.de + +- Update to new upstream release 2.5.6 +* Fixed a bug which resulted in cvec incorrectly + converting certain GAP matrices to cvec matrices. + +------------------------------------------------------------------- +Sun Jun 19 10:29:08 UTC 2016 - jengelh@inai.de + +- Update to new upstream release 2.5.5 +* Some functions accept slightly more general input. For example, + it is now in some cases acceptable to use finite field elements + like Z(4)^0 (which is equal, but not identical, to Z(2)^0) as + input when cvec is expecting elements of GF(2). +* Fix EmptySemiEchelonBasis: its documentation said it expects a + sample vector, but the implementation expected a sample matrix. + Now both are possible, and both are documented. + +------------------------------------------------------------------- +Fri Dec 12 11:21:42 UTC 2014 - jengelh@inai.de + +- Update to new upstream release 2.5.3 +* Remove some leftover GAP 4.4 compatibility code + +------------------------------------------------------------------- +Wed Jun 18 16:49:54 UTC 2014 - jengelh@inai.de + +- Update to new upstream release 2.5.1 +* Add methods for \^ for cvecs and Frobenius automorphisms +* Add methods for \^ for cmats and Frobenius automorphisms +* Fix a bug in unpickling semi echelonised bases +* Update and tweak the package build system + +------------------------------------------------------------------- +Fri May 10 13:47:02 UTC 2013 - jengelh@inai.de + +- Split cvec (version 2.4) off the gap RPM package diff --git a/gap-cvec.spec b/gap-cvec.spec new file mode 100644 index 0000000..9d29a7b --- /dev/null +++ b/gap-cvec.spec @@ -0,0 +1,63 @@ +# +# spec file for package gap-cvec +# +# 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: gap-cvec +Version: 2.8.3 +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 +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gap-devel >= 4.12 +BuildRequires: gap-rpm-devel +BuildRequires: gmp-devel +BuildRequires: libtool +BuildRequires: xz +Requires: gap-core >= 4.12 +Requires: gap-gapdoc >= 1.2 +Requires: gap-io >= 4.1 +Requires: gap-orb >= 4.2 + +%description +This package provides an implementation of compact vectors over +finite fields. Contrary to earlier implementations no table lookups +are used but only word-based processor arithmetic. This allows for +bigger finite fields and higher speed. + +%prep +%autosetup -n cvec-%version + +%build +./configure "%gapdir" +%make_build +rm -v doc/clean + +%install +%gappkg_simple_install +pushd "%buildroot/$fmoddir/" +rm -Rf autom4* aclocal* config* cnf m4 gen src +find . -type f -name "*.la" -print -delete +popd + +%files -f %name.files + +%changelog