summaryrefslogtreecommitdiffstats
path: root/phpunit9.spec
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit9.spec')
-rw-r--r--phpunit9.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit9.spec b/phpunit9.spec
index 712ddb2..a47cee4 100644
--- a/phpunit9.spec
+++ b/phpunit9.spec
@@ -11,7 +11,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit ef2af937ce574f215afb6dca37d583cb2964bad9
+%global gh_commit 848f6521c906500e66229668768576d35de0227e
#global gh_date 20150927
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_vendor sebastianbergmann
@@ -24,7 +24,7 @@
%global php_home %{_datadir}/php
%global ver_major 9
%global ver_minor 1
-%global ver_patch 0
+%global ver_patch 1
%global specrel 1
Name: %{pk_project}%{ver_major}
@@ -296,6 +296,9 @@ exit $ret
%changelog
+* Sat Apr 4 2020 Remi Collet <remi@remirepo.net> - 9.1.1-1
+- update to 9.1.1
+
* Fri Apr 3 2020 Remi Collet <remi@remirepo.net> - 9.1.0-1
- update to 9.1.0
- add dependency on sebastian/code-unit