From fc01aa049d89ecb6470fa5c67c2158ffe8c8c5f4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 12 Sep 2014 13:29:47 +0200 Subject: PHP 5.6.0RC1 (test build) --- php56.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'php56.spec') diff --git a/php56.spec b/php56.spec index 056deec..f764a9e 100644 --- a/php56.spec +++ b/php56.spec @@ -121,13 +121,13 @@ %endif #global snapdate 201405061030 -#global rcver RC4 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.6.0 +Version: 5.6.1 %if 0%{?snapdate:1}%{?rcver:1} -Release: 0.22.%{?snapdate}%{?rcver}%{?dist} +Release: 0.1.%{?snapdate}%{?rcver}%{?dist} %else Release: 1%{?dist}.2 %endif @@ -189,7 +189,6 @@ Patch47: php-5.4.9-phpinfo.patch Patch91: php-5.3.7-oci8conf.patch # Upstream fixes (100+) -Patch100: php-bug67878.patch # Security fixes (200+) @@ -939,7 +938,6 @@ rm -rf ext/json %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .b67878 # security patches @@ -1919,6 +1917,9 @@ fi %changelog +* Fri Sep 12 2014 Remi Collet 5.6.1-0.1.RC1 +- php 5.6.1RC1 + * Wed Sep 3 2014 Remi Collet 5.6.0-1.2 - ensure gd-last 2.1.0-3, with libvpx support, is used -- cgit