From ddb3fa2e9d6f2a91b746d803e98118738b9dcac5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Jun 2017 16:02:50 +0200 Subject: v0.2.2 --- php-pecl-uv.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'php-pecl-uv.spec') diff --git a/php-pecl-uv.spec b/php-pecl-uv.spec index 038af04..7091a8c 100644 --- a/php-pecl-uv.spec +++ b/php-pecl-uv.spec @@ -18,15 +18,13 @@ Summary: Libuv wrapper Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 0.2.1 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 0.2.2 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz -Patch0: 20869861c8a706efec921b0ae18c78a3c12cd1f0.patch - BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear BuildRequires: pkgconfig(libuv) >= 1.0.0 @@ -83,7 +81,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p1 -b .upstream # Sanity check, really often broken extver=$(sed -n '/define PHP_UV_VERSION/{s/.* "//;s/".*$//;p}' php_uv.h) @@ -229,6 +226,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jun 27 2017 Remi Collet - 0.2.2-1 +- Update to 0.2.2 + * Wed Jun 21 2017 Remi Collet - 0.2.1-2 - rebuild for 7.2.0alpha2 -- cgit