diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-14 09:31:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-14 09:31:19 +0200 |
commit | 9fa18b4bc0a0477b8fc4d33f7d7d3ffaaa86b879 (patch) | |
tree | fb6e4b0768075b5d24e918f8f863dc3c55d5d009 | |
parent | 87bada34b61ad7551471ba1953f5af017fb2e217 (diff) |
PHP 7.0.0RC5
-rw-r--r-- | php-pecl-swoole.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index d3ce9a9..3595c41 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -32,7 +32,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.7.19 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -102,7 +102,7 @@ Asynchronous and concurrent and distributed networking framework for PHP. - support IPv4/IPv6/UnixSocket/TCP/UDP - SSL/TLS encrypted transmission -Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl})}. +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}. %prep @@ -253,6 +253,9 @@ rm -rf %{buildroot} %changelog +* Tue Oct 13 2015 Remi Collet <remi@fedoraproject.org> - 1.7.19-4 +- rebuild for PHP 7.0.0RC5 new API version + * Fri Sep 18 2015 Remi Collet <remi@fedoraproject.org> - 1.7.19-3 - F23 rebuild with rh_layout |