summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-05-11 08:22:19 +0200
committerRemi Collet <remi@remirepo.net>2020-05-11 08:22:19 +0200
commitd2c8c3c5f1dd9effd93e794edb724b146bbe70f2 (patch)
tree5d305a9e2480c792cdc54c7756ea7b0ef88082b2
parentbca2e88e9e99a31d6a313e297be40f8939068249 (diff)
update to 3.0.0
-rw-r--r--phan.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/phan.spec b/phan.spec
index 5bab044..6c942d3 100644
--- a/phan.spec
+++ b/phan.spec
@@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit c0e12bb592fe16ff09acfcebca149cde578db248
+%global gh_commit a2eb629c09952383ae78315d240ce3770670c1a5
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phan
#global gh_date 20150820
@@ -18,7 +18,7 @@
%global psr0 Phan
%global with_tests 0%{!?_without_tests:1}
%global upstream_version 3.0.0
-%global upstream_prever RC2
+#global upstream_prever RC2
Name: %{gh_project}
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
@@ -246,6 +246,9 @@ EOF
%changelog
+* Mon May 11 2020 Remi Collet <remi@remirepo.net> - 3.0.0-1
+- update to 3.0.0
+
* Mon May 4 2020 Remi Collet <remi@remirepo.net> - 3.0.0~RC2-1
- update to 3.0.0-RC2
- raise dependency on PHP 7.2