commit javapackages-meta for openSUSE:Factory

2020-07-20 Thread root
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 
+
+- 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




commit javapackages-meta for openSUSE:Factory

2019-11-19 Thread root
Hello community,

here is the log from the commit of package javapackages-meta for 
openSUSE:Factory checked in at 2019-11-19 13:44:23

Comparing /work/SRC/openSUSE:Factory/javapackages-meta (Old)
 and  /work/SRC/openSUSE:Factory/.javapackages-meta.new.26869 (New)


Package is "javapackages-meta"

Tue Nov 19 13:44:23 2019 rev:2 rq:749215 version:5.3.0

Changes:

--- /work/SRC/openSUSE:Factory/javapackages-meta/javapackages-meta.changes  
2019-04-14 12:22:57.167799316 +0200
+++ 
/work/SRC/openSUSE:Factory/.javapackages-meta.new.26869/javapackages-meta.changes
   2019-11-19 13:44:45.544403050 +0100
@@ -1,0 +2,5 @@
+Sun Nov 17 15:38:20 UTC 2019 - Fridrich Strba 
+
+- Enable gradle-local subpackage
+
+---



Other differences:
--
++ javapackages-meta.spec ++
--- /var/tmp/diff_new_pack.qf2Db5/_old  2019-11-19 13:44:46.004402822 +0100
+++ /var/tmp/diff_new_pack.qf2Db5/_new  2019-11-19 13:44:46.008402820 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package javapackages-meta
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,7 +32,6 @@
 Gradle, Ivy and Maven. These local modes allow artifact resolution
 using XMvn resolver.
 
-%if 0
 %package -n gradle-local
 Summary:Local mode for Gradle
 Group:  Development/Languages/Java
@@ -46,7 +45,6 @@
 This meta-package pulls in macros, scripts and dependencies
 implementing local mode for Gradle, which allows artifact
 resolution using XMvn resolver.
-%endif
 
 %package -n ivy-local
 Summary:Local mode for Apache Ivy
@@ -80,12 +78,12 @@
 Requires:   mvn(junit:junit)
 Requires:   mvn(org.apache.maven.surefire:surefire-junit4)
 # testng is quite common as well
-Requires:   mvn(org.apache.maven.surefire:surefire-testng)
 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
@@ -98,12 +96,10 @@
 
 %install
 
-%files -n maven-local
-
-%if 0
 %files -n gradle-local
-%endif
 
 %files -n ivy-local
 
+%files -n maven-local
+
 %changelog