From eb018a2820a4528e4f1d72b57ad54a0641c8f866 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Jun 2020 07:27:09 +0200 Subject: update to 3.0.3 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phan.spec b/phan.spec index 0e7affc..2c2f315 100644 --- a/phan.spec +++ b/phan.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit f10ce6ccc6cc12bc930937d505f3719c4ab71ab4 +%global gh_commit b15141e68e1eb954aba9e30d3875ad91af6ac951 %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 3.0.2 +%global upstream_version 3.0.3 #global upstream_prever RC2 Name: %{gh_project} @@ -249,6 +249,9 @@ EOF %changelog +* Mon Jun 22 2020 Remi Collet - 3.0.3-1 +- update to 3.0.3 + * Mon Jun 8 2020 Remi Collet - 3.0.2-1 - update to 3.0.2 -- cgit