From 1078857f21284a0699e1789bd9ab2ac03e0f098c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Apr 2026 11:29:25 +0200 Subject: update to 1.0.11 --- php-pecl-phpy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-phpy.spec') diff --git a/php-pecl-phpy.spec b/php-pecl-phpy.spec index 64b5004..cddcb3f 100644 --- a/php-pecl-phpy.spec +++ b/php-pecl-phpy.spec @@ -17,7 +17,7 @@ Summary: An extension for inter-calling Python and PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.0.10 +Version: 1.0.11 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: Apache-2.0 URL: https://pecl.php.net/package/%{pecl_name} @@ -164,6 +164,9 @@ cd %{sources} %changelog +* Thu Mar 6 2025 Remi Collet - 1.0.11-1 +- update to 1.0.11 + * Wed Feb 26 2025 Remi Collet - 1.0.10-1 - update to 1.0.10 - re-license spec file to CECILL-2.1 -- cgit