@@ -, +, @@ - E2K: worked around the lack of gcc5's builtins in lcc-1.23 --- .gear/php7.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) --- a/.gear/php7.spec +++ a/.gear/php7.spec @@ -4,7 +4,7 @@ Summary: The PHP7 scripting language Name: php7 Version: 7.2.13 -Release: alt1 +Release: alt2 %define php7_name %name %define _php7_version %version @@ -432,6 +432,9 @@ chmod 755 %buildroot/%_rpmlibdir/%name.filetrigger %doc tests run-tests.php %changelog +* Wed Jan 09 2019 Michael Shigorin 7.2.13-alt2 +- E2K: worked around the lack of gcc5's builtins in lcc-1.23 + * Fri Dec 14 2018 Anton Farygin 7.2.13-alt1 - 7.2.13 - added filetrigger for cli sapi and it's modules --