From 894d459c9c3c1737725de180e8aac1a8ff4aae29 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 Sep 2016 10:14:10 +0200 Subject: [PATCH] 7.0.11RC1 --- .gitignore | 1 + php.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e852245..0ba12da 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ php-5.6.*.xz /php-7.0.9.tar.xz /php-7.0.10RC1.tar.xz /php-7.0.10.tar.xz +/php-7.0.11RC1.tar.xz diff --git a/php.spec b/php.spec index a985b55..f2b08a0 100644 --- a/php.spec +++ b/php.spec @@ -58,12 +58,12 @@ %global db_devel libdb-devel %endif -#global rcver RC1 +%global rcver RC1 %global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 7.0.10 +Version: 7.0.11 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -1490,6 +1490,9 @@ rm -f README.{Zeus,QNX,CVS-RULES} %changelog +* Fri Sep 2 2016 Remi Collet 7.0.11-0.1.RC1 +- Update to 7.0.11RC1 + * Thu Sep 1 2016 Remi Collet 7.0.10-1 - Update to 7.0.10 - http://www.php.net/releases/7_0_10.php diff --git a/sources b/sources index 0c734f0..c5dc603 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6f087f16514b6c442e8009a5828827b7 php-7.0.10.tar.xz +67314fa8496154d6212f4dab9fce27ce php-7.0.11RC1.tar.xz