From a3887c78af789334ad794d2c717385f11114cc03 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Sep 2025 13:52:53 +0200 Subject: update to 1.2.1 supplements php-pear --- pie.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'pie.spec') diff --git a/pie.spec b/pie.spec index 1a3d991..6899d29 100644 --- a/pie.spec +++ b/pie.spec @@ -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 - 1.2.1-1 +- update to 1.2.1 +- supplements php-pear + * Wed Sep 3 2025 Remi Collet - 1.2.0-1 - update to 1.2.0 -- cgit