- Update to 5.6.10 http://www.php.net/releases/5_6_10.php
- add explicit spec license (implicit by FPCA)
This commit is contained in:
parent
ee6e84128b
commit
a421820d43
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,3 +48,4 @@ php-5.5.*.xz
|
|||||||
/php-5.6.9RC1-strip.tar.xz
|
/php-5.6.9RC1-strip.tar.xz
|
||||||
/php-5.6.9-strip.tar.xz
|
/php-5.6.9-strip.tar.xz
|
||||||
/php-5.6.10RC1-strip.tar.xz
|
/php-5.6.10RC1-strip.tar.xz
|
||||||
|
/php-5.6.10-strip.tar.xz
|
||||||
|
14
php.spec
14
php.spec
@ -1,3 +1,10 @@
|
|||||||
|
# Fedora spec file for php
|
||||||
|
#
|
||||||
|
# License: MIT
|
||||||
|
# http://opensource.org/licenses/MIT
|
||||||
|
#
|
||||||
|
# Please preserve changelog entries
|
||||||
|
#
|
||||||
# API/ABI check
|
# API/ABI check
|
||||||
%global apiver 20131106
|
%global apiver 20131106
|
||||||
%global zendver 20131226
|
%global zendver 20131226
|
||||||
@ -57,7 +64,7 @@
|
|||||||
%global db_devel libdb-devel
|
%global db_devel libdb-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global rcver RC1
|
#global rcver RC1
|
||||||
%global rpmrel 1
|
%global rpmrel 1
|
||||||
|
|
||||||
Summary: PHP scripting language for creating dynamic web sites
|
Summary: PHP scripting language for creating dynamic web sites
|
||||||
@ -1480,6 +1487,11 @@ rm -f README.{Zeus,QNX,CVS-RULES}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 11 2015 Remi Collet <remi@fedoraproject.org> 5.6.10-1
|
||||||
|
- Update to 5.6.10
|
||||||
|
http://www.php.net/releases/5_6_10.php
|
||||||
|
- add explicit spec license (implicit by FPCA)
|
||||||
|
|
||||||
* Thu May 28 2015 Remi Collet <remi@fedoraproject.org> 5.6.10-0.1.RC1
|
* Thu May 28 2015 Remi Collet <remi@fedoraproject.org> 5.6.10-0.1.RC1
|
||||||
- update to 5.6.10RC1
|
- update to 5.6.10RC1
|
||||||
- opcache is now 7.0.6-dev
|
- opcache is now 7.0.6-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user