From 3974e73f93e0b094c6e9af1ad8419dbb42889273 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Sep 2025 07:59:40 +0200 Subject: rebuild for PHP 8.5.0RC1 --- php-pecl-xattr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-xattr.spec b/php-pecl-xattr.spec index 7384bd4..fa06cf8 100644 --- a/php-pecl-xattr.spec +++ b/php-pecl-xattr.spec @@ -19,7 +19,7 @@ Summary: Extended attributes Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.4.1 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?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 @@ -160,6 +160,9 @@ cd ../ZTS %changelog +* Thu Sep 25 2025 Remi Collet - 1.4.1-2 +- rebuild for PHP 8.5.0RC1 + * Wed Sep 17 2025 Remi Collet - 1.4.1-1 - update to 1.4.1 - re-license spec file to CECILL-2.1 -- cgit