summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-01 11:35:04 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-01 11:35:04 +0100
commit45ec88aabf3ae76eb1cd377f71a118287eb76329 (patch)
tree59a0b47c058ceeb87cccdee096567856004e4e7a
parent5c9ac8b1b0333dc1340b3a37b3e7f0ea00030587 (diff)
PHP 7.1 mass rebuild part #1
-rw-r--r--php-pecl-yaconf.spec10
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