From 14e47b8bf48cf04a4e3e0b2cdd42c038e47a1372 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Apr 2020 08:26:50 +0200 Subject: v2.7.1 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phan.spec') diff --git a/phan.spec b/phan.spec index e0eaf91..f4f0237 100644 --- a/phan.spec +++ b/phan.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit c1694f08654e0cd534d1ecda10f242c77a44f235 +%global gh_commit 67c51bb1593e5c30271fc16d691b82e318b90b77 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phan #global gh_date 20150820 %global gh_project phan %global psr0 Phan %global with_tests 0%{!?_without_tests:1} -%global upstream_version 2.7.0 +%global upstream_version 2.7.1 #global upstream_prever RC2 Name: %{gh_project} @@ -244,6 +244,9 @@ EOF %changelog +* Mon Apr 13 2020 Remi Collet - 2.7.1-1 +- update to 2.7.1 + * Thu Apr 2 2020 Remi Collet - 2.7.0-1 - update to 2.7.0 - raise dependency on PHP 7.2 -- cgit