From 64645da26ef9c3b9e60772f0fcb93e7eb9a4f36e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Dec 2016 11:35:04 +0100 Subject: PHP 7.1 mass rebuild part #1 --- php-libvirt.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/php-libvirt.spec b/php-libvirt.spec index 719d72e..a5252e4 100644 --- a/php-libvirt.spec +++ b/php-libvirt.spec @@ -12,11 +12,7 @@ # Please, preserve the changelog entries # %if 0%{?scl:1} -%if "%{scl}" == "rh-php56" -%global sub_prefix more-php56- -%else %global sub_prefix %{scl_prefix} -%endif %scl_package php-libvirt %endif @@ -33,7 +29,7 @@ Name: %{?sub_prefix}php-libvirt Version: 0.5.2 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP language binding for Libvirt Group: Development/Libraries @@ -168,6 +164,9 @@ php --no-php-ini \ %changelog +* Thu Dec 1 2016 Remi Collet - 0.5.2-4 +- rebuild with PHP 7.1.0 GA + * Wed Sep 14 2016 Remi Collet - 0.5.2-3 - rebuild for PHP 7.1 new API version -- cgit