From b26389d9989de4c481e7f8494928db193c295438 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Jul 2017 09:19:06 +0200 Subject: v0.9.3 --- phan.spec | 45 +++++++++++++++++++++++++++++++-------------- 1 file changed, 31 insertions(+), 14 deletions(-) (limited to 'phan.spec') diff --git a/phan.spec b/phan.spec index 2f4da2b..2b1c7b1 100644 --- a/phan.spec +++ b/phan.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 6757938c1f18e245fec5ebdf629fe8b0f3d1e41d +%global gh_commit e16ea3a01fdb4b38cd12d411200a1926ed56dd2a %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.9.2 +Version: 0.9.3 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 @@ -92,8 +91,24 @@ and narrow types based on conditionals. %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 -cp %{SOURCE1} src/%{psr0}/autoload.php +%patch0 -p1 -b .rpm + +cat << 'EOF' | tee src/autoload.php + - 0.9.3-1 +- Update to 0.9.3 +- installation layout match upstream tree +- remove phan-prep command (only an example) +- add phan-client command + * Wed Jun 14 2017 Remi Collet - 0.9.2-1 - Update to 0.9.2 - allow Symfony 3 -- cgit