Fridrich Strba 2024-02-20 14:37:16 +00:00 committed by Git OBS Bridge
parent 99bc6afce6
commit 9234130490
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 14:37:08 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Use %patch -P N instead of deprecated %patchN.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Mar 19 07:24:19 UTC 2022 - Fridrich Strba <fstrba@suse.com> Sat Mar 19 07:24:19 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package httpcomponents-core # spec file for package httpcomponents-core
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -65,7 +65,7 @@ Group: Development/Libraries/Java
%prep %prep
%setup -q -a1 %setup -q -a1
%patch0 -p1 %patch -P 0 -p1
# Random test failures on ARM -- 100 ms sleep is not eneough on this # Random test failures on ARM -- 100 ms sleep is not eneough on this
# very performant arch, lets make it 2 s # very performant arch, lets make it 2 s