diff options
| -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    a300b0331269bbdc77ba03f36176740579dbb457 +%global gh_commit    dc94f53f651bfb32766902e5d4198780245d8382  %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.7 +%global upstream_version 2.4.8  #global upstream_prever  RC2  Name:           %{gh_project} @@ -243,6 +243,9 @@ EOF  %changelog +* Mon Jan 27 2020 Remi Collet <remi@remirepo.net> - 2.4.8-1 +- update to 2.4.8 +  * Thu Jan 23 2020 Remi Collet <remi@remirepo.net> - 2.4.7-1  - update to 2.4.7  | 
