diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-29 11:57:01 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-29 11:57:01 +0200 |
commit | d4947781754d87cd0c32df93ea60ce38017fe480 (patch) | |
tree | 3e634ae46242ad499bc2d754fbd28234acef4fb6 /pie.spec | |
parent | c01890eb12e43a7ba5c62a0c5708bb1939c81b06 (diff) |
update to 1.2.0-RC1
Diffstat (limited to 'pie.spec')
-rw-r--r-- | pie.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -11,15 +11,15 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 28b3e0d324f29034e6c80eed3f63773ca78038dc +%global gh_commit 55be825237268ce46618b3bf96169ea0ac969e6e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20241003 %global gh_branch main %global gh_owner php %global gh_project pie -%global upstream_version 1.1.0 -#global upstream_prever RC1 +%global upstream_version 1.2.0 +%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 +* Fri Aug 29 2025 Remi Collet <remi@remirepo.net> - 1.2.0~RC1-1 +- update to 1.2.0-RC1 + * Fri Aug 8 2025 Remi Collet <remi@remirepo.net> - 1.1.0-1 - update to 1.1.0 |