From 62f166a29fd2bf2a9b5a642379bc591d4a524ef4f6b8019851b1e2fcd7ac76e7 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 4 Apr 2019 09:01:19 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/Java:packages/xbean?expand=0&rev=8 --- xbean.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/xbean.spec b/xbean.spec index 9a6c971..44f8445 100644 --- a/xbean.spec +++ b/xbean.spec @@ -1,7 +1,7 @@ # # spec file for package xbean # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,19 +28,17 @@ Source0: http://repo2.maven.org/maven2/org/apache/%{name}/%{name}/%{versi Patch0: 0001-Unshade-ASM.patch Patch2: 0003-Port-to-QDox-2.0.patch BuildRequires: apache-commons-logging -BuildRequires: objectweb-asm >= 5 BuildRequires: fdupes BuildRequires: java-devel BuildRequires: javapackages-local BuildRequires: javapackages-tools BuildRequires: log4j +BuildRequires: objectweb-asm >= 5 BuildRequires: slf4j BuildRequires: unzip # The code uses sun.misc.URLClassloader BuildConflicts: java-devel >= 9 -Requires: apache-commons-logging Requires: objectweb-asm >= 5 -Requires: log4j Requires: slf4j BuildArch: noarch From f2d2e99ae9eb081d60fb1b7af99b48e2f8b6b8ff68f664ee2ca513f8a9421aaa Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 4 Apr 2019 11:35:38 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/Java:packages/xbean?expand=0&rev=9 --- xbean.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xbean.changes b/xbean.changes index 56bceb3..4ac452b 100644 --- a/xbean.changes +++ b/xbean.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 4 11:35:11 UTC 2019 - Fridrich Strba + +- Do not require optional dependencies + ------------------------------------------------------------------- Thu Feb 7 10:21:20 UTC 2019 - Jan Engelhardt