From 59b32a487551fde71d92fe76339f9b7cfb1cb8d0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Jun 2020 07:51:38 +0200 Subject: v3.0.2 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phan.spec b/phan.spec index f810471..0e7affc 100644 --- a/phan.spec +++ b/phan.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 6832c5c39593ed9856e9b025b06f646ea01a0d86 +%global gh_commit f10ce6ccc6cc12bc930937d505f3719c4ab71ab4 %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.1 +%global upstream_version 3.0.2 #global upstream_prever RC2 Name: %{gh_project} @@ -249,6 +249,9 @@ EOF %changelog +* Mon Jun 8 2020 Remi Collet - 3.0.2-1 +- update to 3.0.2 + * Fri Jun 5 2020 Remi Collet - 3.0.1-1 - update to 3.0.1 - allow composer/semver version 3 -- cgit