diff options
| -rw-r--r-- | phan.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
@@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    07dc115b02cd27b8b67a7b92b2fadd0e93bb0f4b +%global gh_commit    e7c794ba55d63c87db7c222463e8d4d6b9a2fd15  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     phan  #global gh_date      20150820 @@ -15,7 +15,7 @@  %global with_tests   0%{!?_without_tests:1}  Name:           %{gh_project} -Version:        0.11.1 +Version:        0.11.2  Release:        1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}.7.2  Summary:        A static analyzer for PHP @@ -71,7 +71,7 @@ BuildRequires:  php-soap  BuildRequires:  php-composer(fedora/autoloader)  # From composer.json, "require": { -#        "php": "~7.1.0 || ~7.2.0", +#        "php": "~7.2.0",  #        "ext-ast": "^0.1.5",  #        "felixfbecker/advanced-json-rpc": "^3.0",  #        "nikic/PHP-Parser": "~3.1.1", @@ -196,6 +196,9 @@ EOF  %changelog +* Mon Feb 12 2018 Remi Collet <remi@remirepo.net> - 0.11.2-1 +- Update to 0.11.2 +  * Mon Jan 22 2018 Remi Collet <remi@remirepo.net> - 0.11.1-1  - Update to 0.11.1  - raise dependency on felixfbecker/advanced-json-rpc 3.0  | 
