summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-08-16 08:48:04 +0200
committerRemi Collet <remi@remirepo.net>2017-08-16 08:48:04 +0200
commitb70554727341e560c12a3534c069dd59ecaf8886 (patch)
treeb58d8cc3ea75b239a6db600ed90749cfeab0e0b3
parente41508b53b249f5ae60efddf79899d495aa19f8f (diff)
v0.8.6
-rw-r--r--phan.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/phan.spec b/phan.spec
index fa625c2..fdae027 100644
--- a/phan.spec
+++ b/phan.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 52307bfc60c1fd682536e2145bd3e52bbb142a23
+%global gh_commit e6ee68b7bf97a22acec2cb5a8d441153ab54b3bd
%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.5
+Version: 0.8.6
Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
Summary: A static analyzer for PHP
@@ -154,6 +154,9 @@ EOF
%changelog
+* Wed Aug 16 2017 Remi Collet <remi@remirepo.net> - 0.8.6-1
+- Update to 0.8.6
+
* Wed Jul 12 2017 Remi Collet <remi@remirepo.net> - 0.8.5-1
- Update to 0.8.5
- installation layout match upstream tree