Hello community,

here is the log from the commit of package avalon-logkit for openSUSE:Factory 
checked in at 2019-02-06 15:47:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/avalon-logkit (Old)
 and      /work/SRC/openSUSE:Factory/.avalon-logkit.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "avalon-logkit"

Wed Feb  6 15:47:08 2019 rev:15 rq:671838 version:2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/avalon-logkit/avalon-logkit.changes      
2018-07-24 17:31:07.659966666 +0200
+++ /work/SRC/openSUSE:Factory/.avalon-logkit.new.28833/avalon-logkit.changes   
2019-02-06 15:47:10.667267910 +0100
@@ -1,0 +2,6 @@
+Tue Jan 22 10:40:14 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Require dependencies by their maven artifactId and groupId in
+  order to be usable from maven build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ avalon-logkit.spec ++++++
--- /var/tmp/diff_new_pack.fKi0j9/_old  2019-02-06 15:47:11.363267488 +0100
+++ /var/tmp/diff_new_pack.fKi0j9/_new  2019-02-06 15:47:11.375267481 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package avalon-logkit
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2005, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -40,14 +40,14 @@
 BuildRequires:  java-devel >= 1.8
 BuildRequires:  javamail
 BuildRequires:  javapackages-local
-BuildRequires:  javapackages-tools
 BuildRequires:  jdbc-stdext
 BuildRequires:  jms
 BuildRequires:  log4j
 BuildRequires:  servlet >= 3.0
 BuildRequires:  unzip
-Requires:       jms
-Requires:       servlet >= 3.0
+Requires:       mvn(javax.jms:jms)
+Requires:       mvn(javax.mail:mail)
+Requires:       mvn(javax.servlet:servlet-api)
 BuildArch:      noarch
 
 %description
@@ -80,8 +80,7 @@
                    log4j \
                    javamail/mailapi \
                    jms_api \
-                   tomcat-servlet-api \
-                   junit \
+                   tomcat-servlet-api
 
 ant -Dant.build.javac.source=8 -Dant.build.javac.target=8 \
     -Dencoding=ISO-8859-1 -Dnoget=true -lib %{_datadir}/java \



Reply via email to