Hello community, here is the log from the commit of package javapackages-tools for openSUSE:Factory checked in at 2019-04-08 11:24:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/javapackages-tools (Old) and /work/SRC/openSUSE:Factory/.javapackages-tools.new.3908 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "javapackages-tools" Mon Apr 8 11:24:21 2019 rev:21 rq:691970 version:5.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/javapackages-tools/javapackages-tools.changes 2019-04-05 11:55:42.966295213 +0200 +++ /work/SRC/openSUSE:Factory/.javapackages-tools.new.3908/javapackages-tools.changes 2019-04-08 11:24:22.268225243 +0200 @@ -1,0 +2,10 @@ +Sat Apr 6 07:15:46 UTC 2019 - Fridrich Strba <[email protected]> + +- Rename gradle-local and ivy-local to javapackages-gradle and + javapackages-ivy and let them depend only on javapackages-tools + and javapackages-local. These packages only install files + produced during the javapackages-tools build. The dependencies + will be pulled by gradle-local, ivy-local and maven-local + meta-packages built in a separate spec file. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ javapackages-tools.spec ++++++ --- /var/tmp/diff_new_pack.8fbhDw/_old 2019-04-08 11:24:23.524225645 +0200 +++ /var/tmp/diff_new_pack.8fbhDw/_new 2019-04-08 11:24:23.528225647 +0200 @@ -75,28 +75,26 @@ install their content. %if %{with python} -%package -n gradle-local -Summary: Local mode for Gradle +%package -n javapackages-gradle +Summary: Local mode for Gradle (files) Group: Development/Languages/Java Requires: javapackages-local = %{version} Requires: javapackages-tools = %{version} -%description -n gradle-local -This package implements local mode for Gradle, which allows artifact -resolution using XMvn resolver. +%description -n javapackages-gradle +This package contains files needed by local mode for Gradle, which +allows artifact resolution using XMvn resolver. -%package -n ivy-local -Summary: Local mode for Apache Ivy + +%package -n javapackages-ivy +Summary: Local mode for Apache Ivy (files) Group: Development/Languages/Java -Requires: ant -Requires: apache-ivy >= 2.3.0 Requires: javapackages-local = %{version} Requires: javapackages-tools = %{version} -Requires: xmvn-connector-ivy -%description -n ivy-local -This package implements local mode fow Apache Ivy, which allows -artifact resolution using XMvn resolver. +%description -n javapackages-ivy +This package contains files needed by local mode fow Apache Ivy, which +allows artifact resolution using XMvn resolver. %package -n python3-javapackages Summary: Module for handling various files for Java packaging @@ -202,10 +200,10 @@ %files -n javapackages-local -f files-local %dir %{_datadir}/java-utils -%files -n gradle-local -f files-gradle +%files -n javapackages-gradle -f files-gradle %dir %{_datadir}/gradle-local -%files -n ivy-local -f files-ivy +%files -n javapackages-ivy -f files-ivy %dir %{_sysconfdir}/ant.d %files -n python3-javapackages
