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/cxsc] rawhide: Use lua macros instead of invoking external tools
Date: Mon, 13 Jul 2026 22:01:57 GMT	[thread overview]
Message-ID: <178398011719.1.14436170839619241600.rpms-cxsc-48f67f0481e5@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/cxsc
Branch : rawhide
Commit : 48f67f0481e504d7ea75a20b79224d5e09e7d222
Author : Jerry James <loganjerry@gmail.com>
Date   : 2026-07-13T16:01:47-06:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/cxsc/c/48f67f0481e504d7ea75a20b79224d5e09e7d222?branch=rawhide

Log:
Use lua macros instead of invoking external tools

---
diff --git a/cxsc.spec b/cxsc.spec
index 8d25433..c36d9c1 100644
--- a/cxsc.spec
+++ b/cxsc.spec
@@ -1,11 +1,11 @@
 %global upstreamver 2-5-4
 
 Name:           cxsc
-Version:        %(tr - . <<< %{upstreamver})
+Version:        %{gsub %upstreamver - .}
 Release:        33%{?dist}
 Summary:        C++ library for Extended Scientific Computing
 
-%global majver  %(cut -d. -f1 <<< %{version})
+%global majver  %{gsub %version ^(%d*)%..*$ %1}
 
 License:        LGPL-2.0-or-later
 URL:            https://www2.math.uni-wuppertal.de/wrswt/xsc/cxsc_new.html
@@ -209,6 +209,9 @@ make toolboxtest_dyn
 %doc docu/apidoc
 
 %changelog
+* Mon Jul 13 2026 Jerry James <loganjerry@gmail.com> - 2.5.4-33
+- Use lua macros instead of invoking external tools
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.4-33
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

                 reply	other threads:[~2026-07-13 22:01 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=178398011719.1.14436170839619241600.rpms-cxsc-48f67f0481e5@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