From 8a640eb7e0b4dc4333604b3b22df40c4b7aa6237 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Oct 2024 17:10:53 +0100 Subject: fix patch --- phpunit10.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpunit10.spec') diff --git a/phpunit10.spec b/phpunit10.spec index 252cc98..63bfdae 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -39,7 +39,7 @@ Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause @@ -173,7 +173,7 @@ Documentation: https://phpunit.readthedocs.io/ %setup -q -n %{gh_project}-%{gh_commit} %patch -P0 -p0 -b .rpm -#find . -name \*.rpm -delete -print +find . -name \*.rpm -delete -print %build @@ -274,7 +274,7 @@ exit $ret %changelog -* Mon Oct 28 2024 Remi Collet - 10.5.38-1 +* Mon Oct 28 2024 Remi Collet - 10.5.38-2 - update to 10.5.38 * Mon Oct 21 2024 Remi Collet - 10.5.37-1 -- cgit