From 32566f939df17843d1735ce18e7ad6fdb6e752c1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jan 2024 14:19:42 +0100 Subject: Upgrade to 0.5.8 --- php-libvirt.spec | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'php-libvirt.spec') diff --git a/php-libvirt.spec b/php-libvirt.spec index b4d3866..100d595 100644 --- a/php-libvirt.spec +++ b/php-libvirt.spec @@ -13,21 +13,21 @@ %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} -# from upstream 1.2.9 (but seems wrong, missing VIR_STORAGE_VOL_CREATE_REFLINK) -%global req_libvirt_version 1.2.13 +# from upstream 1.2.13 (but seems wrong, missing VIR_DOMAIN_UNDEFINE_CHECKPOINTS_METADATA) +# no more supported on EL-7 +%global req_libvirt_version 8 %global extname libvirt-php %global ini_name 40-%{extname}.ini Name: %{?scl_prefix}php-libvirt -Version: 0.5.7 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 0.5.8 +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: LGPL-2.1-or-later -URL: http://libvirt.org/php -Source0: http://libvirt.org/sources/php/libvirt-php-%{version}.tar.xz +URL: https://php.libvirt.org/ +Source0: https://download.libvirt.org/php/libvirt-php-%{version}.tar.xz BuildRequires: make BuildRequires: %{?dtsprefix}gcc @@ -54,13 +54,12 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO %package doc Summary: Document of php-libvirt -Group: Development/Libraries BuildArch: noarch Requires: %{name} = %{version}-%{release} %description doc PHP language bindings for Libvirt API. -For more details see: http://www.libvirt.org/php/ http://www.php.net/ +For more details see: https://php.libvirt.org/ http://www.php.net/ This package contain the document for php-libvirt. @@ -117,6 +116,9 @@ rm %{buildroot}%{php_extdir}/%{extname}.la %changelog +* Tue Jan 23 2024 Remi Collet - 0.5.8-1 +- Upgrade to 0.5.8 + * Wed Aug 30 2023 Remi Collet - 0.5.7-3 - rebuild for PHP 8.3.0RC1 -- cgit