diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-09-18 15:19:38 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-09-18 15:19:38 +0200 |
commit | 87bada34b61ad7551471ba1953f5af017fb2e217 (patch) | |
tree | 39d6b76e7269a7ad780524095d5b212ca29f9038 | |
parent | 7b45a5b5b3d920a99431aee733a1fa2d3106a044 (diff) |
php70: F23 rebuild with rh_layout
-rw-r--r-- | php-pecl-swoole.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index 94b13a8..d3ce9a9 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: 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: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -253,6 +253,9 @@ rm -rf %{buildroot} %changelog +* Fri Sep 18 2015 Remi Collet <remi@fedoraproject.org> - 1.7.19-3 +- F23 rebuild with rh_layout + * Thu Sep 3 2015 Remi Collet <remi@fedoraproject.org> - 1.7.19-2 - allow build against rh-php56 (as more-php56) |