From 646e1d0a056059f4d9f61eea8e69e9617b42146c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Sep 2025 08:01:21 +0200 Subject: rebuild for PHP 8.5.0RC1 --- php-pecl-xpass.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-xpass.spec b/php-pecl-xpass.spec index 25688d1..6eab467 100644 --- a/php-pecl-xpass.spec +++ b/php-pecl-xpass.spec @@ -24,7 +24,7 @@ Summary: Extended password extension Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP-3.01 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{sources}.tgz @@ -183,6 +183,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}/%{php_ztsextdir}/%{pecl_name}.so" \ %changelog +* Thu Sep 25 2025 Remi Collet - 1.1.0-3 +- rebuild for PHP 8.5.0RC1 + * Wed Jul 30 2025 Remi Collet - 1.1.0-2 - rebuild for 8.5.0alpha3 -- cgit