diff options
Diffstat (limited to 'phan.spec')
-rw-r--r-- | phan.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 9670327691736be2581394fd34a89df0ff008d17 +%global gh_commit fb9bc8bde94f79606bb0f10a88e2bec58b84e83c %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 2.4.0 +%global upstream_version 2.4.1 #global upstream_prever RC2 Name: %{gh_project} @@ -234,6 +234,9 @@ EOF %changelog +* Mon Nov 4 2019 Remi Collet <remi@remirepo.net> - 2.4.1-1 +- update to 2.4.1 + * Mon Oct 28 2019 Remi Collet <remi@remirepo.net> - 2.4.0-1 - update to 2.4.0 |