summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-01-30 14:01:18 +0100
committerRemi Collet <remi@remirepo.net>2019-01-30 14:01:18 +0100
commit2341788f0db9fdbae7ec948d9429327bcf3e5964 (patch)
treeca3b49dacb4dde5698ec671814ef2f1152864b34
parent745c6576f988ca79bdde8abd2ce44573d61ff222 (diff)
v7.2.15RC1
-rw-r--r--failed.txt4
-rw-r--r--php72.spec17
2 files changed, 15 insertions, 6 deletions
diff --git a/failed.txt b/failed.txt
index 0abd7ed..4947125 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,11 +1,11 @@
-===== 7.2.14 (2019-01-10)
+===== 7.2.15RC1 (2019-01-31)
$ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/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/el8x73/build.logTests failed : 30
+/var/lib/mock/el8x73/build.logTests failed : 16
/var/lib/mock/fc25i/build.log:Tests failed : 0
/var/lib/mock/fc25x/build.log:Tests failed : 0
/var/lib/mock/fc26i/build.log:Tests failed : 0
diff --git a/php72.spec b/php72.spec
index 48605cf..4927262 100644
--- a/php72.spec
+++ b/php72.spec
@@ -118,8 +118,8 @@
%global db_devel libdb-devel
%endif
-%global upver 7.2.14
-#global rcver RC1
+%global upver 7.2.15
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -1082,7 +1082,7 @@ low-level PHP extension for the libsodium cryptographic library.
%endif
%patch40 -p1 -b .dlopen
-%if 0%{?fedora} >= 25 || 0%{?rhel} >= 6
+%if 0%{?fedora} >= 28 || 0%{?rhel} >= 6
%patch42 -p1 -b .systzdata
%endif
%patch43 -p1 -b .headers
@@ -1140,6 +1140,12 @@ mkdir build-cgi build-apache build-embedded \
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
+%if 0%{?fedora} < 28
+# need tzdata 2018i
+rm ext/date/tests/bug33414-1.phpt
+rm ext/date/tests/bug33415-2.phpt
+rm ext/date/tests/date_modify-1.phpt
+%endif
# Should be skipped but fails sometime
rm ext/standard/tests/file/file_get_contents_error001.phpt
# fails sometime
@@ -1322,7 +1328,7 @@ ln -sf ../configure
--with-layout=GNU \
--with-kerberos \
--with-libxml-dir=%{_prefix} \
-%if 0%{?fedora} >= 25 || 0%{?rhel} >= 6
+%if 0%{?fedora} >= 28 || 0%{?rhel} >= 6
--with-system-tzdata \
%endif
--with-mhash \
@@ -2168,6 +2174,9 @@ fi
%changelog
+* Wed Jan 30 2019 Remi Collet <remi@remirepo.net> 7.2.15~RC1-1
+- update to 7.2.15RC1
+
* Tue Jan 8 2019 Remi Collet <remi@remirepo.net> - 7.2.14-1
- Update to 7.2.14 - http://www.php.net/releases/7_2_14.php