From def0a8de67bb33b1389996080ebcf3494041833c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Feb 2016 08:49:27 +0100 Subject: [PATCH] update to 5.6.19RC1 --- .gitignore | 1 + php.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c42d1aa..f7e571d 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,4 @@ php-5.5.*.xz /php-5.6.17-strip.tar.xz /php-5.6.18RC1-strip.tar.xz /php-5.6.18-strip.tar.xz +/php-5.6.19RC1-strip.tar.xz diff --git a/php.spec b/php.spec index 9bb112f..57834fa 100644 --- a/php.spec +++ b/php.spec @@ -64,12 +64,12 @@ %global db_devel libdb-devel %endif -#global rcver RC1 -%global rpmrel 2 +%global rcver RC1 +%global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.6.18 +Version: 5.6.19 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -1486,6 +1486,9 @@ rm -f README.{Zeus,QNX,CVS-RULES} %changelog +* Thu Feb 18 2016 Remi Collet 5.6.19-0.1.RC1 +- update to 5.6.19RC1 + * Tue Feb 9 2016 Remi Collet 5.6.18-2 - define %%pecl_xmldir and own it (/var/lib/php/peclxml) diff --git a/sources b/sources index ff0824b..6f882bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -25851ace9c05e9ef07de2a8e7378a186 php-5.6.18-strip.tar.xz +f3ad4eae0ac4d6170a58530e99f01556 php-5.6.19RC1-strip.tar.xz