From d133d14d0725faeeff5080aa072eda9d1f872b28 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 May 2019 17:21:32 +0200 Subject: v2.0.0 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phan.spec b/phan.spec index 49d8ed5..4e33d7b 100644 --- a/phan.spec +++ b/phan.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit c1484bcdd41672cbe63a35a31f5ead67d53768a5 +%global gh_commit d61a624b1384ea220f39927d53fd656a65a75fac %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phan #global gh_date 20150820 @@ -18,7 +18,7 @@ %global psr0 Phan %global with_tests 0%{!?_without_tests:1} %global upstream_version 2.0.0 -%global upstream_prever RC2 +#global upstream_prever RC2 Name: %{gh_project} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} @@ -229,6 +229,9 @@ EOF %changelog +* Mon May 20 2019 Remi Collet - 2.0.0-1 +- update to 2.0.0 + * Tue May 14 2019 Remi Collet - 2.0.0~RC2-1 - update to 2.0.0RC2 - raise dependency on PHP 7.1.0 -- cgit