summaryrefslogtreecommitdiffstats
path: root/php-pecl-swoole.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-08-11 14:39:55 +0200
committerRemi Collet <remi@remirepo.net>2017-08-11 14:39:55 +0200
commitbfadcceb8fa7305836d7ea41c5c31f34f2003255 (patch)
tree270bc6c0803a4bce2a22a097570e88d9e925ce4d /php-pecl-swoole.spec
parentc203aebc935380c10accd9121cc78e946d23c841 (diff)
v1.9.18
Diffstat (limited to 'php-pecl-swoole.spec')
-rw-r--r--php-pecl-swoole.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec
index e7624e4..52201a9 100644
--- a/php-pecl-swoole.spec
+++ b/php-pecl-swoole.spec
@@ -32,8 +32,8 @@
Summary: PHP's asynchronous concurrent distributed networking framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.9.17
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 1.9.18
+Release: 1%{?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}
@@ -312,6 +312,9 @@ cd ../ZTS
%changelog
+* Fri Aug 11 2017 Remi Collet <remi@remirepo.net> - 1.9.18-1
+- Update to 1.9.18
+
* Fri Aug 4 2017 Remi Collet <remi@remirepo.net> - 1.9.17-2
- add test and examples to devel sub-package