diff options
Diffstat (limited to 'php-pecl-vips.spec')
-rw-r--r-- | php-pecl-vips.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-vips.spec b/php-pecl-vips.spec index 00e1bcc..a1f4866 100644 --- a/php-pecl-vips.spec +++ b/php-pecl-vips.spec @@ -23,7 +23,7 @@ Summary: PHP extension for interfacing with libvips Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.0.13 -Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP-3.01 Group: Development/Languages URL: https://pecl.php.net/package/%{pecl_name} @@ -198,6 +198,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 1.0.13-4 +- rebuild for PHP 8.3.0RC1 + * Fri Jul 21 2023 Remi Collet <remi@remirepo.net> - 1.0.13-3 - build out of sources tree |