diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-03 12:10:36 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-03 12:10:36 +0200 |
commit | 00e3c872062e6871ccf017a406ab47b22c931422 (patch) | |
tree | 69f31bf456cb6661ef2b600f5e4795dd2d880bd5 | |
parent | e71c32799fd604ea0104e8a99dd581c4fab50acd (diff) |
rebuild for 7.4.0RC1
-rw-r--r-- | php-pecl-eio.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-eio.spec b/php-pecl-eio.spec index 1d43aab..0fb3ca6 100644 --- a/php-pecl-eio.spec +++ b/php-pecl-eio.spec @@ -29,7 +29,7 @@ Summary: Provides interface to the libeio library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 2.0.4 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?dist}%{!?scl:%{!?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 @@ -263,6 +263,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 2.0.4-5 +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 2.0.4-4 - fix configuration file name in SCL |