summaryrefslogtreecommitdiffstats
path: root/php72.spec
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 /php72.spec
parentc57e4e20b7e3c4feb9745f18a305928b7ce99149 (diff)
v7.2.10RC1
Diffstat (limited to 'php72.spec')
-rw-r--r--php72.spec9
1 files changed, 6 insertions, 3 deletions
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