public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/clpeak] rawhide: use version macro to fix the --version output issue
@ 2026-08-18 19:37 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-18 19:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/clpeak
Branch : rawhide
Commit : 28ccee26e51793f710fc0cad0543f7eb65bd5628
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-08-18T16:37:36-03:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/clpeak/c/28ccee26e51793f710fc0cad0543f7eb65bd5628?branch=rawhide
Log:
use version macro to fix the --version output issue
---
diff --git a/clpeak.spec b/clpeak.spec
index 7c1d1f1..01aac62 100644
--- a/clpeak.spec
+++ b/clpeak.spec
@@ -33,7 +33,7 @@ numbers.
%prep
%autosetup -p1
# fix the 'clpeak --version' output - https://github.com/krrishnarraj/clpeak/issues/198
-sed -i 's/"2.0.16"/"2.1.1"/' src/common/cmake/version.cmake
+sed -i 's/"2.0.16"/"%{version}"/' src/common/cmake/version.cmake
%build
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-18 19:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-18 19:37 [rpms/clpeak] rawhide: use version macro to fix the --version output issue Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox