public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/nauty] rawhide: Use a lua macro instead of invoking an external tool
@ 2026-07-14 23:41 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-14 23:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/nauty
Branch : rawhide
Commit : 6c6ac248f0e6b54bb2f62ad93bc2a23e70f51929
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-07-14T17:41:29-06:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/nauty/c/6c6ac248f0e6b54bb2f62ad93bc2a23e70f51929?branch=rawhide
Log:
Use a lua macro instead of invoking an external tool
---
diff --git a/nauty.spec b/nauty.spec
index b3af46b..8cc5020 100644
--- a/nauty.spec
+++ b/nauty.spec
@@ -3,7 +3,7 @@ Version: 2.9.3
Release: %autorelease
Summary: Graph canonical labeling and automorphism group computation
-%global nautytarver %(tr . _ <<< %{version})
+%global nautytarver %{gsub %version %. _}
# The projects as a whole is Apache-2.0.
# The bundled cliquer code in nautycliquer.c is GPL-2.0-or-later, but we patch
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-14 23:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-14 23:41 [rpms/nauty] rawhide: Use a lua macro instead of invoking an external tool Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox