diff --git a/httpcomponents-core.spec b/httpcomponents-core.spec index 61e6f2b..3a0af27 100644 --- a/httpcomponents-core.spec +++ b/httpcomponents-core.spec @@ -3,7 +3,7 @@ Name: httpcomponents-core Summary: Set of low level Java HTTP transport components for HTTP services Version: 4.4.13 -Release: 8%{?dist} +Release: 9%{?dist} License: ASL 2.0 URL: http://hc.apache.org/ Source0: https://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-%{version}-src.tar.gz @@ -40,7 +40,7 @@ HTTP connections in a resource efficient manner. %prep %setup -q -%patch 0 -p1 +%patch -P 0 -p1 # Random test failures on ARM -- 100 ms sleep is not eneough on this # very performant arch, lets make it 2 s @@ -95,6 +95,9 @@ done %doc README.txt RELEASE_NOTES.txt %changelog +* Thu Nov 21 2024 Marián Konček - 4.4.13-9 +- Fix patch usage + * Wed Nov 20 2024 Marián Konček - 4.4.13-8 - Rebuild with regenerated Requires on Java