From 2a9e4b58f280241178a21b37f8e041273dedd6fe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Nov 2025 11:36:38 +0100 Subject: update to 1.3.0-rc2 --- pie.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pie.spec') diff --git a/pie.spec b/pie.spec index 288d253..5e6335b 100644 --- a/pie.spec +++ b/pie.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit b30a6b3f67f02191d559b6ace8b6b3c1ff693879 +%global gh_commit e74075a577990e1a143a5c45aa873e2be30d4acc %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 rc1 +%global upstream_prever rc2 %global bashcompdir %(pkg-config --variable=completionsdir bash-completion 2>/dev/null) %global bashcomproot %(dirname %{bashcompdir} 2>/dev/null) @@ -141,6 +141,9 @@ done %changelog +* Wed Nov 19 2025 Remi Collet - 1.3.0~rc2-1 +- update to 1.3.0-rc2 + * Fri Nov 14 2025 Remi Collet - 1.3.0~rc1-1 - update to 1.3.0-rc1 -- cgit