From d2c8c3c5f1dd9effd93e794edb724b146bbe70f2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 May 2020 08:22:19 +0200 Subject: update to 3.0.0 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phan.spec b/phan.spec index 5bab044..6c942d3 100644 --- a/phan.spec +++ b/phan.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit c0e12bb592fe16ff09acfcebca149cde578db248 +%global gh_commit a2eb629c09952383ae78315d240ce3770670c1a5 %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 3.0.0 -%global upstream_prever RC2 +#global upstream_prever RC2 Name: %{gh_project} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} @@ -246,6 +246,9 @@ EOF %changelog +* Mon May 11 2020 Remi Collet - 3.0.0-1 +- update to 3.0.0 + * Mon May 4 2020 Remi Collet - 3.0.0~RC2-1 - update to 3.0.0-RC2 - raise dependency on PHP 7.2 -- cgit