From 0d5e011e830d4a7c07e1aa06edd7aea633bf4241 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 17 Feb 2021 21:40:21 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/httpcomponents-client.git#574e9be7fd4de1dc0fa5deeb5c19b0dc2269ec8b --- httpcomponents-client.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/httpcomponents-client.spec b/httpcomponents-client.spec index 875789f..e4b6c89 100644 --- a/httpcomponents-client.spec +++ b/httpcomponents-client.spec @@ -4,7 +4,7 @@ Name: httpcomponents-client Summary: HTTP agent implementation based on httpcomponents HttpCore Version: 4.5.10 -Release: 5%{?dist} +Release: 6%{?dist} License: ASL 2.0 URL: http://hc.apache.org/ Source0: http://www.apache.org/dist/httpcomponents/httpclient/source/%{name}-%{version}-src.tar.gz @@ -155,10 +155,10 @@ rm -r httpclient-cache/src/*/java/org/apache/http/impl/client/cache/ehcache %pom_remove_dep :ehcache-core httpclient-cache %endif -%build %mvn_file ":{*}" httpcomponents/@1 -%mvn_build +%build +%mvn_build -- -Dmaven.compiler.release=8 %install %mvn_install @@ -173,6 +173,9 @@ rm -r httpclient-cache/src/*/java/org/apache/http/impl/client/cache/ehcache %doc LICENSE.txt NOTICE.txt %changelog +* Wed Feb 17 2021 Fabio Valentini - 4.5.10-6 +- Build with -release 8 for better OpenJDK 8 compatibility. + * Tue Jan 26 2021 Fedora Release Engineering - 4.5.10-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild