From 46fe4800e12e8faf4b9e662faa191fbb1de7b098 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 May 2023 11:16:03 +0200 Subject: update to 10.1.3 --- phpunit10.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/phpunit10.spec b/phpunit10.spec index e96234c..6768507 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 6f0cd95be71add539f8fd2be25b2a4a29789000b +%global gh_commit 2379ebafc1737e71cdc84f402acb6b7f04198b9d #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 10 %global ver_minor 1 -%global upstream_version 10.1.2 +%global upstream_version 10.1.3 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -202,7 +202,7 @@ Documentation: https://phpunit.readthedocs.io/ %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p0 -b .rpm +%patch -P0 -p0 -b .rpm find . -name \*.rpm -delete -print @@ -297,6 +297,9 @@ exit $ret %changelog +* Thu May 11 2023 Remi Collet - 10.1.3-1 +- update to 10.1.3 + * Sun Apr 23 2023 Remi Collet - 10.1.2-1 - update to 10.1.2 -- cgit