Hello community,

here is the log from the commit of package xbean for openSUSE:Factory checked 
in at 2020-01-27 20:16:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xbean (Old)
 and      /work/SRC/openSUSE:Factory/.xbean.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xbean"

Mon Jan 27 20:16:44 2020 rev:5 rq:767563 version:4.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/xbean/xbean.changes      2019-10-07 
14:14:01.730904176 +0200
+++ /work/SRC/openSUSE:Factory/.xbean.new.26092/xbean.changes   2020-01-27 
20:16:46.228498088 +0100
@@ -1,0 +2,6 @@
+Mon Jan 27 06:29:59 UTC 2020 - Fridrich Strba <fst...@suse.com>
+
+- On supported platforms, avoid building with OpenJ9, in order to
+  prevent build cycles
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xbean.spec ++++++
--- /var/tmp/diff_new_pack.V6Q7aC/_old  2020-01-27 20:16:47.188498674 +0100
+++ /var/tmp/diff_new_pack.V6Q7aC/_new  2020-01-27 20:16:47.192498676 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xbean
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -22,22 +22,25 @@
 Summary:        Java plugin based web server
 License:        Apache-2.0
 Group:          Development/Libraries/Java
-URL:            http://geronimo.apache.org/xbean/
+URL:            https://geronimo.apache.org/xbean/
 Source0:        
http://repo2.maven.org/maven2/org/apache/%{name}/%{name}/%{version}/%{name}-%{version}-source-release.zip
 # Fix dependency on xbean-asm4-shaded to original objectweb-asm
 Patch0:         0001-Unshade-ASM.patch
 Patch2:         0003-Port-to-QDox-2.0.patch
 BuildRequires:  apache-commons-logging
 BuildRequires:  fdupes
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
-BuildRequires:  javapackages-tools
 BuildRequires:  log4j12
 BuildRequires:  objectweb-asm >= 5
 BuildRequires:  slf4j
 BuildRequires:  unzip
 # The code uses sun.misc.URLClassloader
 BuildConflicts: java-devel >= 9
+BuildConflicts: java-headless >= 9
+# Avoid build cycles
+BuildConflicts: java-devel-openj9
+BuildConflicts: java-headless-openj9
 Requires:       objectweb-asm >= 5
 Requires:       slf4j
 BuildArch:      noarch



Reply via email to