From 5966b5c92ffb69f47374544643d531f9d5ad1d27 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Jul 2020 11:30:15 +0200 Subject: update to 3.0.5 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phan.spec b/phan.spec index fca13bc..1d56dbe 100644 --- a/phan.spec +++ b/phan.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit ba01d4a56fcb2019d79dc7ce63dc0151d1cc41f7 +%global gh_commit 5caa68cc8024e537120d1fe9b835bc8525c660fa %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 %bcond_without tests -%global upstream_version 3.0.4 +%global upstream_version 3.0.5 #global upstream_prever RC2 Name: %{gh_project} @@ -249,6 +249,9 @@ EOF %changelog +* Mon Jul 6 2020 Remi Collet - 3.0.5-1 +- update to 3.0.5 + * Thu Jul 2 2020 Remi Collet - 3.0.4-1 - update to 3.0.4 -- cgit