summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-07-23 12:45:15 +0200
committerRemi Collet <remi@remirepo.net>2019-07-23 12:45:15 +0200
commit4cd005a5caec709c111a53b6543366d566608086 (patch)
treecf5a28617001329672b29db989fced1ef2b43a3e
parent31381a3bf31bf773362f5dc79083524905f190bf (diff)
rebuild for 7.4.0beta1
-rw-r--r--php-libvirt.spec11
1 files 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