Hello community,

here is the log from the commit of package avalon-logkit for openSUSE:Leap:15.2 
checked in at 2020-02-05 07:23:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/avalon-logkit (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.avalon-logkit.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "avalon-logkit"

Wed Feb  5 07:23:14 2020 rev:10 rq:762709 version:2.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/avalon-logkit/avalon-logkit.changes    
2020-01-15 14:47:53.817318512 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.avalon-logkit.new.26092/avalon-logkit.changes 
2020-02-05 07:23:22.782594112 +0100
@@ -1,0 +2,28 @@
+Tue Oct  1 12:05:13 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Build against compatibility log4j12 package
+
+-------------------------------------------------------------------
+Mon Apr 15 13:44:10 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Depend directly on the geronimo-jms-1_1-api package instead of
+  the jms virtual provider
+
+-------------------------------------------------------------------
+Thu Feb 14 18:07:00 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Build against the glassfish-servlet-api
+
+-------------------------------------------------------------------
+Tue Jan 22 10:40:14 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Require dependencies by their maven artifactId and groupId in
+  order to be usable from maven build
+
+-------------------------------------------------------------------
+Tue May 15 13:57:23 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ avalon-logkit.spec ++++++
--- /var/tmp/diff_new_pack.10zGlW/_old  2020-02-05 07:23:23.142594264 +0100
+++ /var/tmp/diff_new_pack.10zGlW/_new  2020-02-05 07:23:23.142594264 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package avalon-logkit
 #
-# Copyright (c) 2017 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/
 #
 
 
@@ -37,17 +37,17 @@
 BuildRequires:  ant
 BuildRequires:  ant-junit
 BuildRequires:  fdupes
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  geronimo-jms-1_1-api
+BuildRequires:  glassfish-servlet-api
+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:  log4j12
 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
@@ -77,13 +77,12 @@
 ant clean
 mkdir -p target/lib
 build-jar-repository -s -p target/lib \
-                   log4j \
+                   log4j12/log4j-12 \
                    javamail/mailapi \
-                   jms_api \
-                   tomcat-servlet-api \
-                   junit \
+                   geronimo-jms-1.1-api \
+                   glassfish-servlet-api
 
-ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+ant -Dant.build.javac.source=8 -Dant.build.javac.target=8 \
     -Dencoding=ISO-8859-1 -Dnoget=true -lib %{_datadir}/java \
     jar javadoc
 
@@ -100,7 +99,7 @@
 # javadoc
 install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}
-%fdupes %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
 %doc LICENSE.txt NOTICE.txt



Reply via email to