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    6f7acd037847d390175e73d71b14f38da037965f +%global gh_commit    2e5f16a17aa909c91397c6fbba0309b4fef0df53  %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 4.0.1 +%global upstream_version 4.0.2  #global upstream_prever  RC2  Name:           %{gh_project} @@ -251,6 +251,9 @@ EOF  %changelog +* Mon Jan 11 2021 Remi Collet <remi@remirepo.net> - 4.0.2-1 +- update to 4.0.2 +  * Tue Jan  5 2021 Remi Collet <remi@remirepo.net> - 4.0.1-1  - update to 4.0.1  - raise dependency on ast 1.0.10  | 
