summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php.spec b/php.spec
index 0debd2f..c22d919 100644
--- a/php.spec
+++ b/php.spec
@@ -123,13 +123,13 @@
%global db_devel libdb-devel
%endif
-%global gh_commit 5af997ed81fc3e86544679d7a07b152ee13d1e04
+%global gh_commit 0722a0188f24a68c18364e2a2bf1443ca2011763
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
-%global gh_date 20170504
+%global gh_date 20170516
%global gh_owner php
%global gh_project php-src
#global rcver RC1
-%global rpmrel 3
+%global rpmrel 4
Summary: PHP scripting language for creating dynamic web sites
@@ -1798,6 +1798,9 @@ fi
%changelog
+* Tue May 16 2017 Remi Collet <remi@remirepo.net> - 7.2.0-0.4.20170516.0722a01
+- new snapshot
+
* Sat May 6 2017 Remi Collet <remi@remirepo.net> - 7.2.0-0.3.20170504.5af997e
- new snapshot, May the 4th be with you
- enable PHP execution of .phar files, see #1117140