- add explicit spec license (implicit by FPCA)
This commit is contained in:
Remi Collet 2015-06-11 07:13:29 +02:00
parent ee6e84128b
commit a421820d43
3 changed files with 15 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
fa9c702cfedb76c5d235fe44e5ba047e php-5.6.10RC1-strip.tar.xz 8ccebfdee11a1cf462eb098408eb75af php-5.6.10-strip.tar.xz