summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-07-23 14:55:39 +0200
committerRemi Collet <remi@remirepo.net>2019-07-23 14:55:39 +0200
commit299edca8933cc82729509de9cd1f3c81b79c848b (patch)
treea306b999ad5f883c12cad9eb1216d87e6a403e09
parenta481372bfca0acde3a4065099ee95bd1bd454cbd (diff)
rebuild for 7.4.0beta1
-rw-r--r--php-pecl-uv.spec15
1 files changed, 11 insertions, 4 deletions
diff --git a/php-pecl-uv.spec b/php-pecl-uv.spec
index c66c030..6d9cd4e 100644
--- a/php-pecl-uv.spec
+++ b/php-pecl-uv.spec
@@ -19,7 +19,7 @@
Summary: Libuv wrapper
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 0.2.4
-Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -58,9 +58,13 @@ Obsoletes: php72u-pecl-%{pecl_name} <= %{version}
Obsoletes: php72w-pecl-%{pecl_name} <= %{version}
%endif
%if "%{php_version}" > "7.3"
-Obsoletes: php73u-pecl-%{pecl_name} <= %{version}
+Obsoletes: php73-pecl-%{pecl_name} <= %{version}
Obsoletes: php73w-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "7.4"
+Obsoletes: php74-pecl-%{pecl_name} <= %{version}
+Obsoletes: php74w-pecl-%{pecl_name} <= %{version}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -185,8 +189,8 @@ else
export SKIP_ONLINE_TESTS=1
fi
: see https://github.com/bwoebi/php-uv/issues/66
-rm ?TS/tests/320-fs-poll.phpt
-rm ?TS/tests/330-poll-pipe.phpt
+#rm ?TS/tests/320-fs-poll.phpt
+#rm ?TS/tests/330-poll-pipe.phpt
: Minimal load test for NTS extension
cd NTS
@@ -234,6 +238,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 0.2.4-2
+- rebuild for 7.4.0beta1
+
* Thu May 2 2019 Remi Collet <remi@remirepo.net> - 0.2.4-1
- update to 0.2.4 (no change)