summaryrefslogtreecommitdiffstats
path: root/php-pecl-uv.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-uv.spec')
-rw-r--r--php-pecl-uv.spec9
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 0.2.1-1
+- Update to 0.2.1
+
* Mon May 8 2017 Remi Collet <remi@remirepo.net> - 0.2.0-1
- Update to 0.2.0