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    ba01d4a56fcb2019d79dc7ce63dc0151d1cc41f7 +%global gh_commit    5caa68cc8024e537120d1fe9b835bc8525c660fa  %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 3.0.4 +%global upstream_version 3.0.5  #global upstream_prever  RC2  Name:           %{gh_project} @@ -249,6 +249,9 @@ EOF  %changelog +* Mon Jul  6 2020 Remi Collet <remi@remirepo.net> - 3.0.5-1 +- update to 3.0.5 +  * Thu Jul  2 2020 Remi Collet <remi@remirepo.net> - 3.0.4-1  - update to 3.0.4  | 
