summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phan.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/phan.spec b/phan.spec
index 8f9f84a..15d9d5e 100644
--- a/phan.spec
+++ b/phan.spec
@@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 2271dfffa67141e5af9b951fb3cff906856a8224
+%global gh_commit 59f3788233d8a89b440f1e82d9b1378afaf8471b
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phan
#global gh_date 20150820
@@ -19,7 +19,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: %{gh_project}
-Version: 0.12.13
+Version: 0.12.15
Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
Summary: A static analyzer for PHP
@@ -205,6 +205,12 @@ EOF
%changelog
+* Mon Jul 23 2018 Remi Collet <remi@remirepo.net> - 0.12.15-1
+- update to 0.12.15
+
+* Mon Jul 9 2018 Remi Collet <remi@remirepo.net> - 0.12.14-1
+- update to 0.12.14
+
* Tue Jun 19 2018 Remi Collet <remi@remirepo.net> - 0.12.13-1
- update to 0.12.13
- raise dependency on microsoft/tolerant-php-parser 0.0.11