summaryrefslogtreecommitdiffstats
path: root/php-libvirt.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-libvirt.spec')
-rw-r--r--php-libvirt.spec20
1 files changed, 11 insertions, 9 deletions
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 <remi@remirepo.net> - 0.5.8-1
+- Upgrade to 0.5.8
+
* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 0.5.7-3
- rebuild for PHP 8.3.0RC1