summaryrefslogtreecommitdiffstats
path: root/phan.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-09-22 08:45:17 +0200
committerRemi Collet <remi@remirepo.net>2018-09-22 08:45:17 +0200
commit0c9b929bb79d55327489e2831682b779a41c13bd (patch)
tree172e81c7fba3bdf697fc9e4b1e8266a848724f12 /phan.spec
parent2d1ffe9ccd48beca030d5ed50c9ca2940eeefe5b (diff)
update to 1.0.5
open https://github.com/phan/phan/issues/1986 keep the tests keep ast mandatory despite it is now optional
Diffstat (limited to 'phan.spec')
-rw-r--r--phan.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/phan.spec b/phan.spec
index 9a62142..89d7ab7 100644
--- a/phan.spec
+++ b/phan.spec
@@ -10,7 +10,9 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit d1573162443915fca6e7cd4add15af77ab168525
+# Warning, see https://github.com/phan/phan/issues/1986
+# need to use the last commit "before" the tag
+%global gh_commit c37a0532f8c6d1a525a1d1c4f478115d81dc6883
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phan
#global gh_date 20150820
@@ -19,7 +21,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: %{gh_project}
-Version: 1.0.4
+Version: 1.0.5
Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
Summary: A static analyzer for PHP
@@ -214,6 +216,11 @@ EOF
%changelog
+* Sat Sep 22 2018 Remi Collet <remi@remirepo.net> - 1.0.5-1
+- update to 1.0.5
+- open https://github.com/phan/phan/issues/1986 keep the tests
+- keep ast mandatory despite it is now optional
+
* Mon Sep 10 2018 Remi Collet <remi@remirepo.net> - 1.0.4-1
- update to 1.0.4
- add the upstream plugins