From 5dd069190f0fc9b9ad6ccf4c0df6c9463ded306e 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-smbclient-dev.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/php-smbclient-dev.spec b/php-smbclient-dev.spec index df2e564..8e9e803 100644 --- a/php-smbclient-dev.spec +++ b/php-smbclient-dev.spec @@ -7,11 +7,10 @@ # 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-smbclient +%else +%global pkg_name %{name} %endif %global gh_commit 18570160a5cb427ed4d55a3a4dc4431d2bea6949 @@ -21,9 +20,6 @@ %global gh_date 20161104 #global prever RC1 -%{?scl: %scl_package php-smbclient} -%{!?scl: %global pkg_name %{name}} - %global pecl_name smbclient %global with_zts 0%{?__ztsphp:1} %if "%{php_version}" < "5.6" @@ -37,7 +33,7 @@ Name: %{?sub_prefix}php-smbclient Version: 0.9.0 %if 0%{?gh_date} -Release: 0.1.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.2.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif @@ -255,6 +251,9 @@ fi %changelog +* Thu Dec 1 2016 Remi Collet - 0.9.0-0.2.20161104git1857016 +- rebuild with PHP 7.1.0 GA + * Tue Nov 8 2016 Remi Collet - 0.9.0-0.1.20161104git1857016 - update to 0.9.0-dev for stream performance -- cgit