diff options
-rw-r--r-- | php-pecl-dio.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-dio.spec b/php-pecl-dio.spec index 392f6f0..dd8d7b3 100644 --- a/php-pecl-dio.spec +++ b/php-pecl-dio.spec @@ -20,7 +20,7 @@ Summary: Direct I/O functions Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 0.1.0 -Release: 7%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 8%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -240,6 +240,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 0.1.0-8 +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 0.1.0-7 - rebuild for 7.4.0beta1 |