summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-07 10:47:49 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-07 10:47:49 +0100
commit2414f9ae88f079b2f85cdfa6a49d991ac172569e (patch)
tree44bd40a4d4ce19eadd51512d3f02fe018a32cd4a
parent80eaa7aff77623bbb06f4336f3996ff5179dc17c (diff)
PHP 7.0.14
-rw-r--r--failed.txt8
-rw-r--r--php.spec8
2 files changed, 8 insertions, 8 deletions
diff --git a/failed.txt b/failed.txt
index 8501d4e..780c659 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,18 +1,14 @@
-===== 7.0.14RC1 (2016-11-24)
+===== 7.0.14 (2016-12-08)
$ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log
/var/lib/mock/scl70el6x/build.log:Tests failed : 0
/var/lib/mock/scl70el7x/build.log:Tests failed : 0
/var/lib/mock/scl70fc22x/build.log:Tests failed : 0
-/var/lib/mock/scl70fc23x/build.log:Tests failed : 3
+/var/lib/mock/scl70fc23x/build.log:Tests failed : 0
/var/lib/mock/scl70fc24x/build.log:Tests failed : 0
/var/lib/mock/scl70fc25x/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 give erratic test results :(
diff --git a/php.spec b/php.spec
index 573b953..8f3d121 100644
--- a/php.spec
+++ b/php.spec
@@ -124,7 +124,7 @@
%global db_devel libdb-devel
%endif
-%global rcver RC1
+#global rcver RC1
%global rpmrel 1
@@ -883,7 +883,7 @@ support for JavaScript Object Notation (JSON) 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
@@ -1117,7 +1117,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 \
@@ -1820,6 +1822,8 @@ fi
%changelog
+* Wed Dec 7 2016 Remi Collet <remi@fedoraproject.org> 7.0.14-1
+- Update to 7.0.14 - http://www.php.net/releases/7_0_14.php
- disable pcre.jit everywhere as it raise AVC #1398474
* Wed Nov 23 2016 Remi Collet <remi@fedoraproject.org> 7.0.14-0.1.RC1