diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-09 07:05:20 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-09 07:05:20 +0200 |
commit | cf7a9b56c167be26850a877e6fb12b8666abf404 (patch) | |
tree | 14c41955c5b1e24b902bd0b21e06482ea29013c4 /php-pecl-eio.spec | |
parent | 2a566e20be83ec0c0c8e16c4bb96be671bbca7dd (diff) |
v2.0.4
Diffstat (limited to 'php-pecl-eio.spec')
-rw-r--r-- | php-pecl-eio.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-eio.spec b/php-pecl-eio.spec index 8e7b34f..e558cfa 100644 --- a/php-pecl-eio.spec +++ b/php-pecl-eio.spec @@ -27,8 +27,8 @@ Summary: Provides interface to the libeio library Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 2.0.3 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 2.0.4 +Release: 1%{?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 9 2018 Remi Collet <remi@remirepo.net> - 2.0.4-1 +- update to 2.0.4 + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 2.0.3-2 - rebuld for 7.3.0alpha4 new ABI |