summaryrefslogtreecommitdiffstats
path: root/php-pecl-uv.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-06-27 16:02:50 +0200
committerRemi Collet <remi@remirepo.net>2017-06-27 16:02:50 +0200
commitddb3fa2e9d6f2a91b746d803e98118738b9dcac5 (patch)
treea4e01ef7b7d1f9003167f81ec881f7b220034099 /php-pecl-uv.spec
parent7bbf472395d60780920da7565138e67d6890e5ce (diff)
v0.2.2
Diffstat (limited to 'php-pecl-uv.spec')
-rw-r--r--php-pecl-uv.spec10
1 files changed, 5 insertions, 5 deletions
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 <remi@remirepo.net> - 0.2.2-1
+- Update to 0.2.2
+
* Wed Jun 21 2017 Remi Collet <remi@remirepo.net> - 0.2.1-2
- rebuild for 7.2.0alpha2