diff options
-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 0a23091..5ca3ba0 100644 --- a/php-pecl-vips.spec +++ b/php-pecl-vips.spec @@ -22,7 +22,7 @@ Summary: PHP extension for interfacing with libvips Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.9 -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 Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -230,6 +230,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.0.9-3 +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 1.0.9-2 - rebuild for 7.4.0beta1 |