diff options
| author | Remi Collet <remi@remirepo.net> | 2025-09-25 07:59:40 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-09-25 07:59:40 +0200 | 
| commit | 3974e73f93e0b094c6e9af1ad8419dbb42889273 (patch) | |
| tree | 770c3bb5bea67788919d353c6e0f8aaa348c1346 | |
| parent | 7e66f26f3076f5ce9a71c5507544caedca4b833d (diff) | |
| -rw-r--r-- | php-pecl-xattr.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
| 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 <remi@remirepo.net> - 1.4.1-2 +- rebuild for PHP 8.5.0RC1 +  * Wed Sep 17 2025 Remi Collet <remi@remirepo.net> - 1.4.1-1  - update to 1.4.1  - re-license spec file to CECILL-2.1 | 
