Hello community,
here is the log from the commit of package httpcomponents-core for
openSUSE:Factory checked in at 2019-10-07 13:46:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/httpcomponents-core (Old)
and /work/SRC/openSUSE:Factory/.httpcomponents-core.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "httpcomponents-core"
Mon Oct 7 13:46:15 2019 rev:2 rq:735435 version:4.4.10
Changes:
--------
--- /work/SRC/openSUSE:Factory/httpcomponents-core/httpcomponents-core.changes
2019-03-22 15:02:54.613723163 +0100
+++
/work/SRC/openSUSE:Factory/.httpcomponents-core.new.2352/httpcomponents-core.changes
2019-10-07 14:13:57.414916023 +0200
@@ -1,0 +2,6 @@
+Sat Oct 5 12:43:58 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Avoid version-less dependencies in pom files, since
+ xmvn-connector-gradle does not handle them well
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ httpcomponents-core.spec ++++++
--- /var/tmp/diff_new_pack.f9Ezz1/_old 2019-10-07 14:13:58.822912158 +0200
+++ /var/tmp/diff_new_pack.f9Ezz1/_new 2019-10-07 14:13:58.822912158 +0200
@@ -59,6 +59,7 @@
%package javadoc
Summary: API documentation for %{name}
+Group: Development/Libraries/Java
%description javadoc
%{summary}.
@@ -108,6 +109,8 @@
<groupId>org.apache.httpcomponents</groupId>
<version>%{version}</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