From 4cd005a5caec709c111a53b6543366d566608086 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Tue, 23 Jul 2019 12:45:15 +0200
Subject: rebuild for 7.4.0beta1

---
 php-libvirt.spec | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/php-libvirt.spec b/php-libvirt.spec
index d30b51c..8635391 100644
--- a/php-libvirt.spec
+++ b/php-libvirt.spec
@@ -26,7 +26,7 @@
 
 Name:          %{?sub_prefix}php-libvirt
 Version:       0.5.4
-Release:       3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release:       4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
 Summary:       PHP language binding for Libvirt
 
 Group:         Development/Libraries
@@ -81,9 +81,13 @@ Obsoletes:     php72u-libvirt <= %{version}
 Obsoletes:     php72w-libvirt <= %{version}
 %endif
 %if "%{php_version}" > "7.3"
-Obsoletes:     php73u-libvirt <= %{version}
+Obsoletes:      php73-libvirt <= %{version}
 Obsoletes:     php73w-libvirt <= %{version}
 %endif
+%if "%{php_version}" > "7.4"
+Obsoletes:      php74-libvirt <= %{version}
+Obsoletes:     php74w-libvirt <= %{version}
+%endif
 %endif
 
 # Filter shared private - always as libvirt-php.so is a very bad name
@@ -169,6 +173,9 @@ rm %{buildroot}%{php_extdir}/%{extname}.la
 
 
 %changelog
+* Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 0.5.4-4
+- rebuild for 7.4.0beta1
+
 * Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.5.4-3
 - rebuild for 7.3.0beta2 new ABI
 
-- 
cgit