Fridrich Strba 2022-03-18 16:40:32 +00:00 committed by Git OBS Bridge
parent 48ac9e97f3
commit 3094df21b1
3 changed files with 10 additions and 3 deletions

View File

@ -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 --------------------------------------------------

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 18 16:39:52 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- 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

View File

@ -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/
#