summaryrefslogtreecommitdiffstats
path: root/phan.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-10-09 09:51:36 +0200
committerRemi Collet <remi@remirepo.net>2018-10-09 09:51:36 +0200
commiteb320088811c78de2be4a094d958770ada14376f (patch)
tree5b8fd86f60861c29a418a1f66ee4aad0f37b4fff /phan.spec
parent012876d1da024cab765e9f45378fb719328970e6 (diff)
v1.1.0
Diffstat (limited to 'phan.spec')
-rw-r--r--phan.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/phan.spec b/phan.spec
index 65ee51a..dd9d20c 100644
--- a/phan.spec
+++ b/phan.spec
@@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit a0727954afb3cd87dd97d2026434b4b248218f42
+%global gh_commit aba95779b350f8b19a86d498c141bec2e105a556
%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: 1.0.7
+Version: 1.1.0
Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
Summary: A static analyzer for PHP
@@ -216,6 +216,9 @@ EOF
%changelog
+* Tue Oct 9 2018 Remi Collet <remi@remirepo.net> - 1.1.0-1
+- update to 1.1.0
+
* Wed Oct 3 2018 Remi Collet <remi@remirepo.net> - 1.0.7-1
- update to 1.0.7
- raise dependency on microsoft/tolerant-php-parser 0.0.15