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 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 <remi@remirepo.net> - 0.5.5-5 +- rebuild for 8.1.0RC1 +  * Wed Jan 27 2021 Remi Collet <remi@remirepo.net> - 0.5.5-4  - add patch for PHP 8 | 
