summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-01-05 18:13:34 +0100
committerRemi Collet <fedora@famillecollet.com>2017-01-05 18:13:34 +0100
commitb8bc1fb53be88c3d594faf9486047ebdcaeb2443 (patch)
treee040f840fdd623737fe7191e9bd09a17b7d4f467
parent2414f9ae88f079b2f85cdfa6a49d991ac172569e (diff)
PHP 7.0.15RC1
-rw-r--r--failed.txt4
-rw-r--r--php.spec7
2 files changed, 6 insertions, 5 deletions
diff --git a/failed.txt b/failed.txt
index 780c659..6f1a501 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.0.14 (2016-12-08)
+===== 7.0.15RC1 (2017-01-05)
$ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log
@@ -13,5 +13,3 @@ $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log
* proc_open give erratic test results :(
** fixed upstream
-*** Related to tzdata 2016g (f24+) vs 2016f
-
diff --git a/php.spec b/php.spec
index 8f3d121..850026b 100644
--- a/php.spec
+++ b/php.spec
@@ -124,13 +124,13 @@
%global db_devel libdb-devel
%endif
-#global rcver RC1
+%global rcver RC1
%global rpmrel 1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
-Version: 7.0.14
+Version: 7.0.15
Release: %{?rcver:0.}%{rpmrel}%{?rcver:.%{rcver}}%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
@@ -1822,6 +1822,9 @@ fi
%changelog
+* Thu Jan 5 2017 Remi Collet <remi@fedoraproject.org> 7.0.15-0.1.RC1
+- Update to 7.0.15RC1
+
* 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