summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-18 08:39:55 +0200
committerRemi Collet <remi@remirepo.net>2018-07-18 08:39:55 +0200
commit928ae9fa6adea698f680aefe0fc508e4aebd1496 (patch)
treed69bf2709785eb50f4b1e062a218b8af0a008432
parentc55f9a725cbb3fa2833a1023c88f8ea5a5823705 (diff)
rebuild for 7.3.0alpha4 new ABI
-rw-r--r--php-pecl-varnish.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-varnish.spec b/php-pecl-varnish.spec
index 7e91858..043799e 100644
--- a/php-pecl-varnish.spec
+++ b/php-pecl-varnish.spec
@@ -29,7 +29,7 @@
Summary: Varnish Cache bindings
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.2.4
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
@@ -75,6 +75,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
@@ -281,6 +285,9 @@ exit $ret
%changelog
+* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.2.4-2
+- rebuild for 7.3.0alpha4 new ABI
+
* Sun Jul 1 2018 Remi Collet <remi@remirepo.net> - 1.2.4-1
- update to 1.2.4
- drop patch merged upstream