diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-03 06:19:54 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-03 06:19:54 +0200 |
commit | 57995a5c2ec4f4c89c61fcc89a7ae1ff3bdc6afb (patch) | |
tree | bc7d237cc0de9eab4827a65844a3922cc19df294 /pie.spec | |
parent | d4947781754d87cd0c32df93ea60ce38017fe480 (diff) |
update to 1.2.0
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 |