summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpunit9.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit9.spec b/phpunit9.spec
index 52b0388..6a18071 100644
--- a/phpunit9.spec
+++ b/phpunit9.spec
@@ -11,7 +11,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit d99d4e69c98c18d5c5f033c68c623880536f37be
+%global gh_commit a74780472172957a65cb5999a597e8c0878cf39c
#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 2
+%global ver_patch 3
%global specrel 1
Name: %{pk_project}%{ver_major}
@@ -296,6 +296,9 @@ exit $ret
%changelog
+* Thu Apr 23 2020 Remi Collet <remi@remirepo.net> - 9.1.3-1
+- update to 9.1.3
+
* Mon Apr 20 2020 Remi Collet <remi@remirepo.net> - 9.1.2-1
- update to 9.1.2
- raise dependency on phpunit/php-timer 3.1.4