From e41508b53b249f5ae60efddf79899d495aa19f8f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Jul 2017 09:07:56 +0200 Subject: v0.8.5 --- phan.spec | 42 ++++++++++++++++++++++++++++-------------- 1 file changed, 28 insertions(+), 14 deletions(-) (limited to 'phan.spec') diff --git a/phan.spec b/phan.spec index 67dea5c..fa625c2 100644 --- a/phan.spec +++ b/phan.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 9dbe813f09122c7799e1c197c5a70d3c279867a2 +%global gh_commit 52307bfc60c1fd682536e2145bd3e52bbb142a23 %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.8.4 +Version: 0.8.5 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -25,7 +25,6 @@ URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{?gh_short}.tar.gz # Use fedora autoloader -Source1: %{name}-autoload.php Patch0: %{name}-autoload.patch BuildArch: noarch @@ -94,9 +93,23 @@ and narrow types based on conditionals. %setup -q -n %{gh_project}-%{gh_commit} %patch0 -p1 -b .rpm -cp %{SOURCE1} src/%{psr0}/autoload.php + +cat << 'EOF' | tee src/autoload.php + - 0.8.5-1 +- Update to 0.8.5 +- installation layout match upstream tree +- remove phan-prep command (only an example) +- add phan-client command + * Wed Jun 14 2017 Remi Collet - 0.8.4-1 - Update to 0.8.4 - allow Symfony 3 -- cgit