From 2bf1ba801644c6549b26c9bf136ae00acfc346ab Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Jun 2017 11:43:15 +0200 Subject: v1.9.12 --- php-pecl-swoole.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'php-pecl-swoole.spec') diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index a334cf0..f428e5e 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -32,15 +32,13 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.9.11 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.9.12 +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 -Patch0: 0d538227be3d9ff16e4af886cc6ab015380deefd.patch - BuildRequires: %{?scl_prefix}php-devel >= 5.3.10 BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-sockets @@ -156,7 +154,6 @@ sed -e 's/role="test"/role="src"/' \ cd NTS -%patch0 -p1 -b .upstream # Sanity check, really often broken extver=$(sed -n '/#define PHP_SWOOLE_VERSION/{s/.* "//;s/".*$//;p}' php_swoole.h) @@ -310,6 +307,9 @@ cd ../ZTS %changelog +* Tue Jun 6 2017 Remi Collet - 1.9.12-1 +- Update to 1.9.12 + * Tue May 30 2017 Remi Collet - 1.9.11-2 - rebuild (for 7.2) -- cgit