diff options
| -rw-r--r-- | pie.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
@@ -11,14 +11,14 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit        5f56ee83deb0f19db6db11fcc42c587e61453127 +%global gh_commit        6b7bbdd405cbc31d81dd94ef4140343ae2062f1e  %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 0.13.0 +%global upstream_version 1.0.0  #global upstream_prever  dev  #global upstream_lower   DEV @@ -140,6 +140,9 @@ done  %changelog +* Wed Jun 18 2025 Remi Collet <remi@remirepo.net> - 1.0.0-1 +- update to 1.0.0 +  * Tue Jun 10 2025 Remi Collet <remi@remirepo.net> - 0.13.0-1  - update to 0.13.0  | 
