diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-10 13:52:53 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-10 13:52:53 +0200 |
commit | a3887c78af789334ad794d2c717385f11114cc03 (patch) | |
tree | 3335715fcd628a24bdd05d84eb13e417b6e1d78c /pie.spec | |
parent | 57995a5c2ec4f4c89c61fcc89a7ae1ff3bdc6afb (diff) |
supplements php-pear
Diffstat (limited to 'pie.spec')
-rw-r--r-- | pie.spec | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -11,14 +11,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 4b20e778e116a3e77ece8ad26d4a44dd64bbeaf6 +%global gh_commit 8288fd6ed643c9fa8422a7a9b49cecd60bf444be %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.2.0 +%global upstream_version 1.2.1 #global upstream_prever RC1 %global bashcompdir %(pkg-config --variable=completionsdir bash-completion 2>/dev/null) @@ -74,6 +74,9 @@ Requires: php-json Requires: php-mbstring Requires: php-posix Requires: php-phar +# PECL is now deprecated +# PIE is designed to replace it +Supplements: php-pear %description @@ -139,6 +142,10 @@ done %changelog +* Wed Sep 10 2025 Remi Collet <remi@remirepo.net> - 1.2.1-1 +- update to 1.2.1 +- supplements php-pear + * Wed Sep 3 2025 Remi Collet <remi@remirepo.net> - 1.2.0-1 - update to 1.2.0 |