diff options
-rw-r--r-- | php-pecl-yaconf.spec | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/php-pecl-yaconf.spec b/php-pecl-yaconf.spec index b81de42..53a5b52 100644 --- a/php-pecl-yaconf.spec +++ b/php-pecl-yaconf.spec @@ -14,7 +14,8 @@ %global gh_project yaconf #global gh_date 20150910 %global pecl_name yaconf -%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} +# https://github.com/laruence/yaconf/issues/20 +%global with_zts 0 %global ini_name 40-%{pecl_name}.ini Summary: Yet Another Configurations Container @@ -24,7 +25,7 @@ Version: 1.0.3 Release: 0.8.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz %else -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz %endif License: PHP @@ -234,6 +235,11 @@ fi %changelog +* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 1.0.3-2 +- rebuild with PHP 7.1.0 GA +- disable ZTS extension which raise segfaults + open https://github.com/laruence/yaconf/issues/20 + * Wed Nov 30 2016 Remi Collet <remi@fedoraproject.org> - 1.0.3-1 - Update to 1.0.3 |