diff options
| author | Remi Collet <remi@remirepo.net> | 2021-09-01 08:40:53 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-09-01 08:40:53 +0200 | 
| commit | 554f8cdf3d8590b00c4102bd022440852fed1d95 (patch) | |
| tree | 92defcab3e418500abfcf94bbbd9a0d22bf9f1dc | |
| parent | cbfd077919cf028cefb7227538e233aba3691f58 (diff) | |
rebuild for 8.1.0RC1
| -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 | 
