diff options
Diffstat (limited to 'pie.spec')
-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 453a46225915d29c714480d4897b7905d91c3236 +%global gh_commit 5f56ee83deb0f19db6db11fcc42c587e61453127 %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.10.0 +%global upstream_version 0.13.0 #global upstream_prever dev #global upstream_lower DEV @@ -140,6 +140,9 @@ done %changelog +* Tue Jun 10 2025 Remi Collet <remi@remirepo.net> - 0.13.0-1 +- update to 0.13.0 + * Sun May 4 2025 Remi Collet <remi@remirepo.net> - 0.10.0-1 - update to 0.10.0 |