diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-18 22:22:16 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-18 22:22:16 +0200 |
commit | 0bdf2e77cd272dccaa4bed23dd392e14c2677e5f (patch) | |
tree | d96f226dba4acd1040d8528f2489acd654542cbe | |
parent | 105aba582096d45c14fc34602498c8c2d017c136 (diff) |
rebuild for 7.2.0beta1
-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 e419bfe..32a3fc8 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.2 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -264,6 +264,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 2.0.2-3 +- rebuild for PHP 7.2.0beta1 new API + * Wed Jun 21 2017 Remi Collet <remi@remirepo.net> - 2.0.2-2 - rebuild for 7.2.0alpha2 |