From bae2f9526039cc2addbce0d3329885a7a22c5c90 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 May 2017 17:08:00 +0200 Subject: v0.2.1 --- php-pecl-uv.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-uv.spec') diff --git a/php-pecl-uv.spec b/php-pecl-uv.spec index 5c200c1..b6814c2 100644 --- a/php-pecl-uv.spec +++ b/php-pecl-uv.spec @@ -18,7 +18,7 @@ Summary: Libuv wrapper Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 0.2.0 +Version: 0.2.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages @@ -27,7 +27,7 @@ Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear -BuildRequires: libuv-devel > 1 +BuildRequires: pkgconfig(libuv) >= 1.0.0 # For tests BuildRequires: %{?scl_prefix}php-posix @@ -140,7 +140,7 @@ make -C ZTS install INSTALL_ROOT=%{buildroot} install -D -m 644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name} %endif -# Test & Documentation +# Documentation cd NTS for i in $(grep 'role="doc"' ../package.xml | sed -e 's/^.*name="//;s/".*$//') do install -Dpm 644 $i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i @@ -225,6 +225,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon May 8 2017 Remi Collet - 0.2.1-1 +- Update to 0.2.1 + * Mon May 8 2017 Remi Collet - 0.2.0-1 - Update to 0.2.0 -- cgit