summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-07-23 11:52:05 +0200
committerRemi Collet <remi@remirepo.net>2019-07-23 11:52:05 +0200
commitd3f780deec8df73f18df5bb8ff62d83a3a60cb5d (patch)
tree7b51c510912e2585bc0dcba8861c1c569b7e9f59
parent3a1b3e02273a0a03be9c0cd837fd3c0d52373166 (diff)
rebuild for 7.4.0beta1
-rw-r--r--php-pecl-dio.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/php-pecl-dio.spec b/php-pecl-dio.spec
index a25dd28..392f6f0 100644
--- a/php-pecl-dio.spec
+++ b/php-pecl-dio.spec
@@ -20,7 +20,7 @@
Summary: Direct I/O functions
Name: %{?scl_prefix}php-pecl-%{pecl_name}
Version: 0.1.0
-Release: 6%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 7%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
@@ -69,9 +69,13 @@ Obsoletes: php72u-pecl-%{pecl_name}
Obsoletes: php72w-pecl-%{pecl_name}
%endif
%if "%{php_version}" > "7.3"
-Obsoletes: php73-pecl-%{pecl_name}
+Obsoletes: php73-pecl-%{pecl_name}
Obsoletes: php73w-pecl-%{pecl_name}
%endif
+%if "%{php_version}" > "7.4"
+Obsoletes: php74-pecl-%{pecl_name}
+Obsoletes: php74w-pecl-%{pecl_name}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -236,6 +240,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 0.1.0-7
+- rebuild for 7.4.0beta1
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.1.0-6
- rebuild for 7.3.0beta2 new ABI