From d481864322bbbd731480b5127d331c704e92440c73fa3e725946eda32a3477e1 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Sat, 5 Oct 2019 12:44:27 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/httpcomponents-core?expand=0&rev=4 --- httpcomponents-core.changes | 6 ++++++ httpcomponents-core.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/httpcomponents-core.changes b/httpcomponents-core.changes index c9c7ffb..a2e3651 100644 --- a/httpcomponents-core.changes +++ b/httpcomponents-core.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 5 12:43:58 UTC 2019 - Fridrich Strba + +- Avoid version-less dependencies in pom files, since + xmvn-connector-gradle does not handle them well + ------------------------------------------------------------------- Wed Mar 13 12:38:27 UTC 2019 - Fridrich Strba diff --git a/httpcomponents-core.spec b/httpcomponents-core.spec index db04c48..5404873 100644 --- a/httpcomponents-core.spec +++ b/httpcomponents-core.spec @@ -59,6 +59,7 @@ HTTP connections in a resource efficient manner. %package javadoc Summary: API documentation for %{name} +Group: Development/Libraries/Java %description javadoc %{summary}. @@ -108,6 +109,8 @@ for module in httpcore httpcore-nio; do org.apache.httpcomponents %{version}" $module %pom_remove_parent $module + # adds version "any" if none is specified + %pom_change_dep ::::: ::::: $module done # install JARs to httpcomponents/ for compatibility reasons