From 579d5dfa194ab79478fbbe546112d78ce297f77141746b326a65e6a50cd475f3 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 19 Nov 2022 19:05:45 +0000 Subject: [PATCH] - Update to release 2022.10.01 OBS-URL: https://build.opensuse.org/package/show/science/gap-gauss?expand=0&rev=10 --- Gauss-2018.09.08.tar.bz2 | 3 --- Gauss-2022.10-01.tar.gz | 3 +++ gap-gauss.changes | 6 ++++++ gap-gauss.spec | 24 ++++++++++++------------ 4 files changed, 21 insertions(+), 15 deletions(-) delete mode 100644 Gauss-2018.09.08.tar.bz2 create mode 100644 Gauss-2022.10-01.tar.gz diff --git a/Gauss-2018.09.08.tar.bz2 b/Gauss-2018.09.08.tar.bz2 deleted file mode 100644 index ec7bc86..0000000 --- a/Gauss-2018.09.08.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92aad1f4399bb2fc5fca273bacb00b33902c5d451765435d27586a5d5dc3f586 -size 307289 diff --git a/Gauss-2022.10-01.tar.gz b/Gauss-2022.10-01.tar.gz new file mode 100644 index 0000000..e961914 --- /dev/null +++ b/Gauss-2022.10-01.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9abd7f95549eee256cc596dcd8719080a6325e0e668f0b857f1a052e9988b910 +size 277589 diff --git a/gap-gauss.changes b/gap-gauss.changes index 83afff1..e449b8c 100644 --- a/gap-gauss.changes +++ b/gap-gauss.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Nov 19 19:05:26 UTC 2022 - Jan Engelhardt + +- Update to release 2022.10.01 + * No changelog was provided + ------------------------------------------------------------------- Wed Nov 14 22:25:23 UTC 2018 - Jan Engelhardt diff --git a/gap-gauss.spec b/gap-gauss.spec index 7dac57a..ecad767 100644 --- a/gap-gauss.spec +++ b/gap-gauss.spec @@ -17,21 +17,20 @@ Name: gap-gauss -Version: 2018.09.08 +Version: 2022.10.01 +%define sillyver 2022.10-01 Release: 0 Summary: GAP: Extended Gauss Functionality for GAP -License: GPL-2.0-only +License: GPL-2.0-or-later Group: Productivity/Scientific/Math -Url: http://homalg-project.github.io/homalg_project/Gauss/ - -#Git-Clone: git://github.com/homalg-project/Gauss +URL: https://homalg-project.github.io/pkg/Gauss +#Git-Clone: https://github.com/homalg-project/homalg_project #Git-Web: https://github.com/homalg-project/Gauss -Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/Gauss-%version.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: gap-devel >= 4.8 +Source: https://github.com/homalg-project/homalg_project/releases/download/Gauss-%sillyver/Gauss-%sillyver.tar.gz +BuildRequires: gap-devel >= 4.11 BuildRequires: gap-rpm-devel BuildRequires: gmp-devel -Requires: gap-core >= 4.8 +Requires: gap-core >= 4.11.1 Suggests: gap-gapdoc >= 1.0 %description @@ -39,17 +38,18 @@ The GAP Gauss package provides algorithms to compute reduced row echelon forms (RREF) of a matrix. %prep -%setup -qn Gauss-%version +%autosetup -n Gauss-%sillyver %build ./configure "%gapdir" -make %{?_smp_mflags} +%make_build +rm -v doc/clean +find . -type f -name ".*" -print -delete %install %gappkg_simple_install rm -Rf "%buildroot/$moddir/src" %files -f %name.files -%defattr(-,root,root) %changelog