public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gap-pkg-numericalsgps] f44: Version 1.5.0
@ 2026-09-04 21:40 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-09-04 21:40 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gap-pkg-numericalsgps
Branch : f44
Commit : fc090c634c9cad298a352cabeee63da661ddd84b
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-09-04T15:40:41-06:00
Stats : +16/-8 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gap-pkg-numericalsgps/c/fc090c634c9cad298a352cabeee63da661ddd84b?branch=f44
Log:
Version 1.5.0
- Test the 4ti2, normaliz, and singular integrations
---
diff --git a/gap-pkg-numericalsgps.spec b/gap-pkg-numericalsgps.spec
index 055a612..20137fc 100644
--- a/gap-pkg-numericalsgps.spec
+++ b/gap-pkg-numericalsgps.spec
@@ -3,7 +3,7 @@
%global giturl https://github.com/gap-packages/numericalsgps
Name: gap-pkg-%{gap_pkgname}
-Version: 1.4.0
+Version: 1.5.0
Release: %autorelease
Summary: Compute with numerical semigroups and affine semigroups
@@ -17,16 +17,18 @@ BuildSystem: gap
BuildOption(install): data gap tst version
BuildOption(check): tst/testall.g
+BuildRequires: gap(4ti2interface) >= 2024.11.01
BuildRequires: gap(autodoc) >= 2016.01.21
-BuildRequires: gap(normalizinterface)
-BuildRequires: gap(singular)
-BuildRequires: gap-devel >= 4.7
+BuildRequires: gap(normalizinterface) >= 1.1
+BuildRequires: gap(singular) >= 2023.02.09
+BuildRequires: gap-devel >= 4.12
-Requires: gap-core >= 4.7
+Requires: gap-core >= 4.12
Requires: xdg-utils
-Recommends: gap(normalizinterface)
-Recommends: gap(singular)
+Recommends: gap(4ti2interface) >= 2024.11.01
+Recommends: gap(normalizinterface) >= 1.1
+Recommends: gap(singular) >= 2023.02.09
Provides: gap(NumericalSgps) = %{version}-%{release}
Provides: gap(numericalsgps) = %{version}-%{release}
@@ -65,6 +67,12 @@ This package contains documentation for gap-pkg-%{gap_pkgname}.
%prep
%autosetup -n %{gap_upname}-%{version}
+%check -a
+module load 4ti2-%{_arch}
+gap -l '%{gap_root_dir};' tst/test-with-4ti2.g
+gap -l '%{gap_root_dir};' tst/test-with-normaliz.g
+gap -l '%{gap_root_dir};' tst/test-with-singular.g
+
%files
%doc CHANGES EXAMPLES README.md
%license GPL LICENSE
diff --git a/sources b/sources
index e69c335..92677b3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (NumericalSgps-1.4.0.tar.gz) = 15a582149ff87db830012ff8c9ace65ce9b9b00b37456647acbfc64070748ef20a943c8c25bb7cbe947dcdb6996ad49c9d88e538483e0ba26c9f694a2964ab1f
+SHA512 (NumericalSgps-1.5.0.tar.gz) = 16552f129c5dc9327e2b0faa033e8b5d520d1e15ab03245b033839757bb7af562b8e4b626749b59b9d118395e4f352e110aba8d1e0e40884b0cdff8e05b8d7ff
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-04 21:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-04 21:40 [rpms/gap-pkg-numericalsgps] f44: Version 1.5.0 Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox