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-anupq] rawhide: Rebuild for gap 4.16.0
Date: Wed, 10 Jun 2026 23:07:34 GMT	[thread overview]
Message-ID: <178113285439.1.4177947245843552460.rpms-gap-pkg-anupq-a217a33c2d01@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/gap-pkg-anupq
            Branch : rawhide
            Commit : a217a33c2d01af73b66a92878e7515ecc54d5245
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-06-10T17:07:23-06:00
            Stats  : +18/-10 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/gap-pkg-anupq/c/a217a33c2d01af73b66a92878e7515ecc54d5245?branch=rawhide

            Log:
            Rebuild for gap 4.16.0

- Use gap(...) symbols in dependencies

---
diff --git a/gap-pkg-anupq.spec b/gap-pkg-anupq.spec
index 33a0da0..42d8975 100644
--- a/gap-pkg-anupq.spec
+++ b/gap-pkg-anupq.spec
@@ -23,14 +23,21 @@ BuildOption(build): --packagedirs ..
 BuildOption(install): bin examples lib standalone testPq tst
 BuildOption(check): tst/testinstall.g
 
-BuildRequires:  gap-devel
-BuildRequires:  gap-pkg-autodoc
-BuildRequires:  gap-pkg-autpgrp
-BuildRequires:  gap-pkg-autpgrp-doc
+BuildRequires:  gap(autodoc) >= 2022.07.10
+BuildRequires:  gap(autpgrp) >= 1.5
+BuildRequires:  gap-devel >= 4.9
+BuildRequires:  gap-pkg-autpgrp-doc >= 1.5
 BuildRequires:  gcc
 
-Requires:       gap-core%{?_isa}
-Requires:       gap-pkg-autpgrp
+# lib/anupqi.gi invokes pwd and grep
+Requires:       coreutils
+Requires:       grep
+
+Requires:       gap(autpgrp) >= 1.5
+Requires:       gap-core%{?_isa} >= 4.9
+
+Provides:       gap(ANUPQ) = %{version}-%{release}
+Provides:       gap(anupq) = %{version}-%{release}
 
 %description
 This package gives access to the following algorithms from inside GAP:
@@ -54,7 +61,8 @@ License:        Artistic-2.0 AND Knuth-CTAN AND GPL-1.0-or-later AND AGPL-3.0-on
 Summary:        ANUPQ documentation
 BuildArch:      noarch
 Requires:       %{name} = %{version}-%{release}
-Requires:       gap-pkg-autpgrp-doc
+Requires:       gap-online-help
+Requires:       gap-pkg-autpgrp-doc >= 1.5
 
 %description doc
 This package contains documentation for gap-pkg-%{gap_pkgname}.
@@ -75,9 +83,9 @@ rm -fr ../../doc
 
 # Build the standalone documentation
 cd standalone-doc
-pdflatex guide
-pdflatex guide
-pdflatex guide
+pdflatex -interaction=nonstopmode guide
+pdflatex -interaction=nonstopmode guide
+pdflatex -interaction=nonstopmode guide
 cd -
 
 %files

                 reply	other threads:[~2026-06-10 23:07 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=178113285439.1.4177947245843552460.rpms-gap-pkg-anupq-a217a33c2d01@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