From d2a8f671896f72c65c8b66b764d7229756c0b5ae347c5e7d46d8ac7c6a2ed5a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 2 Jun 2016 16:34:29 +0000 Subject: [PATCH] Accepting request 399713 from home:dimstar:Factory Fix build with newer, stricter java 1.8 OBS-URL: https://build.opensuse.org/request/show/399713 OBS-URL: https://build.opensuse.org/package/show/Java:packages/bsf?expand=0&rev=22 --- bsf.changes | 6 ++++++ bsf.spec | 2 +- build-file.patch | 18 ++++++++++++++---- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/bsf.changes b/bsf.changes index 6bcb6b5..2d9a20f 100644 --- a/bsf.changes +++ b/bsf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 2 15:13:38 UTC 2016 - fstrba@suse.com + +- Update build-file.patch: Disable doclint feature while building + javadoc. + ------------------------------------------------------------------- Wed Mar 25 09:24:47 UTC 2015 - tchvatal@suse.com diff --git a/bsf.spec b/bsf.spec index 47237f7..2fed31d 100644 --- a/bsf.spec +++ b/bsf.spec @@ -1,7 +1,7 @@ # # spec file for package bsf # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 diff --git a/build-file.patch b/build-file.patch index 7c15cfd..b2abff4 100644 --- a/build-file.patch +++ b/build-file.patch @@ -1,6 +1,8 @@ ---- bsf-2.4.0-orig/build.xml 2009-09-09 11:51:20.000000000 +0200 -+++ bsf-2.4.0/build.xml 2009-09-14 08:42:17.000000000 +0200 -@@ -102,7 +102,7 @@ +Index: bsf-2.4.0/build.xml +=================================================================== +--- bsf-2.4.0.orig/build.xml ++++ bsf-2.4.0/build.xml +@@ -102,7 +102,7 @@ Copyright: @@ -9,7 +11,7 @@ -@@ -134,11 +134,13 @@ +@@ -134,11 +134,13 @@ Copyright: @@ -23,3 +25,11 @@ +@@ -272,6 +274,7 @@ Copyright: + + + ++ + + +