summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-17 18:15:24 +0200
committerRemi Collet <remi@remirepo.net>2018-07-17 18:15:24 +0200
commitdbcc6a3159aeef4e0aef868162703cb0789606a0 (patch)
tree084c27897a25e4d233fe8b41c48ff57723152364
parentaa32fd75d884fd882ab90e7b3eb4f950f647cff3 (diff)
rebuld for 7.3.0alpha4 new ABI
-rw-r--r--php-pecl-dio.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-dio.spec b/php-pecl-dio.spec
index c86ffc0..d2172a3 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: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 5%{?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
@@ -68,6 +68,10 @@ Obsoletes: php71w-pecl-%{pecl_name}
Obsoletes: php72u-pecl-%{pecl_name}
Obsoletes: php72w-pecl-%{pecl_name}
%endif
+%if "%{php_version}" > "7.3"
+Obsoletes: php73u-pecl-%{pecl_name}
+Obsoletes: php73w-pecl-%{pecl_name}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -232,6 +236,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 0.1.0-5
+- rebuld for 7.3.0alpha4 new ABI
+
* Thu Jun 21 2018 Remi Collet <remi@remirepo.net> - 0.1.0-4
- cleanup and rebuild