From e2d1949ec004fc1bfd5c590f230e7b7ea16083fd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Sep 2016 20:41:16 +0200 Subject: PHP 7.1.0RC2 (SCL) + extension mass rebuild --- php-libvirt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-libvirt.spec b/php-libvirt.spec index 6d834ec..0222f85 100644 --- a/php-libvirt.spec +++ b/php-libvirt.spec @@ -33,7 +33,7 @@ Name: %{?sub_prefix}php-libvirt Version: 0.5.2 -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 @@ -144,6 +144,9 @@ php --no-php-ini \ %changelog +* Wed Sep 14 2016 Remi Collet - 0.5.2-3 +- rebuild for PHP 7.1 new API version + * Sun Sep 11 2016 Remi Collet - 0.5.2-2 - fix F25 build (ini file installation) -- cgit