From 554f8cdf3d8590b00c4102bd022440852fed1d95 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 08:40:53 +0200 Subject: rebuild for 8.1.0RC1 --- php-libvirt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-libvirt.spec b/php-libvirt.spec index 7132e1c..bd9fbe0 100644 --- a/php-libvirt.spec +++ b/php-libvirt.spec @@ -31,7 +31,7 @@ Name: %{?sub_prefix}php-libvirt Version: 0.5.5 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP language binding for Libvirt Group: Development/Libraries @@ -152,6 +152,9 @@ rm %{buildroot}%{php_extdir}/%{extname}.la %changelog +* Wed Sep 01 2021 Remi Collet - 0.5.5-5 +- rebuild for 8.1.0RC1 + * Wed Jan 27 2021 Remi Collet - 0.5.5-4 - add patch for PHP 8 -- cgit