diff options
author | Remi Collet <remi@remirepo.net> | 2020-07-17 08:04:05 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-07-17 08:04:05 +0200 |
commit | 6eefc757502efca7223a0c057e3ba9bf96eb1506 (patch) | |
tree | acadf87228a05fc8a5820ef7c9d4ffc3f15e6b94 /phan.spec | |
parent | 08b99f0b43b5a912dbe2aa8ce50f7b67fd0dbd5f (diff) |
update to 3.1.0
Diffstat (limited to 'phan.spec')
-rw-r--r-- | phan.spec | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 5caa68cc8024e537120d1fe9b835bc8525c660fa +%global gh_commit b04358cfb5a9ead1c587c08fdbe84283f8c46c01 %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.5 +%global upstream_version 3.1.0 #global upstream_prever RC2 Name: %{gh_project} @@ -75,7 +75,6 @@ BuildRequires: php-spl BuildRequires: php-sysvmsg BuildRequires: php-sysvsem # For tests, from composer.json "require-dev": { -# "brianium/paratest": "^4.0.0", # "phpunit/phpunit": "^8.5.0" BuildRequires: phpunit8 >= 8.5 BuildRequires: php-date @@ -250,6 +249,9 @@ EOF %changelog +* Fri Jul 17 2020 Remi Collet <remi@remirepo.net> - 3.1.0-1 +- update to 3.1.0 + * Mon Jul 6 2020 Remi Collet <remi@remirepo.net> - 3.0.5-1 - update to 3.0.5 - open https://github.com/phan/phan/issues/4004 |