summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-18 05:51:11 +0200
committerRemi Collet <remi@remirepo.net>2018-07-18 05:51:11 +0200
commit4ec750585d0d00a4ab6466364eec08b4e44eb95a (patch)
treeaa33b984a939afb0288217d406a6707342c47bfb
parent71387c763acdaac2a0c42ec22f9022c7ab59db06 (diff)
rebuld for 7.3.0alpha4 new ABI
-rw-r--r--php-pecl-gender.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-gender.spec b/php-pecl-gender.spec
index aa2a622..9f21c14 100644
--- a/php-pecl-gender.spec
+++ b/php-pecl-gender.spec
@@ -23,7 +23,7 @@
Summary: Gender Extension
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.1.0
-Release: 11%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 12%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
# Code is BSD, nam_dict.txt is GFDL
License: BSD and GFDL
URL: http://pecl.php.net/package/%{pecl_name}
@@ -60,6 +60,10 @@ Obsoletes: php71w-pecl-%{pecl_name} <= %{version}
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: php73w-pecl-%{pecl_name} <= %{version}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -221,6 +225,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.1.0-12
+- rebuld for 7.3.0alpha4 new ABI
+
* Tue Jun 26 2018 Remi Collet <remi@remirepo.net> - 1.1.0-11
- cleanup and rebuild