summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-02-12 07:27:41 +0100
committerRemi Collet <remi@remirepo.net>2018-02-12 07:27:41 +0100
commit72832bd43c40282c405888bfe053a63fcb7fb535 (patch)
tree81418616205f64409254c55b25bb1e6e76c5e318
parent9e754f55de262350135ff951d4f878261ac8bc97 (diff)
v0.8.12
-rw-r--r--phan.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/phan.spec b/phan.spec
index 0afe236..6e885e7 100644
--- a/phan.spec
+++ b/phan.spec
@@ -1,12 +1,12 @@
# remirepo/fedora spec file for phan
#
-# Copyright (c) 2016-2017 Remi Collet
+# Copyright (c) 2016-2018 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global gh_commit 576643422b4b36434091c190f82c929befc25f71
+%global gh_commit 9d8050d9a0d5ffbf1e68c34b4dd9cede67f5b355
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phan
#global gh_date 20150820
@@ -15,7 +15,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: %{gh_project}
-Version: 0.8.11
+Version: 0.8.12
Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}.7.0
Summary: A static analyzer for PHP
@@ -179,6 +179,9 @@ EOF
%changelog
+* Mon Feb 12 2018 Remi Collet <remi@remirepo.net> - 0.8.12-1
+- Update to 0.8.12
+
* Mon Jan 22 2018 Remi Collet <remi@remirepo.net> - 0.8.11-1
- Update to 0.8.11
- raise dependency on felixfbecker/advanced-json-rpc 3.0