View | Details | Raw Unified | Return to bug 34970
Collapse All | Expand All

(-)a/.gear/php7.spec (-3 / +5 lines)
Lines 4-10 Link Here
4
Summary: The PHP7 scripting language
4
Summary: The PHP7 scripting language
5
Name:	 php7
5
Name:	 php7
6
Version: 7.2.5
6
Version: 7.2.5
7
Release: alt1%ubt
7
Release: alt2%ubt
8
8
9
%define php7_name      %name
9
%define php7_name      %name
10
%define _php7_version  %version
10
%define _php7_version  %version
Lines 237-243 sed -is 's,\(zend_module_entry \)\(.*= {\),zend_module_entry __attribute__ ((vis Link Here
237
	--without-sqlite \
237
	--without-sqlite \
238
	--with-regex=php \
238
	--with-regex=php \
239
	--without-pear \
239
	--without-pear \
240
	%ifarch e2k
240
	%ifarch %e2k
241
	--without-pcre-jit \
241
	--without-pcre-jit \
242
	%endif
242
	%endif
243
#
243
#
Lines 404-409 subst 's,sbin/lsattr,bin/lsattr,' %buildroot/%php7_libdir/build/config.guess Link Here
404
%doc tests run-tests.php 
404
%doc tests run-tests.php 
405
405
406
%changelog
406
%changelog
407
* Thu May 31 2018 Michael Shigorin <mike@altlinux.org> 7.2.5-alt2%ubt
408
- support e2kv4 through %%e2k macro
409
407
* Fri May 11 2018 Anton Farygin <rider@altlinux.ru> 7.2.5-alt1%ubt
410
* Fri May 11 2018 Anton Farygin <rider@altlinux.ru> 7.2.5-alt1%ubt
408
- 7.2.5
411
- 7.2.5
409
412
410
- 

Return to bug 34970