Hello community,
here is the log from the commit of package httpcomponents-client for
openSUSE:Factory checked in at 2019-10-07 13:46:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/httpcomponents-client (Old)
and /work/SRC/openSUSE:Factory/.httpcomponents-client.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "httpcomponents-client"
Mon Oct 7 13:46:18 2019 rev:2 rq:735436 version:4.5.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/httpcomponents-client/httpcomponents-client.changes
2019-03-22 15:02:47.493728072 +0100
+++
/work/SRC/openSUSE:Factory/.httpcomponents-client.new.2352/httpcomponents-client.changes
2019-10-07 14:13:58.962911774 +0200
@@ -1,0 +2,6 @@
+Sat Oct 5 12:42:31 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-client.spec ++++++
--- /var/tmp/diff_new_pack.iTBHvm/_old 2019-10-07 14:13:59.702909743 +0200
+++ /var/tmp/diff_new_pack.iTBHvm/_new 2019-10-07 14:13:59.706909732 +0200
@@ -35,10 +35,10 @@
BuildRequires: httpcomponents-core
BuildRequires: javapackages-local
BuildRequires: publicsuffix
+Requires: publicsuffix
Requires: mvn(commons-codec:commons-codec)
Requires: mvn(commons-logging:commons-logging)
Requires: mvn(org.apache.httpcomponents:httpcore)
-Requires: publicsuffix
BuildArch: noarch
%if %{with tests}
BuildRequires: ant-junit
@@ -171,6 +171,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
%build