From 668b53686d3554be3b8c84f644928253f5ea929f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Aug 2017 08:10:55 +0200 Subject: v0.5.4 --- php-libvirt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-libvirt.spec') diff --git a/php-libvirt.spec b/php-libvirt.spec index ee83ece..8280e51 100644 --- a/php-libvirt.spec +++ b/php-libvirt.spec @@ -25,8 +25,8 @@ %endif Name: %{?sub_prefix}php-libvirt -Version: 0.5.3 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 0.5.4 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP language binding for Libvirt Group: Development/Libraries @@ -164,6 +164,9 @@ rm %{buildroot}%{php_extdir}/%{extname}.la %changelog +* Thu Aug 3 2017 Remi Collet - 0.5.4-1 +- update to 0.5.4 + * Tue Jul 18 2017 Remi Collet - 0.5.3-4 - rebuild for PHP 7.2.0beta1 new API -- cgit