diff options
Diffstat (limited to 'php56.spec')
-rw-r--r-- | php56.spec | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 <rcollet@redhat.com> 5.6.1-0.1.RC1 +- php 5.6.1RC1 + * Wed Sep 3 2014 Remi Collet <remi@fedoraproject.org> 5.6.0-1.2 - ensure gd-last 2.1.0-3, with libvpx support, is used |