public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jerry James <loganjerry@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gap-pkg-images] rawhide: Version 1.4.0
Date: Thu, 13 Aug 2026 20:02:15 GMT	[thread overview]
Message-ID: <178665133502.1.11155816465207865293.rpms-gap-pkg-images-7e7c7c9681ab@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/gap-pkg-images
            Branch : rawhide
            Commit : 7e7c7c9681abb2e4eee01c5e647083fd978c1e82
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-08-13T14:01:52-06:00
            Stats  : +19/-7 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/gap-pkg-images/c/7e7c7c9681abb2e4eee01c5e647083fd978c1e82?branch=rawhide

            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

                 reply	other threads:[~2026-08-13 20:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178665133502.1.11155816465207865293.rpms-gap-pkg-images-7e7c7c9681ab@fedoraproject.org \
    --to=loganjerry@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox