diff options
| -rw-r--r-- | php-libvirt.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
| 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 <remi@remirepo.net> - 0.5.7-3 +- rebuild for PHP 8.3.0RC1 +  * Thu Jul 13 2023 Remi Collet <remi@remirepo.net> - 0.5.7-2  - cleanup | 
