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/nauty] f43: Use a lua macro instead of invoking an external tool
Date: Thu, 03 Sep 2026 14:50:47 GMT	[thread overview]
Message-ID: <178844704747.1.17955431810944453817.rpms-nauty-ea95924b5c9c@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-09-03 14:50 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=178844704747.1.17955431810944453817.rpms-nauty-ea95924b5c9c@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