From 370abb32b98917447acd3a2581a3471f91694797 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Apr 2020 08:49:00 +0200 Subject: v9.1.3 --- phpunit9.spec | 7 +++++-- 1 file 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 - 9.1.3-1 +- update to 9.1.3 + * Mon Apr 20 2020 Remi Collet - 9.1.2-1 - update to 9.1.2 - raise dependency on phpunit/php-timer 3.1.4 -- cgit