summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-08 10:00:53 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-08 10:00:53 +0100
commit3500292d647d9641d28e98dfcc0a2d7695fda194 (patch)
treed8146025944c5bfaf8d3d7a2ea27a6d96e461f69
parentf566b0afd966bf582a4e3d7ad0592e633076833b (diff)
PHP 5.6.29
-rw-r--r--failed.txt8
-rw-r--r--php.spec9
2 files changed, 9 insertions, 8 deletions
diff --git a/failed.txt b/failed.txt
index 848da58..8ad655c 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,18 +1,14 @@
-===== 5.6.29RC1 (2016-11-24)
+===== 5.6.29 (2016-12-08)
$ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log
/var/lib/mock/scl56el6x/build.log:Tests failed : 0
/var/lib/mock/scl56el7x/build.log:Tests failed : 0
/var/lib/mock/scl56fc22x/build.log:Tests failed : 0
-/var/lib/mock/scl56fc23x/build.log:Tests failed : 3
+/var/lib/mock/scl56fc23x/build.log:Tests failed : 0
/var/lib/mock/scl56fc24x/build.log:Tests failed : 0
/var/lib/mock/scl56fc25x/build.log:Tests failed : 0
-fc23x:
- *** Bug #20382 [2] (strtotime ("Monday", $date) produces wrong result on DST changeover) [ext/date/tests/bug20382-2.phpt]
- *** Bug #33414 [1] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-1.phpt]
- *** Bug #33415 [1] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-1.phpt]
* proc_open have erratic results... :(
diff --git a/php.spec b/php.spec
index 2517a57..2788680 100644
--- a/php.spec
+++ b/php.spec
@@ -137,7 +137,7 @@
%global db_devel libdb-devel
%endif
-%global rcver RC1
+#global rcver RC1
%global rpmrel 1
Summary: PHP scripting language for creating dynamic web sites
@@ -882,7 +882,7 @@ support for using the enchant library to PHP.
%endif
%patch40 -p1 -b .dlopen
-%if 0%{?fedora} >= 23 || 0%{?rhel} >= 5
+%if 0%{?fedora} >= 24 || 0%{?rhel} >= 5
%patch42 -p1 -b .systzdata
%endif
%patch43 -p1 -b .headers
@@ -1102,7 +1102,9 @@ ln -sf ../configure
--with-layout=GNU \
--with-kerberos \
--with-libxml-dir=%{_root_prefix} \
+%if 0%{?fedora} >= 24 || 0%{?rhel} >= 5
--with-system-tzdata \
+%endif
--with-mhash \
%if %{with_dtrace}
--enable-dtrace \
@@ -1816,6 +1818,9 @@ fi
%changelog
+* Thu Dec 8 2016 Remi Collet <remi@fedoraproject.org> 5.6.29-1
+- Update to 5.6.29 - http://www.php.net/releases/5_6_29.php
+
* Thu Nov 24 2016 Remi Collet <remi@fedoraproject.org> 5.6.29-0.1.RC1
- update to 5.6.29RC1