summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-01 11:50:34 +0200
committerRemi Collet <remi@remirepo.net>2019-05-01 11:50:34 +0200
commitc709f8d2135fd0b6fda150ce24f7779e8af96c69 (patch)
treee1de342333c0016f049e9d7ad482f00fd5fea063
parent9f4c00a0f417ad357f2b5435d5a90174dda64981 (diff)
Update to 7.1.29 - http://www.php.net/releases/7_1_29.php
-rw-r--r--failed.txt12
-rw-r--r--php.spec9
2 files changed, 12 insertions, 9 deletions
diff --git a/failed.txt b/failed.txt
index a9f43d6..c13065d 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.1.28 (2019-04-04)
+===== 7.1.29 (2019-05-02)
$ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log
@@ -6,15 +6,11 @@ $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log
/var/lib/mock/scl71el7x/build.log:Tests failed : 0
/var/lib/mock/scl71el8x/build.log:Tests failed : 28
/var/lib/mock/scl71fc27x/build.log:Tests failed : 0
-/var/lib/mock/scl71fc28x/build.log:Tests failed : 3
-/var/lib/mock/scl71fc29x/build.log:Tests failed : 4
-/var/lib/mock/scl71fc30x/build.log:Tests failed : 4
+/var/lib/mock/scl71fc28x/build.log:Tests failed : 0
+/var/lib/mock/scl71fc29x/build.log:Tests failed : 1
+/var/lib/mock/scl71fc30x/build.log:Tests failed : 1
-fc28x, fc29x, fc30x:
- Bug #33414 [1] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-1.phpt]
- Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-2.phpt]
- date_modify() function [1] [ext/date/tests/date_modify-1.phpt]
fc29x, fc30x:
TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt]
diff --git a/php.spec b/php.spec
index b14783b..92916d0 100644
--- a/php.spec
+++ b/php.spec
@@ -125,7 +125,7 @@
%global db_devel libdb-devel
%endif
-%global upver 7.1.28
+%global upver 7.1.29
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -959,6 +959,10 @@ mkdir \
rm ext/date/tests/timezone_location_get.phpt
rm ext/date/tests/timezone_version_get.phpt
rm ext/date/tests/timezone_version_get_basic1.phpt
+# related to tzdata
+rm ext/date/tests/bug33414-1.phpt
+rm ext/date/tests/bug33415-2.phpt
+rm ext/date/tests/date_modify-1.phpt
# fails sometime
rm ext/sockets/tests/mcast_ipv?_recv.phpt
# Should be skipped but fails sometime
@@ -1859,6 +1863,9 @@ fi
%changelog
+* Wed May 1 2019 Remi Collet <remi@remirepo.net> - 7.1.29-1
+- Update to 7.1.29 - http://www.php.net/releases/7_1_29.php
+
* Tue Apr 2 2019 Remi Collet <remi@remirepo.net> - 7.1.28-1
- Update to 7.1.28 - http://www.php.net/releases/7_1_28.php