From 8489b267136176aee8a33c08bd9ab70f9c5f80fb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Jan 2016 07:17:00 +0100 Subject: [PATCH] Update to 5.6.17 - http://www.php.net/releases/5_6_17.php --- .gitignore | 1 + php.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2c20d8d..61682c7 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ php-5.5.*.xz /php-5.6.16RC1-strip.tar.xz /php-5.6.16-strip.tar.xz /php-5.6.17RC1-strip.tar.xz +/php-5.6.17-strip.tar.xz diff --git a/php.spec b/php.spec index 9d70157..f7ae836 100644 --- a/php.spec +++ b/php.spec @@ -64,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 @@ -83,8 +83,8 @@ Group: Development/Languages URL: http://www.php.net/ # Need to download official tarball and strip non-free stuff -# wget http://www.php.net/distributions/php-%{version}%{?rcver}.tar.xz -# ./strip.sh %{version} +# wget http://www.php.net/distributions/php-%%{version}%%{?rcver}.tar.xz +# ./strip.sh %%{version} Source0: php-%{version}%{?rcver}-strip.tar.xz Source1: php.conf Source2: php.ini @@ -1484,6 +1484,10 @@ rm -f README.{Zeus,QNX,CVS-RULES} %changelog +* Thu Jan 7 2016 Remi Collet 5.6.17-1 +- Update to 5.6.17 + http://www.php.net/releases/5_6_17.php + * Thu Dec 10 2015 Remi Collet 5.6.17-0.1.RC1 - update to 5.6.17RC1 diff --git a/sources b/sources index d7341bf..0412244 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e366397734fb382b269cd4466016e427 php-5.6.17RC1-strip.tar.xz +6e7c42d4b97e2862834fa7451fcd6a9e php-5.6.17-strip.tar.xz