summaryrefslogtreecommitdiffstats
path: root/phan.spec
diff options
context:
space:
mode:
Diffstat (limited to 'phan.spec')
-rw-r--r--phan.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/phan.spec b/phan.spec
index ad35b79..eb2686d 100644
--- a/phan.spec
+++ b/phan.spec
@@ -10,14 +10,14 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 5caa68cc8024e537120d1fe9b835bc8525c660fa
+%global gh_commit b04358cfb5a9ead1c587c08fdbe84283f8c46c01
%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
%bcond_without tests
-%global upstream_version 3.0.5
+%global upstream_version 3.1.0
#global upstream_prever RC2
Name: %{gh_project}
@@ -75,7 +75,6 @@ BuildRequires: php-spl
BuildRequires: php-sysvmsg
BuildRequires: php-sysvsem
# For tests, from composer.json "require-dev": {
-# "brianium/paratest": "^4.0.0",
# "phpunit/phpunit": "^8.5.0"
BuildRequires: phpunit8 >= 8.5
BuildRequires: php-date
@@ -250,6 +249,9 @@ EOF
%changelog
+* Fri Jul 17 2020 Remi Collet <remi@remirepo.net> - 3.1.0-1
+- update to 3.1.0
+
* Mon Jul 6 2020 Remi Collet <remi@remirepo.net> - 3.0.5-1
- update to 3.0.5
- open https://github.com/phan/phan/issues/4004