summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpunit8.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit8.spec b/phpunit8.spec
index 2816886..402aac5 100644
--- a/phpunit8.spec
+++ b/phpunit8.spec
@@ -11,7 +11,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 24b6cfcec34c1167ee1d90b7cb22bee324af319f
+%global gh_commit f67ca36860ebca7224d4573f107f79bd8ed0ba03
#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 8
%global ver_minor 2
-%global ver_patch 2
+%global ver_patch 3
%global specrel 1
Name: %{pk_project}%{ver_major}
@@ -279,6 +279,9 @@ exit $ret
%changelog
+* Wed Jun 19 2019 Remi Collet <remi@remirepo.net> - 8.2.3-1
+- update to 8.2.3
+
* Sun Jun 16 2019 Remi Collet <remi@remirepo.net> - 8.2.2-1
- update to 8.2.2 (no change)
- raise dependency on phpspec/prophecy 1.8.1