summaryrefslogtreecommitdiffstats
path: root/php-libvirt.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-06-15 17:10:32 +0200
committerRemi Collet <remi@php.net>2022-06-15 17:10:32 +0200
commit439692065f0c8ba8d59c45b687513a47cfa775f4 (patch)
treec2b464f1dc017ef6e81e0780ffb3bb7cbed9fad6 /php-libvirt.spec
parent96a2c365b67be86e3bb3e16eca59b5bee2b11f09 (diff)
Upgrade to 0.5.6
add patch allowing build with PHP 5
Diffstat (limited to 'php-libvirt.spec')
-rw-r--r--php-libvirt.spec26
1 files changed, 9 insertions, 17 deletions
diff --git a/php-libvirt.spec b/php-libvirt.spec
index bd9fbe0..fd1e5fd 100644
--- a/php-libvirt.spec
+++ b/php-libvirt.spec
@@ -30,17 +30,17 @@
%endif
Name: %{?sub_prefix}php-libvirt
-Version: 0.5.5
-Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 0.5.6
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: PHP language binding for Libvirt
Group: Development/Libraries
# libvirt-php is under the same terms as libvirt
License: LGPLv2+
URL: http://libvirt.org/php
-Source0: http://libvirt.org/sources/php/libvirt-php-%{version}.tar.gz
+Source0: http://libvirt.org/sources/php/libvirt-php-%{version}.tar.xz
-Patch0: libvirt-php8.patch
+Patch0: libvirt-php5.patch
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
@@ -56,18 +56,6 @@ Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
Requires: %{?scl_prefix}php(api) = %{php_core_api}
%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}
-%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
-%if "%{php_version}" > "7.3"
-Obsoletes: php73-libvirt <= %{version}
-%endif
-%if "%{php_version}" > "7.4"
-Obsoletes: php74-libvirt <= %{version}
-%endif
-%if "%{php_version}" > "8.0"
-Obsoletes: php80-libvirt <= %{version}
-%endif
-%endif
-
# Filter shared private - always as libvirt-php.so is a very bad name
%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$}
%{?filter_setup}
@@ -99,7 +87,7 @@ This package contain the document for php-libvirt.
%prep
%setup -q -n libvirt-php-%{version}
-%patch0 -p1 -b .php8
+%patch0 -p1 -b .php5
%build
@@ -152,6 +140,10 @@ rm %{buildroot}%{php_extdir}/%{extname}.la
%changelog
+* Wed Jun 15 2022 Remi Collet <remi@remirepo.net> - 0.5.6-1
+- Upgrade to 0.5.6
+- add patch allowing build with PHP 5
+
* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 0.5.5-5
- rebuild for 8.1.0RC1