From 33da3cf9758e18559ea65f916a608319e5247355 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:21:49 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-libvirt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-libvirt.spec b/php-libvirt.spec index deaa94c..b4d3866 100644 --- a/php-libvirt.spec +++ b/php-libvirt.spec @@ -20,7 +20,7 @@ Name: %{?scl_prefix}php-libvirt Version: 0.5.7 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP language binding for Libvirt Group: Development/Libraries @@ -117,6 +117,9 @@ rm %{buildroot}%{php_extdir}/%{extname}.la %changelog +* Wed Aug 30 2023 Remi Collet - 0.5.7-3 +- rebuild for PHP 8.3.0RC1 + * Thu Jul 13 2023 Remi Collet - 0.5.7-2 - cleanup -- cgit