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-crisp] f44: Rebuild for gap 4.16.0
Date: Thu, 11 Jun 2026 18:33:29 GMT	[thread overview]
Message-ID: <178120280995.1.5743345925447170179.rpms-gap-pkg-crisp-663d8187f660@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/gap-pkg-crisp
            Branch : f44
            Commit : 663d8187f660173087aa1747df7400bf53754194
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-06-10T14:14:02-06:00
            Stats  : +10/-7 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/gap-pkg-crisp/c/663d8187f660173087aa1747df7400bf53754194?branch=f44

            Log:
            Rebuild for gap 4.16.0

- Use gap(...) symbols in dependencies

---
diff --git a/gap-pkg-crisp.spec b/gap-pkg-crisp.spec
index bb80eec..cf003a4 100644
--- a/gap-pkg-crisp.spec
+++ b/gap-pkg-crisp.spec
@@ -16,10 +16,13 @@ BuildSystem:    gap
 BuildOption(install): htm lib tst
 BuildOption(check): tst/testall.g
 
-BuildRequires:  gap-devel
+BuildRequires:  gap-devel >= 4.12
 BuildRequires:  tth
 
-Requires:       gap-core
+Requires:       gap-core >= 4.12
+
+Provides:       gap(CRISP) = %{version}-%{release}
+Provides:       gap(crisp) = %{version}-%{release}
 
 %description
 CRISP (Computing with Radicals, Injectors, Schunck classes and Projectors)
@@ -59,12 +62,12 @@ This package contains documentation for gap-pkg-%{gap_pkgname}.
 # Link to main GAP documentation
 ln -s %{gap_libdir}/doc ../../doc
 
-pushd doc
-pdftex manual
+cd doc
+pdftex -interaction=nonstopmode manual
 makeindex -s manual.mst manual
-pdftex manual
-pdftex manual
-popd
+pdftex -interaction=nonstopmode manual
+pdftex -interaction=nonstopmode manual
+cd -
 
 rm -fr htm
 mkdir htm

                 reply	other threads:[~2026-06-11 18:33 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=178120280995.1.5743345925447170179.rpms-gap-pkg-crisp-663d8187f660@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