public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gap-pkg-images] f44: Version 1.4.0
@ 2026-08-13 20:32 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-08-13 20:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gap-pkg-images
Branch : f44
Commit : a9449b773285fab0492e220e14ca4473f1b2dbd1
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-08-13T14:31:40-06:00
Stats : +19/-7 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gap-pkg-images/c/a9449b773285fab0492e220e14ca4473f1b2dbd1?branch=f44
Log:
Version 1.4.0
- Avoid testing with vole, which is not yet in Fedora
---
diff --git a/gap-pkg-images.spec b/gap-pkg-images.spec
index 41e475d..7f9d9d6 100644
--- a/gap-pkg-images.spec
+++ b/gap-pkg-images.spec
@@ -2,7 +2,7 @@
%global giturl https://github.com/gap-packages/images
Name: gap-pkg-%{gap_pkgname}
-Version: 1.3.3
+Version: 1.4.0
Release: %autorelease
Summary: Minimal and canonical images in permutation groups
@@ -18,12 +18,14 @@ BuildOption(check): tst/testall.g
BuildRequires: gap(atlasrep)
BuildRequires: gap(autodoc) >= 2016.01.21
+BuildRequires: gap(datastructures) >= 0.2.0
+BuildRequires: gap(digraphs) >= 1.0.0
BuildRequires: gap(ferret) >= 0.8.0
-BuildRequires: gap(gapdoc) >= 1.5
-BuildRequires: gap(io)
-BuildRequires: gap-devel >= 4.10
+BuildRequires: gap-devel >= 4.13
-Requires: gap-core >= 4.10
+Requires: gap(datastructures) >= 0.2.0
+Requires: gap(digraphs) >= 1.0.0
+Requires: gap-core >= 4.13
Recommends: gap(ferret) >= 0.8.0
@@ -50,10 +52,20 @@ This package contains documentation for gap-pkg-%{gap_pkgname}.
%prep
%autosetup -n %{gap_upname}-%{version}
-%conf
# Update the atlas package name
sed -i 's/atlas/atlasrep/' tst/test_functions.g
+%check -p
+# The vole package is not yet available, so don't try to test with it
+sed -i.orig '/^#@if/,/^#@fi/d' \
+ %{buildroot}%{gap_libdir}/pkg/%{gap_upname}/tst/{combi-basic,examples/edf,test_{combiimages1,vole_engine}}.tst
+
+%check -a
+for f in $(find %{buildroot}%{gap_libdir}/pkg/%{gap_upname}/tst -name \*.orig)
+do
+ mv $f ${f%.orig}
+done
+
%files
%doc README.md
%license LICENSE
diff --git a/sources b/sources
index 001ba08..80b6da7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (images-1.3.3.tar.gz) = 7bf496fb108863045bffeeba0059332a0437778ec51464e9cd34fdb05fdc4e7cf4f44dbfbef4f850fb1c2a90c9328b8921e745526c10095d4034682d2a565fb6
+SHA512 (images-1.4.0.tar.gz) = c42b11ac8587f7dd4230c66cfef475f9f5a0644e7b27b82e27cf4e838d2686d42d01b9d305ad2e3cc80c7b26dd96ba9d14079c88a1df520a7827dd490a60078b
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-13 20:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-13 20:32 [rpms/gap-pkg-images] f44: Version 1.4.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