From e7ac5a6fb7d444015c1b97408a802dfefd863c5a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Aug 2021 07:54:18 +0200 Subject: update to 5.0.0 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phan.spec b/phan.spec index 3f2f5d8..752bb62 100644 --- a/phan.spec +++ b/phan.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 1eb3c31ef21d2d4dcc3ea6079dc1a251ceb81a9d +%global gh_commit f36b6b9a2f4143a25f35ce94d712ceb0527e9d90 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phan #global gh_date 20150820 @@ -18,7 +18,7 @@ %global psr0 Phan %bcond_without tests %global upstream_version 5.0.0 -%global upstream_prever a4 +#global upstream_prever a4 Name: %{gh_project} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} @@ -253,6 +253,9 @@ EOF %changelog +* Mon Aug 2 2021 Remi Collet - 5.0.0-1 +- update to 5.0.0 + * Mon Jul 26 2021 Remi Collet - 5.0.0~a4-1 - update to 5.0.0a4 -- cgit