From 2e7ed70d1fd00dd2522b82212af5097f945c3f0f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Sep 2018 10:07:36 +0200 Subject: update to 1.0.6 sources from git snapshot --- phan.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'phan.spec') diff --git a/phan.spec b/phan.spec index 89d7ab7..e8c770f 100644 --- a/phan.spec +++ b/phan.spec @@ -10,9 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -# Warning, see https://github.com/phan/phan/issues/1986 -# need to use the last commit "before" the tag -%global gh_commit c37a0532f8c6d1a525a1d1c4f478115d81dc6883 +%global gh_commit 11eb4f3235ccc2ce5a5709bccdbdb674152e36ba %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phan #global gh_date 20150820 @@ -21,13 +19,14 @@ %global with_tests 0%{!?_without_tests:1} Name: %{gh_project} -Version: 1.0.5 +Version: 1.0.6 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP License: MIT 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 +Source0: %{name}-%{version}-%{?gh_short}.tgz +Source1: makesrc.sh # Use fedora autoloader Patch0: %{name}-autoload.patch @@ -216,6 +215,10 @@ EOF %changelog +* Wed Sep 26 2018 Remi Collet - 1.0.6-1 +- update to 1.0.6 +- sources from git snapshot + * Sat Sep 22 2018 Remi Collet - 1.0.5-1 - update to 1.0.5 - open https://github.com/phan/phan/issues/1986 keep the tests -- cgit