diff options
| -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 e558cfa..e12b35f 100644 --- a/php-pecl-eio.spec +++ b/php-pecl-eio.spec @@ -28,7 +28,7 @@  Summary:        Provides interface to the libeio library  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        2.0.4 -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  URL:            http://pecl.php.net/package/%{pecl_name}  Source0:        http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -258,6 +258,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.0.4-2 +- rebuild for 7.3.0beta2 new ABI +  * Thu Aug  9 2018 Remi Collet <remi@remirepo.net> - 2.0.4-1  - update to 2.0.4  | 
