From a80d637dcf968813d6ec6c89708cf40aa7fc23c7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Aug 2022 08:12:27 +0200 Subject: update to 5.4.0 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phan.spec b/phan.spec index fa7309d..d97417d 100644 --- a/phan.spec +++ b/phan.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit b7697eb811e912c038f709f8e1c4911c7ada3edc +%global gh_commit d37335833cee86e06c0e16789cc86a86bd272ab8 %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 5.3.2 +%global upstream_version 5.4.0 #global upstream_prever a4 Name: %{gh_project} @@ -255,6 +255,9 @@ EOF %changelog +* Tue Aug 9 2022 Remi Collet - 5.4.0-1 +- update to 5.4.0 + * Wed Feb 2 2022 Remi Collet - 5.3.2-1 - update to 5.3.2 - drop support for Symfony 3 -- cgit