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-orb] f44: Rebuild for gap 4.16.0
Date: Thu, 11 Jun 2026 20:33:40 GMT	[thread overview]
Message-ID: <178121002013.1.2578387608751326962.rpms-gap-pkg-orb-8c06fcbe9578@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/gap-pkg-orb
            Branch : f44
            Commit : 8c06fcbe95787056791e4c58ad168016ca41ba4a
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-06-10T16:34:40-06:00
            Stats  : +18/-10 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/gap-pkg-orb/c/8c06fcbe95787056791e4c58ad168016ca41ba4a?branch=f44

            Log:
            Rebuild for gap 4.16.0

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

---
diff --git a/gap-pkg-orb.spec b/gap-pkg-orb.spec
index 68b1585..40dd9ad 100644
--- a/gap-pkg-orb.spec
+++ b/gap-pkg-orb.spec
@@ -1,3 +1,9 @@
+# When bootstrapping a new architecture, there is no gap-pkg-cvec package
+# yet.  It is only needed by this package to run some tests, but it requires
+# this package to funtion at all.  Therefore, do this:
+# 1. Build this package in bootstrap mode
+# 2. Build gap-pkg-cvec
+# 3. Build this package in non-bootstrap mode
 %bcond bootstrap 0
 
 %global gap_pkgname    orb
@@ -22,24 +28,26 @@ BuildSystem:    gap
 BuildOption(install): bin examples gap tst
 BuildOption(check): tst/testall.g
 
-BuildRequires:  gap-devel
-BuildRequires:  gap-pkg-autodoc
-BuildRequires:  gap-pkg-io
+BuildRequires:  gap(autodoc) >= 2019.07.17
+BuildRequires:  gap(io) >= 3.3
+BuildRequires:  gap-devel >= 4.12
 BuildRequires:  gcc
-BuildRequires:  libtool
 BuildRequires:  make
 
 # Only pull in test dependencies in non-bootstrap mode, because gap-pkg-cvec
 # requires this package to run at all.
 %if %{without bootstrap}
-BuildRequires:  gap-pkg-atlasrep
-BuildRequires:  gap-pkg-browse
-BuildRequires:  gap-pkg-ctbllib
-BuildRequires:  gap-pkg-cvec
-BuildRequires:  gap-pkg-tomlib
+BuildRequires:  gap(atlasrep)
+BuildRequires:  gap(browse)
+BuildRequires:  gap(ctbllib)
+BuildRequires:  gap(cvec)
+BuildRequires:  gap(tomlib)
 %endif
 
-Requires:       gap-pkg-io%{?_isa}
+Requires:       gap(io) >= 3.3
+Requires:       gap-core%{?_isa} >= 4.12
+
+Provides:       gap(orb) = %{version}-%{release}
 
 %description
 This package enables enumerating orbits in various ways from within GAP.

                 reply	other threads:[~2026-06-11 20: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=178121002013.1.2578387608751326962.rpms-gap-pkg-orb-8c06fcbe9578@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