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/GAPDoc] f44: Rebuild for gap 4.16.0
Date: Thu, 11 Jun 2026 16:19:54 GMT	[thread overview]
Message-ID: <178119479411.1.4507241745388015830.rpms-GAPDoc-e1afcfea0529@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/GAPDoc
            Branch : f44
            Commit : e1afcfea05293329f0b4606a584095ee1ef48cf3
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-06-10T10:22:03-06:00
            Stats  : +11/-17 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/GAPDoc/c/e1afcfea05293329f0b4606a584095ee1ef48cf3?branch=f44

            Log:
            Rebuild for gap 4.16.0

- Drop unnecessary BuildRequires
- Use gap(...) symbols in dependencies

---
diff --git a/GAPDoc.spec b/GAPDoc.spec
index 15976a6..aa74eef 100644
--- a/GAPDoc.spec
+++ b/GAPDoc.spec
@@ -32,17 +32,13 @@ BuildOption(build): --packagedirs .. --bare -c 'LoadPackage("GAPDoc");'
 BuildOption(install): *.dtd lib styles tst version
 BuildOption(check): tst/testall.g
 
-BuildRequires:  gap-devel
-BuildRequires:  ghostscript
+BuildRequires:  gap-devel >= 4.11.0
 BuildRequires:  libxml2
-BuildRequires:  tex(amssym.tex)
+BuildRequires:  tex(amssymb.sty)
 BuildRequires:  tex(color.sty)
-BuildRequires:  tex(english.ldf)
 BuildRequires:  tex(enumitem.sty)
 BuildRequires:  tex(fancyvrb.sty)
 BuildRequires:  tex(geometry.sty)
-BuildRequires:  tex(grfext.sty)
-BuildRequires:  tex(pslatex.sty)
 BuildRequires:  tex(tex)
 BuildRequires:  texlive-cm-super
 BuildRequires:  texlive-ec
@@ -53,19 +49,21 @@ BuildRequires:  texlive-rsfs
 BuildRequires:  texlive-symbol
 BuildRequires:  texlive-times
 
-Requires:       gap-core
+Requires:       gap-core >= 4.11.0
 # For xmllint
 Requires:       libxml2
 
 %if %{without bootstrap}
-BuildRequires:  gap-pkg-io-doc
-Requires:       gap-pkg-io
+BuildRequires:  gap-pkg-io-doc >= 4.7
+Requires:       gap(io) >= 4.7
 %endif
 
 %if %{with test}
-BuildRequires:  gap-pkg-browse
+BuildRequires:  gap(browse)
 %endif
 
+Provides:       gap(GAPDoc) = %{version}-%{release}
+Provides:       gap(gapdoc) = %{version}-%{release}
 Provides:       gap-pkg-gapdoc = %{version}-%{release}
 
 %description
@@ -107,15 +105,11 @@ This package provides:
 Summary:        All LaTeX dependencies for GAPDoc
 Requires:       %{name} = %{version}-%{release}
 Requires:       gap-online-help
-Requires:       ghostscript
-Requires:       tex(amssym.tex)
+Requires:       tex(amssymb.sty)
 Requires:       tex(color.sty)
-Requires:       tex(english.ldf)
 Requires:       tex(enumitem.sty)
 Requires:       tex(fancyvrb.sty)
 Requires:       tex(geometry.sty)
-Requires:       tex(grfext.sty)
-Requires:       tex(pslatex.sty)
 Requires:       tex(tex)
 Requires:       texlive-cm-super
 Requires:       texlive-ec
@@ -127,7 +121,7 @@ Requires:       texlive-symbol
 Requires:       texlive-times
 
 # Needed to fetch BibTeX entries from MathSciNet
-Suggests:       gap-pkg-io
+Recommends:     (curl or wget)
 
 %description latex
 This package contains all of the LaTeX dependencies for GAPDoc.  GAP proper
@@ -149,7 +143,7 @@ Requires:       %{name} = %{version}-%{release}
 Requires:       gap-online-help
 
 %if %{without bootstrap}
-Requires:       gap-pkg-io-doc
+Requires:       gap-pkg-io-doc >= 4.7
 %endif
 
 %description doc

                 reply	other threads:[~2026-06-11 16:19 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=178119479411.1.4507241745388015830.rpms-GAPDoc-e1afcfea0529@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