summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-17 17:41:15 +0200
committerRemi Collet <remi@remirepo.net>2018-07-17 17:41:15 +0200
commitac48f8d41d057ad3f6489111f2f3201ba54b9f0e (patch)
treeab32a9b552b33146769cd8c0a95b37456902447d
parent668b53686d3554be3b8c84f644928253f5ea929f (diff)
rebuld for 7.3.0alpha4 new ABI
-rw-r--r--php-libvirt.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/php-libvirt.spec b/php-libvirt.spec
index 8280e51..db6f007 100644
--- a/php-libvirt.spec
+++ b/php-libvirt.spec
@@ -26,7 +26,7 @@
Name: %{?sub_prefix}php-libvirt
Version: 0.5.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;')}}
Summary: PHP language binding for Libvirt
Group: Development/Libraries
@@ -35,6 +35,7 @@ License: LGPLv2+
URL: http://libvirt.org/php
Source0: http://libvirt.org/sources/php/libvirt-php-%{version}.tar.gz
+BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel
BuildRequires: libvirt-devel >= %{req_libvirt_version}
BuildRequires: libxml2-devel
@@ -79,6 +80,10 @@ Obsoletes: php71w-libvirt <= %{version}
Obsoletes: php72u-libvirt <= %{version}
Obsoletes: php72w-libvirt <= %{version}
%endif
+%if "%{php_version}" > "7.3"
+Obsoletes: php73u-libvirt <= %{version}
+Obsoletes: php73w-libvirt <= %{version}
+%endif
%endif
# Filter shared private - always as libvirt-php.so is a very bad name
@@ -164,6 +169,9 @@ rm %{buildroot}%{php_extdir}/%{extname}.la
%changelog
+* Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 0.5.4-2
+- rebuld for 7.3.0alpha4 new ABI
+
* Thu Aug 3 2017 Remi Collet <remi@remirepo.net> - 0.5.4-1
- update to 0.5.4