This commit is contained in:
parent
48ac9e97f3
commit
3094df21b1
@ -7,7 +7,7 @@ Index: libreadline-java-0.8.2/Makefile
|
|||||||
## normal javac
|
## normal javac
|
||||||
JAVAC = $(JAVA_HOME)/bin/javac
|
JAVAC = $(JAVA_HOME)/bin/javac
|
||||||
-JC_FLAGS += -target 1.5 -source 1.5
|
-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 --------------------------------------------------
|
# installation directories --------------------------------------------------
|
||||||
|
|
||||||
|
@ -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
|
Fri Aug 3 07:26:14 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libreadline-java
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user