Hello community,

here is the log from the commit of package javapackages-meta for 
openSUSE:Factory checked in at 2020-07-20 20:58:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/javapackages-meta (Old)
 and      /work/SRC/openSUSE:Factory/.javapackages-meta.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "javapackages-meta"

Mon Jul 20 20:58:48 2020 rev:3 rq:821747 version:5.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/javapackages-meta/javapackages-meta.changes      
2019-11-19 13:44:45.544403050 +0100
+++ 
/work/SRC/openSUSE:Factory/.javapackages-meta.new.3592/javapackages-meta.changes
    2020-07-20 20:59:57.341006868 +0200
@@ -1,0 +2,6 @@
+Thu Jul 16 07:30:27 UTC 2020 - Fridrich Strba <[email protected]>
+
+- Fix requires not to have to redo the package on each
+  javapackages-tools update
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ javapackages-meta.spec ++++++
--- /var/tmp/diff_new_pack.SHIvTW/_old  2020-07-20 20:59:59.081008631 +0200
+++ /var/tmp/diff_new_pack.SHIvTW/_new  2020-07-20 20:59:59.085008635 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package javapackages-meta
 #
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,7 +36,7 @@
 Summary:        Local mode for Gradle
 Group:          Development/Languages/Java
 Requires:       gradle >= 2.2.1
-Requires:       javapackages-gradle = %{version}
+Requires:       javapackages-gradle >= %{version}
 Requires:       xmvn-connector-gradle
 Requires:       xmvn-install
 Requires:       xmvn-resolve
@@ -51,7 +51,7 @@
 Group:          Development/Languages/Java
 Requires:       ant
 Requires:       apache-ivy >= 2.3.0
-Requires:       javapackages-ivy = %{version}
+Requires:       javapackages-ivy >= %{version}
 Requires:       xmvn-connector-ivy
 Requires:       xmvn-install
 Requires:       xmvn-resolve
@@ -64,8 +64,11 @@
 %package -n maven-local
 Summary:        Local mode for Maven
 Group:          Development/Languages/Java
-Requires:       javapackages-local = %{version}
-Requires:       javapackages-tools = %{version}
+Requires:       javapackages-local >= %{version}
+Requires:       javapackages-tools >= %{version}
+# Tests based on JUnit are very common and JUnit itself is small.
+# Include JUnit and JUnit provider for Surefire just for convenience.
+Requires:       mvn(junit:junit)
 # Common Maven plugins required by almost every build. It wouldn't make
 # sense to explicitly require them in every package built with Maven.
 Requires:       mvn(org.apache.maven.plugins:maven-compiler-plugin)
@@ -73,17 +76,14 @@
 Requires:       mvn(org.apache.maven.plugins:maven-javadoc-plugin)
 Requires:       mvn(org.apache.maven.plugins:maven-resources-plugin)
 Requires:       mvn(org.apache.maven.plugins:maven-surefire-plugin)
-# Tests based on JUnit are very common and JUnit itself is small.
-# Include JUnit and JUnit provider for Surefire just for convenience.
-Requires:       mvn(junit:junit)
 Requires:       mvn(org.apache.maven.surefire:surefire-junit4)
+Requires:       mvn(org.apache.maven.surefire:surefire-testng)
 # testng is quite common as well
 Requires:       xmvn-connector-aether
 Requires:       xmvn-install
 Requires:       xmvn-minimal
 Requires:       xmvn-mojo
 Requires:       xmvn-resolve
-Requires:       mvn(org.apache.maven.surefire:surefire-testng)
 
 %description -n maven-local
 This meta-package pulls in macros, scripts and dependencies


Reply via email to