diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-09 11:40:51 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-09 11:40:51 +0100 |
commit | fa128ec0515cb97bd00c8e40b4d9eab1a210954d (patch) | |
tree | ca0db7481faeaef5e14bfae58d137e3f9569c606 /phan.spec | |
parent | 1509c5312d820ff8ba9d87ea5a0825969d8b3cd5 (diff) |
phan: 0.7
Diffstat (limited to 'phan.spec')
-rw-r--r-- | phan.spec | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit ea92e93008491b780fbaf3e97487845e3f60c78f +%global gh_commit f34fd878924c8b46f96ce60560b2c1fe37e3150f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner etsy #global gh_date 20150820 @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: %{gh_project} -Version: 0.6 +Version: 0.7 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -42,10 +42,10 @@ BuildRequires: php-spl BuildRequires: php-sysvmsg BuildRequires: php-sysvsem # For tests, from composer.json "require-dev": { -# "phpunit/phpunit": "~5", +# "phpunit/phpunit": "5.4.8", # "phpdocumentor/phpdocumentor": "dev-master", # "squizlabs/php_codesniffer": "^2.5" -BuildRequires: php-composer(phpunit/phpunit) >= 5 +BuildRequires: php-composer(phpunit/phpunit) >= 5.4.8 %endif # For autoloader BuildRequires: php-composer(fedora/autoloader) @@ -149,6 +149,9 @@ rm -rf %{buildroot} %changelog +* Fri Dec 9 2016 Remi Collet <remi@fedoraproject.org> - 0.7-1 +- update to 0.7 + * Thu Nov 24 2016 Remi Collet <remi@fedoraproject.org> - 0.6-1 - initial package |