diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 09:00:56 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 09:00:56 +0200 |
commit | 7403194f5c84e27088612c090c478f674c81b86d (patch) | |
tree | 9ed76475374a06a4c8ff12b0f9d139880a3d727b | |
parent | cf7a9b56c167be26850a877e6fb12b8666abf404 (diff) |
rebuild for 7.3.0beta2 new ABI
-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 |