diff --git a/libreadline-java-0.8.0-sourcetarget.patch b/libreadline-java-0.8.0-sourcetarget.patch index 1640450..f9a4c68 100644 --- a/libreadline-java-0.8.0-sourcetarget.patch +++ b/libreadline-java-0.8.0-sourcetarget.patch @@ -7,7 +7,7 @@ Index: libreadline-java-0.8.2/Makefile ## normal javac JAVAC = $(JAVA_HOME)/bin/javac -JC_FLAGS += -target 1.5 -source 1.5 -+JC_FLAGS += -target 1.6 -source 1.6 ++JC_FLAGS += -target 1.8 -source 1.8 # installation directories -------------------------------------------------- diff --git a/libreadline-java.changes b/libreadline-java.changes index ac20971..6ed45ea 100644 --- a/libreadline-java.changes +++ b/libreadline-java.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 18 16:39:52 UTC 2022 - Fridrich Strba + +- Modified patch: + * libreadline-java-0.8.0-sourcetarget.patch + + Build with source/target levels 8 + ------------------------------------------------------------------- Fri Aug 3 07:26:14 UTC 2018 - tchvatal@suse.com diff --git a/libreadline-java.spec b/libreadline-java.spec index f5a2108..4b48a4d 100644 --- a/libreadline-java.spec +++ b/libreadline-java.spec @@ -1,7 +1,7 @@ # # spec file for package libreadline-java # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,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/ #