diff options
author | Remi Collet <remi@remirepo.net> | 2025-06-18 08:53:51 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-06-18 08:53:51 +0200 |
commit | 8e1fa2a6330fbc41aa9893fae5b371fc02d5ace4 (patch) | |
tree | ad25d48daba62f4ca9e715f36f2b071c5f49fd85 | |
parent | 490d6b5140a7cf3d782725a7e6f5386d4a2a6335 (diff) |
-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 |