From 15c71d7e9ea539afa24d932fb10e0a151e347e4b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 Mar 2017 10:23:19 +0100 Subject: php-pecl-swoole2: fix release --- php-pecl-swoole2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-swoole2.spec b/php-pecl-swoole2.spec index b338414..aecbeba 100644 --- a/php-pecl-swoole2.spec +++ b/php-pecl-swoole2.spec @@ -31,7 +31,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}2 Version: 2.0.7 -Release: 1%{?dist} +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} @@ -279,6 +279,9 @@ cd ../ZTS %changelog +* Fri Mar 17 2017 Remi Collet - 2.0.7-2 +- fix release + * Fri Mar 17 2017 Remi Collet - 2.0.7-1 - Update to 2.0.7 - rename to php-pecl-swoole2 -- cgit