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.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec
index 8cf11b2..3573055 100644
--- a/php-pecl-swoole.spec
+++ b/php-pecl-swoole.spec
@@ -36,14 +36,15 @@
Summary: PHP's asynchronous concurrent distributed networking framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.10.1
+Version: 1.10.2
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}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
-BuildRequires: %{?scl_prefix}php-devel >= 5.3.10
+BuildRequires: %{?dtsprefix}gcc
+BuildRequires: %{?scl_prefix}php-devel
BuildRequires: %{?scl_prefix}php-pear
BuildRequires: %{?scl_prefix}php-sockets
BuildRequires: %{?scl_prefix}php-mysqlnd
@@ -247,7 +248,7 @@ do install -Dpm 644 NTS/$i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i
done
-%if 0%{?fedora} < 24
+%if 0%{?fedora} < 24 && 0%{?rhel} < 8
# when pear installed alone, after us
%triggerin -- %{?scl_prefix}php-pear
if [ -x %{__pecl} ] ; then
@@ -316,8 +317,11 @@ cd ../ZTS
%changelog
+* Wed Mar 14 2018 Remi Collet <remi@remirepo.net> - 1.10.2-1
+- update to 1.10.2 (stable)
+
* Tue Jan 30 2018 Remi Collet <remi@remirepo.net> - 1.10.1-1
-- Update to 1.10.1
+- Update to 1.10.1 (stable)
* Mon Jan 8 2018 Remi Collet <remi@remirepo.net> - 1.10.0-1
- Update to 1.10.0 (beta)