diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-03-10 09:00:17 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-03-10 09:00:17 +0100 |
commit | 68b7759fd496bf95fcd445c2afc1657ab95a9ca7 (patch) | |
tree | 5e6f97f2cd2a7b9e931f74eff732852bd10eb987 | |
parent | 3bb766f905de4b986b9098ce88825f7e32916d6c (diff) |
php-pecl-swoole: rebuild with new sources... (some upstream have bad practice)
-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 d984200..873c2b0 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -24,7 +24,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.7.11 -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -240,6 +240,9 @@ rm -rf %{buildroot} %changelog +* Tue Mar 10 2015 Remi Collet <remi@fedoraproject.org> - 1.7.11-2 +- rebuild with new sources + * Tue Mar 10 2015 Remi Collet <remi@fedoraproject.org> - 1.7.11-1 - Update to 1.7.11 |