summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phan.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/phan.spec b/phan.spec
index f810471..0e7affc 100644
--- a/phan.spec
+++ b/phan.spec
@@ -10,14 +10,14 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 6832c5c39593ed9856e9b025b06f646ea01a0d86
+%global gh_commit f10ce6ccc6cc12bc930937d505f3719c4ab71ab4
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phan
#global gh_date 20150820
%global gh_project phan
%global psr0 Phan
%global with_tests 0%{!?_without_tests:1}
-%global upstream_version 3.0.1
+%global upstream_version 3.0.2
#global upstream_prever RC2
Name: %{gh_project}
@@ -249,6 +249,9 @@ EOF
%changelog
+* Mon Jun 8 2020 Remi Collet <remi@remirepo.net> - 3.0.2-1
+- update to 3.0.2
+
* Fri Jun 5 2020 Remi Collet <remi@remirepo.net> - 3.0.1-1
- update to 3.0.1
- allow composer/semver version 3