From eb320088811c78de2be4a094d958770ada14376f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Oct 2018 09:51:36 +0200 Subject: v1.1.0 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phan.spec b/phan.spec index 65ee51a..dd9d20c 100644 --- a/phan.spec +++ b/phan.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit a0727954afb3cd87dd97d2026434b4b248218f42 +%global gh_commit aba95779b350f8b19a86d498c141bec2e105a556 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phan #global gh_date 20150820 @@ -19,7 +19,7 @@ %global with_tests 0%{!?_without_tests:1} Name: %{gh_project} -Version: 1.0.7 +Version: 1.1.0 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -216,6 +216,9 @@ EOF %changelog +* Tue Oct 9 2018 Remi Collet - 1.1.0-1 +- update to 1.1.0 + * Wed Oct 3 2018 Remi Collet - 1.0.7-1 - update to 1.0.7 - raise dependency on microsoft/tolerant-php-parser 0.0.15 -- cgit