summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-02-14 17:57:38 +0100
committerRemi Collet <fedora@famillecollet.com>2017-02-14 17:57:38 +0100
commit27b861e8b9c388e4925cd4d7d887fd8a282a8757 (patch)
tree290b4d64c11aac0c037ef3832902e93307d1227e
parent0e4b54fd34bc7769f066fad41d6d19de00d1c683 (diff)
PHP 7.0.15
-rw-r--r--failed.txt6
-rw-r--r--php70.spec11
2 files changed, 9 insertions, 8 deletions
diff --git a/failed.txt b/failed.txt
index e20ec30..609bccd 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,11 +1,11 @@
-===== 7.0.16RC1 (2017-02-02)
+===== 7.0.16 (2017-02-16)
$ grep -r 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/el6i/build.log:Tests failed : 0
/var/lib/mock/el6x/build.log:Tests failed : 0
/var/lib/mock/el7x/build.log:Tests failed : 0
-/var/lib/mock/fc22i/build.log:Tests failed : 0
+/var/lib/mock/fc22i/build.log:Tests failed : 1
/var/lib/mock/fc22x/build.log:Tests failed : 0
/var/lib/mock/fc23i/build.log:Tests failed : 0
/var/lib/mock/fc23x/build.log:Tests failed : 0
@@ -14,6 +14,8 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/fc25i/build.log:Tests failed : 0
/var/lib/mock/fc25x/build.log:Tests failed : 0
+fc22i
+ * Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt]
diff --git a/php70.spec b/php70.spec
index 8ee96a1..d79af4f 100644
--- a/php70.spec
+++ b/php70.spec
@@ -120,8 +120,8 @@
%global db_devel libdb-devel
%endif
-%global rcver RC1
-%global rpmrel 2
+#global rcver RC1
+%global rpmrel 1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -1810,10 +1810,6 @@ rm -f README.{Zeus,QNX,CVS-RULES}
%pre common
-echo -e "\nWARNING : These %{name}-* RPMs are not official Fedora / Red Hat build and"
-echo -e "overrides the official ones. Don't file bugs on Fedora Project nor Red Hat.\n"
-echo -e "Use dedicated forum at http://forum.remirepo.net/\n"
-
%if %{?fedora}%{!?fedora:99} < 24
echo -e "WARNING : Fedora %{fedora} is now EOL :"
echo -e "You should consider upgrading to a supported release.\n"
@@ -2059,6 +2055,9 @@ fi
%changelog
+* Tue Feb 14 2017 Remi Collet <remi@fedoraproject.org> 7.0.16-1
+- Update to 7.0.16 - http://www.php.net/releases/7_0_16.php
+
* Thu Feb 2 2017 Remi Collet <remi@fedoraproject.org> - 7.0.16-0.2.RC1
- Update to 7.0.16RC1 (new sources)