summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-05-30 16:23:48 +0200
committerRemi Collet <remi@remirepo.net>2017-05-30 16:23:48 +0200
commit372dc3d3255345cbd56d0b17f65ef3cc5e3e2da6 (patch)
tree4ada72c43f579037aa82f1325c14f7d05c979596
parentb72f8e264cc3895a7efbe5cfa465a51bb07b241d (diff)
rebuild
-rw-r--r--php-pecl-swoole.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec
index b6a7bec..a334cf0 100644
--- a/php-pecl-swoole.spec
+++ b/php-pecl-swoole.spec
@@ -33,7 +33,7 @@
Summary: PHP's asynchronous concurrent distributed networking framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.9.11
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{?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}
@@ -310,6 +310,9 @@ cd ../ZTS
%changelog
+* Tue May 30 2017 Remi Collet <remi@remirepo.net> - 1.9.11-2
+- rebuild (for 7.2)
+
* Fri May 26 2017 Remi Collet <remi@remirepo.net> - 1.9.11-1
- Update to 1.9.11
- add upstream patch for EL-6 i686