summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-03-01 07:42:35 +0100
committerRemi Collet <remi@remirepo.net>2018-03-01 07:42:35 +0100
commit173fc2c166d3c4b1f67a43415be4ac37b09ce465 (patch)
tree97b1449a7875c398f27bd80cb61a7942dbf654d3
parent7cd8272fbb9aa75690fbfb5a0c5002b775f0f77e (diff)
v0.12.1
-rw-r--r--phan.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/phan.spec b/phan.spec
index ae5473f..67c5229 100644
--- a/phan.spec
+++ b/phan.spec
@@ -6,7 +6,11 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit a19241bf2ff9c94fad665afade533ca815b251dd
+
+# For compatibility with SCL
+%undefine __brp_mangle_shebangs
+
+%global gh_commit ce40ab32b95ecf6f9990c6e8254c41939adc168f
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phan
#global gh_date 20150820
@@ -15,7 +19,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: %{gh_project}
-Version: 0.12.0
+Version: 0.12.1
Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
Summary: A static analyzer for PHP
@@ -193,6 +197,9 @@ EOF
%changelog
+* Thu Mar 1 2018 Remi Collet <remi@remirepo.net> - 0.12.1-1
+- Update to 0.12.1
+
* Mon Feb 26 2018 Remi Collet <remi@remirepo.net> - 0.12.0-1
- Update to 0.12.0
- drop dependency on nikic/PHP-Parser