From c667a4b26893f31353edb52e34e7c8eed30967c9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Feb 2021 14:12:25 +0100 Subject: update to 4.0.3 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phan.spec b/phan.spec index 3961acd..89ffa8a 100644 --- a/phan.spec +++ b/phan.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 2e5f16a17aa909c91397c6fbba0309b4fef0df53 +%global gh_commit 95171b8a89ff2433e7ebc27d8a133743f7d78d3b %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 4.0.2 +%global upstream_version 4.0.3 #global upstream_prever RC2 Name: %{gh_project} @@ -251,6 +251,9 @@ EOF %changelog +* Wed Feb 3 2021 Remi Collet - 4.0.3-1 +- update to 4.0.3 + * Mon Jan 11 2021 Remi Collet - 4.0.2-1 - update to 4.0.2 -- cgit