From 4d80f827c405e731e5ed4bcc8cdcc9cbf5bc4483 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Feb 2020 07:46:50 +0100 Subject: v2.4.9 --- phan.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phan.spec') diff --git a/phan.spec b/phan.spec index 92416f4..b7bdc35 100644 --- a/phan.spec +++ b/phan.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit dc94f53f651bfb32766902e5d4198780245d8382 +%global gh_commit 3b1e93023599b56568147761d94260443800a19f %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 2.4.8 +%global upstream_version 2.4.9 #global upstream_prever RC2 Name: %{gh_project} @@ -75,7 +75,7 @@ BuildRequires: php-spl BuildRequires: php-sysvmsg BuildRequires: php-sysvsem # For tests, from composer.json "require-dev": { -# "brianium/paratest": "^3.1.2", +# "brianium/paratest": "^4.0.0", # "phpunit/phpunit": "^7.5.0" BuildRequires: phpunit7 >= 7.5 BuildRequires: php-date @@ -243,6 +243,9 @@ EOF %changelog +* Fri Feb 14 2020 Remi Collet - 2.4.9-1 +- update to 2.4.9 + * Mon Jan 27 2020 Remi Collet - 2.4.8-1 - update to 2.4.8 -- cgit