From 8a24165a6f1bf2c85402f48203a19c999bc770bb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Nov 2025 09:14:12 +0100 Subject: update to 1.3.0-rc3 --- pie.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pie.spec') diff --git a/pie.spec b/pie.spec index 5e6335b..68c6773 100644 --- a/pie.spec +++ b/pie.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit e74075a577990e1a143a5c45aa873e2be30d4acc +%global gh_commit 3a2824243fce9051fb6b99430f7e14053e827495 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20241003 %global gh_branch main @@ -19,7 +19,7 @@ %global gh_project pie %global upstream_version 1.3.0 -%global upstream_prever rc2 +%global upstream_prever rc3 %global bashcompdir %(pkg-config --variable=completionsdir bash-completion 2>/dev/null) %global bashcomproot %(dirname %{bashcompdir} 2>/dev/null) @@ -141,6 +141,9 @@ done %changelog +* Tue Nov 25 2025 Remi Collet - 1.3.0~rc3-1 +- update to 1.3.0-rc3 + * Wed Nov 19 2025 Remi Collet - 1.3.0~rc2-1 - update to 1.3.0-rc2 -- cgit