diff options
Diffstat (limited to 'pie.spec')
-rw-r--r-- | pie.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 55be825237268ce46618b3bf96169ea0ac969e6e +%global gh_commit 4b20e778e116a3e77ece8ad26d4a44dd64bbeaf6 %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.2.0 -%global upstream_prever RC1 +#global upstream_prever RC1 %global bashcompdir %(pkg-config --variable=completionsdir bash-completion 2>/dev/null) %global bashcomproot %(dirname %{bashcompdir} 2>/dev/null) @@ -139,6 +139,9 @@ done %changelog +* Wed Sep 3 2025 Remi Collet <remi@remirepo.net> - 1.2.0-1 +- update to 1.2.0 + * Fri Aug 29 2025 Remi Collet <remi@remirepo.net> - 1.2.0~RC1-1 - update to 1.2.0-RC1 |