From 08d170cef15e58297409a9b8b041fba54433dbac Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 2 Jun 2019 08:40:18 +0200 Subject: v2.1.0 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phan.spec') diff --git a/phan.spec b/phan.spec index 4e33d7b..47a9404 100644 --- a/phan.spec +++ b/phan.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit d61a624b1384ea220f39927d53fd656a65a75fac +%global gh_commit f5c8f8665f252161de3b39f32cb231eb6517dc70 %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.0.0 +%global upstream_version 2.1.0 #global upstream_prever RC2 Name: %{gh_project} @@ -229,6 +229,9 @@ EOF %changelog +* Sun Jun 2 2019 Remi Collet - 2.1.0-1 +- update to 2.1.0 + * Mon May 20 2019 Remi Collet - 2.0.0-1 - update to 2.0.0 -- cgit