From a421820d43fb504ded78fd40a1b88ddec7668e06 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Jun 2015 07:13:29 +0200 Subject: [PATCH] - Update to 5.6.10 http://www.php.net/releases/5_6_10.php - add explicit spec license (implicit by FPCA) --- .gitignore | 1 + php.spec | 14 +++++++++++++- sources | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4ea081d..900cc30 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ php-5.5.*.xz /php-5.6.9RC1-strip.tar.xz /php-5.6.9-strip.tar.xz /php-5.6.10RC1-strip.tar.xz +/php-5.6.10-strip.tar.xz diff --git a/php.spec b/php.spec index 1355064..7fd9ff7 100644 --- a/php.spec +++ b/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 %global apiver 20131106 %global zendver 20131226 @@ -57,7 +64,7 @@ %global db_devel libdb-devel %endif -%global rcver RC1 +#global rcver RC1 %global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites @@ -1480,6 +1487,11 @@ rm -f README.{Zeus,QNX,CVS-RULES} %changelog +* Thu Jun 11 2015 Remi Collet 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 5.6.10-0.1.RC1 - update to 5.6.10RC1 - opcache is now 7.0.6-dev diff --git a/sources b/sources index 8c0125a..420cc4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fa9c702cfedb76c5d235fe44e5ba047e php-5.6.10RC1-strip.tar.xz +8ccebfdee11a1cf462eb098408eb75af php-5.6.10-strip.tar.xz