public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gap-pkg-nautytracesinterface] f44: Update to git HEAD
@ 2026-08-05 18:43 Jerry James
0 siblings, 0 replies; 2+ messages in thread
From: Jerry James @ 2026-08-05 18:43 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gap-pkg-nautytracesinterface
Branch : f44
Commit : 386fe41587e2b0046098a3a32c9bb00d142ae6e9
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-08-05T12:42:53-06:00
Stats : +6/-18 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gap-pkg-nautytracesinterface/c/386fe41587e2b0046098a3a32c9bb00d142ae6e9?branch=f44
Log:
Update to git HEAD
- Drop bootstrap mode
- Add missing dependencies
---
diff --git a/gap-pkg-nautytracesinterface.spec b/gap-pkg-nautytracesinterface.spec
index 5eacadc..0cc0270 100644
--- a/gap-pkg-nautytracesinterface.spec
+++ b/gap-pkg-nautytracesinterface.spec
@@ -1,17 +1,8 @@
-# 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 bootstrap mode.
-# 2. Build gap-pkg-digraphs.
-# 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 20260518
-%global commit 7e220749d34e968a89612f434b1700cb55780087
+%global date 20260728
+%global commit 096e41a84eca7dcf332f64fafdaf03432ba0205c
%global user gap-packages
%global gap_pkgname nautytracesinterface
-%global gap_skip_check %{?with_bootstrap}
%global forgeurl https://github.com/gap-packages/NautyTracesInterface
Name: gap-pkg-%{gap_pkgname}
@@ -37,18 +28,15 @@ BuildOption(check): tst/testall.g
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gap(autodoc) >= 2019.04.10
-BuildRequires: gap(gapdoc) >= 1.5
+BuildRequires: gap(digraphs) >= 1.6
+BuildRequires: gap(grape) >= 4.9.0
BuildRequires: gap-devel >= 4.12
BuildRequires: gcc-c++
BuildRequires: make
BuildRequires: pkgconfig(libnauty)
-%if %{without bootstrap}
-BuildRequires: gap(digraphs)
-BuildRequires: gap(grape)
-%endif
-
Requires: gap-core%{?_isa} >= 4.12
+Requires: gap(digraphs) >= 1.6
Provides: gap(NautyTracesInterface) = %{version}-%{release}
Provides: gap(nautytracesinterface) = %{version}-%{release}
diff --git a/sources b/sources
index 2bab8d8..09b9326 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (NautyTracesInterface-7e220749d34e968a89612f434b1700cb55780087.tar.gz) = 092df0dee6e90c1c179abde6e1ae9b48c654093095696a2d77204481842a98cb85fff1fde2d5f06b79737fc9b6c58d45ce0facad1063e7e08cecb3aa45aed81b
+SHA512 (NautyTracesInterface-096e41a84eca7dcf332f64fafdaf03432ba0205c.tar.gz) = d5fcf5e6c719b8ec609b012ff04333280f214d3069953836e08be2bc34b56cd241654789d9078efd6f121d7b570a7bf7abb7194fa682100ceeb6f681adcd6ea5
^ permalink raw reply related [flat|nested] 2+ messages in thread* [rpms/gap-pkg-nautytracesinterface] f44: Update to git HEAD
@ 2026-06-11 20:32 Jerry James
0 siblings, 0 replies; 2+ messages in thread
From: Jerry James @ 2026-06-11 20:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gap-pkg-nautytracesinterface
Branch : f44
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=f44
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] 2+ messages in thread
end of thread, other threads:[~2026-08-05 18:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05 18:43 [rpms/gap-pkg-nautytracesinterface] f44: Update to git HEAD Jerry James
-- strict thread matches above, loose matches on Subject: below --
2026-06-11 20:32 Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox