From ac48f8d41d057ad3f6489111f2f3201ba54b9f0e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Jul 2018 17:41:15 +0200 Subject: rebuld for 7.3.0alpha4 new ABI --- php-libvirt.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 - 0.5.4-2 +- rebuld for 7.3.0alpha4 new ABI + * Thu Aug 3 2017 Remi Collet - 0.5.4-1 - update to 0.5.4 -- cgit