summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-08-28 12:28:56 +0200
committerRemi Collet <remi@remirepo.net>2018-08-28 12:28:56 +0200
commita5f424e1ad9b11333036e7463b84eb7ff102167d (patch)
tree2d91d9e1daae4c182c41b6eadc5e2285597dab8c
parentc57e4e20b7e3c4feb9745f18a305928b7ce99149 (diff)
v7.2.10RC1
-rw-r--r--failed.txt2
-rw-r--r--php72.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/failed.txt b/failed.txt
index 8c0e3db..a07fd1e 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.2.9 (2018-08-16)
+===== 7.2.10RC1 (2018-08-30)
$ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log
diff --git a/php72.spec b/php72.spec
index 9414471..4113dd3 100644
--- a/php72.spec
+++ b/php72.spec
@@ -111,13 +111,13 @@
%global db_devel libdb-devel
%endif
-%global upver 7.2.9
-#global rcver RC1
+%global upver 7.2.10
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 2%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -2143,6 +2143,9 @@ fi
%changelog
+* Tue Aug 28 2018 Remi Collet <remi@remirepo.net> - 7.2.10~RC1-1
+- update to 7.2.10RC1
+
* Wed Aug 22 2018 Remi Collet <remi@remirepo.net> - 7.2.9-2
- drop -mstackrealign option, workaround to #1593144