From 6eefc757502efca7223a0c057e3ba9bf96eb1506 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 Jul 2020 08:04:05 +0200 Subject: update to 3.1.0 --- phan.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'phan.spec') diff --git a/phan.spec b/phan.spec index ad35b79..eb2686d 100644 --- a/phan.spec +++ b/phan.spec @@ -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 - 3.1.0-1 +- update to 3.1.0 + * Mon Jul 6 2020 Remi Collet - 3.0.5-1 - update to 3.0.5 - open https://github.com/phan/phan/issues/4004 -- cgit