summaryrefslogtreecommitdiffstats
path: root/php-pecl-yaz.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-18 09:02:51 +0200
committerRemi Collet <remi@remirepo.net>2018-07-18 09:02:51 +0200
commit93b67ceadfdc88abe7a06c69e856d4554804c2d0 (patch)
treea943de5bc8cefb24f971f46d3feef45738422361 /php-pecl-yaz.spec
parentf374170468aa4d17a6f6c1b3361ac9348d8b090c (diff)
rebuild for 7.3.0alpha4 new ABI
Diffstat (limited to 'php-pecl-yaz.spec')
-rw-r--r--php-pecl-yaz.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/php-pecl-yaz.spec b/php-pecl-yaz.spec
index 9c02f10..b33bbaa 100644
--- a/php-pecl-yaz.spec
+++ b/php-pecl-yaz.spec
@@ -24,9 +24,8 @@
Summary: Z39.50/SRU client
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.2.2
-Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: BSD
-Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
@@ -72,6 +71,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
@@ -242,6 +245,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.2.2-3
+- rebuild for 7.3.0alpha4 new ABI
+
* Wed Jun 27 2018 Remi Collet <remi@remirepo.net> - 1.2.2-2
- add patch for PHP 7.3 from
https://github.com/indexdata/phpyaz/pull/7