summaryrefslogtreecommitdiffstats
path: root/php56.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-07-07 10:37:43 +0200
committerRemi Collet <fedora@famillecollet.com>2014-07-07 10:37:43 +0200
commit4fec15b899dba55d93c3b616c9e26720bf24f5ee (patch)
treedf14b65260d4f24bd4066dbe68c09d48fe85426f /php56.spec
parentcd967adc8255376d9b3aa70f4a255c3f228c2a8b (diff)
PHP 5.6.0RC2
Diffstat (limited to 'php56.spec')
-rw-r--r--php56.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/php56.spec b/php56.spec
index 71e70b1..60f9df6 100644
--- a/php56.spec
+++ b/php56.spec
@@ -115,13 +115,13 @@
%endif
#global snapdate 201405061030
-%global rcver RC1
+%global rcver RC2
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.6.0
%if 0%{?snapdate:1}%{?rcver:1}
-Release: 0.15.%{?snapdate}%{?rcver}%{?dist}
+Release: 0.16.%{?snapdate}%{?rcver}%{?dist}
%else
Release: 1%{?dist}
%endif
@@ -184,7 +184,8 @@ Patch48: php-5.6.0-mock.patch
Patch91: php-5.3.7-oci8conf.patch
# Upstream fixes (100+)
-Patch100: php-phpdbg.patch
+Patch100: php-man.patch
+Patch101: php-syslog.patch
# Security fixes (200+)
@@ -909,7 +910,8 @@ rm -rf ext/json
%patch91 -p1 -b .remi-oci8
# upstream patches
-%patch100 -p0 -b .libedit
+%patch100 -p1 -b .manpath
+%patch101 -p1 -b .syslog
# security patches
@@ -1819,6 +1821,7 @@ fi
%files dbg
%defattr(-,root,root)
%{_bindir}/phpdbg
+%{_mandir}/man1/phpdbg.1*
%doc sapi/phpdbg/{README.md,CREDITS}
%files fpm
@@ -1914,6 +1917,9 @@ fi
%changelog
+* Mon Jul 7 2014 Remi Collet <rcollet@redhat.com> 5.6.0-0.13.RC2
+- php 5.6.0RC2
+
* Mon Jun 23 2014 Remi Collet <rcollet@redhat.com> 5.6.0-0.15.RC1
- add workaround for unserialize/mock issue from 5.4/5.5