public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/nauty] f43: Use a lua macro instead of invoking an external tool
@ 2026-09-03 14:50 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-09-03 14:50 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/nauty
Branch : f43
Commit : ea95924b5c9c0378e601876cdf0156e8f945e125
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-09-03T08:50:29-06:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/nauty/c/ea95924b5c9c0378e601876cdf0156e8f945e125?branch=f43
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-09-03 14:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03 14:50 [rpms/nauty] f43: 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