From 149d4371492782247ce188ce32e3411ce9b262c3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 6 May 2017 08:44:48 +0200 Subject: refresh + support .phar --- php.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 6ff4cd9..0debd2f 100644 --- a/php.spec +++ b/php.spec @@ -123,13 +123,13 @@ %global db_devel libdb-devel %endif -%global gh_commit eb68c0d525f21fd2f81e2c0833a75cc30df095ce +%global gh_commit 5af997ed81fc3e86544679d7a07b152ee13d1e04 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20170424 +%global gh_date 20170504 %global gh_owner php %global gh_project php-src #global rcver RC1 -%global rpmrel 2 +%global rpmrel 3 Summary: PHP scripting language for creating dynamic web sites @@ -1798,6 +1798,10 @@ fi %changelog +* Sat May 6 2017 Remi Collet - 7.2.0-0.3.20170504.5af997e +- new snapshot, May the 4th be with you +- enable PHP execution of .phar files, see #1117140 + * Tue Apr 25 2017 Remi Collet - 7.2.0-0.2.20170424.eb68c0d - refresh -- cgit