summaryrefslogtreecommitdiffstats
path: root/php-pecl-swoole.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-swoole.spec')
-rw-r--r--php-pecl-swoole.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec
index 2304052..8cf11b2 100644
--- a/php-pecl-swoole.spec
+++ b/php-pecl-swoole.spec
@@ -6,6 +6,10 @@
#
# Please, preserve the changelog entries
#
+
+# we don't want -z defs linker flag
+%undefine _strict_symbol_defs_build
+
%if 0%{?scl:1}
%global sub_prefix %{scl_prefix}
%scl_package php-pecl-swoole
@@ -32,7 +36,7 @@
Summary: PHP's asynchronous concurrent distributed networking framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.10.0
+Version: 1.10.1
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
Group: Development/Languages
@@ -312,6 +316,9 @@ cd ../ZTS
%changelog
+* Tue Jan 30 2018 Remi Collet <remi@remirepo.net> - 1.10.1-1
+- Update to 1.10.1
+
* Mon Jan 8 2018 Remi Collet <remi@remirepo.net> - 1.10.0-1
- Update to 1.10.0 (beta)