diff options
| author | Remi Collet <remi@remirepo.net> | 2020-06-22 07:27:09 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-06-22 07:27:09 +0200 | 
| commit | eb018a2820a4528e4f1d72b57ad54a0641c8f866 (patch) | |
| tree | a964f4518f48c9bf6128ffc9d4e95795e07662ef | |
| parent | 59b32a487551fde71d92fe76339f9b7cfb1cb8d0 (diff) | |
update to 3.0.3
| -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    f10ce6ccc6cc12bc930937d505f3719c4ab71ab4 +%global gh_commit    b15141e68e1eb954aba9e30d3875ad91af6ac951  %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 3.0.2 +%global upstream_version 3.0.3  #global upstream_prever  RC2  Name:           %{gh_project} @@ -249,6 +249,9 @@ EOF  %changelog +* Mon Jun 22 2020 Remi Collet <remi@remirepo.net> - 3.0.3-1 +- update to 3.0.3 +  * Mon Jun  8 2020 Remi Collet <remi@remirepo.net> - 3.0.2-1  - update to 3.0.2  | 
