diff --git a/php.spec b/php.spec index 3190360..dca90d9 100644 --- a/php.spec +++ b/php.spec @@ -5,6 +5,7 @@ # # Please preserve changelog entries # + # API/ABI check %global apiver 20170718 %global zendver 20170718 @@ -12,6 +13,9 @@ # Extension version %global jsonver 1.6.0 +# we don't want -z defs linker flag +%undefine _strict_symbol_defs_build + # Adds -z now to the linker flags %global _hardened_build 1 @@ -67,7 +71,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 3%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1523,6 +1527,9 @@ rm -f README.{Zeus,QNX,CVS-RULES} %changelog +* Thu Jan 25 2018 Remi Collet - 7.2.2~RC1-2 +- undefine _strict_symbol_defs_build + * Sat Jan 20 2018 Björn Esser - 7.2.2~RC1-2 - Rebuilt for switch to libxcrypt