public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gap-pkg-nautytracesinterface] rawhide: Update to git HEAD
@ 2026-06-10 22:31 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-06-10 22:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gap-pkg-nautytracesinterface
Branch : rawhide
Commit : 956ff9e5d02c1aa55bcb854132fccba11e57137a
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-06-10T16:30:41-06:00
Stats : +19/-13 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gap-pkg-nautytracesinterface/c/956ff9e5d02c1aa55bcb854132fccba11e57137a?branch=rawhide
Log:
Update to git HEAD
- Drop unnecessary BuildRequires
- Use gap(...) symbols in dependencies
---
diff --git a/gap-pkg-nautytracesinterface.spec b/gap-pkg-nautytracesinterface.spec
index dca320d..5eacadc 100644
--- a/gap-pkg-nautytracesinterface.spec
+++ b/gap-pkg-nautytracesinterface.spec
@@ -1,14 +1,14 @@
# When bootstrapping a new architecture, there is no gap-pkg-digraphs package
# yet. It is only needed for testing this package, but it requires this package
# to function at all. Therefore, do the following:
-# 1. Build this package in boostrap mode.
+# 1. Build this package in bootstrap mode.
# 2. Build gap-pkg-digraphs.
-# 3. Build this package in non-boostrap mode.
+# 3. Build this package in non-bootstrap mode.
%bcond bootstrap 0
# There have been no official releases yet, so we pull from git
-%global date 20251125
-%global commit 530c14844dc789d6c6af026758451482c4bfc684
+%global date 20260518
+%global commit 7e220749d34e968a89612f434b1700cb55780087
%global user gap-packages
%global gap_pkgname nautytracesinterface
%global gap_skip_check %{?with_bootstrap}
@@ -34,18 +34,24 @@ BuildSystem: gap
BuildOption(install): bin examples gap tst
BuildOption(check): tst/testall.g
-BuildRequires: gap-devel
-BuildRequires: gap-pkg-autodoc
-%if %{without bootstrap}
-BuildRequires: gap-pkg-digraphs
-BuildRequires: gap-pkg-grape
-%endif
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gap(autodoc) >= 2019.04.10
+BuildRequires: gap(gapdoc) >= 1.5
+BuildRequires: gap-devel >= 4.12
BuildRequires: gcc-c++
-BuildRequires: libtool
BuildRequires: make
BuildRequires: pkgconfig(libnauty)
-Requires: gap-core%{?_isa}
+%if %{without bootstrap}
+BuildRequires: gap(digraphs)
+BuildRequires: gap(grape)
+%endif
+
+Requires: gap-core%{?_isa} >= 4.12
+
+Provides: gap(NautyTracesInterface) = %{version}-%{release}
+Provides: gap(nautytracesinterface) = %{version}-%{release}
%description
This GAP package provides an interface to nauty and Traces.
diff --git a/sources b/sources
index dc76756..2bab8d8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (NautyTracesInterface-530c14844dc789d6c6af026758451482c4bfc684.tar.gz) = 01a86f8b043f979c59c5252583314acaadf88f114e48b5fc7c599d35ef7008b9cf3b7eef8c0df07dcc9a28be3467c5c5487396eed8426d26859306350d419749
+SHA512 (NautyTracesInterface-7e220749d34e968a89612f434b1700cb55780087.tar.gz) = 092df0dee6e90c1c179abde6e1ae9b48c654093095696a2d77204481842a98cb85fff1fde2d5f06b79737fc9b6c58d45ce0facad1063e7e08cecb3aa45aed81b
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-10 22:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-10 22:31 [rpms/gap-pkg-nautytracesinterface] rawhide: Update to git HEAD Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox