diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-03 11:39:27 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-03 11:39:27 +0200 |
commit | 934e6646f4c65cd48c3432dbaa010342e1de23d5 (patch) | |
tree | a695a3d170fb4e1d5873c7d1687fe3745336d161 | |
parent | 4cd005a5caec709c111a53b6543366d566608086 (diff) |
rebuild for 7.4.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 8635391..3d7801a 100644 --- a/php-libvirt.spec +++ b/php-libvirt.spec @@ -26,7 +26,7 @@ Name: %{?sub_prefix}php-libvirt Version: 0.5.4 -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 @@ -173,6 +173,9 @@ rm %{buildroot}%{php_extdir}/%{extname}.la %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 0.5.4-5 +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 0.5.4-4 - rebuild for 7.4.0beta1 |