SHA256
1
0
forked from pool/appframework
Fridrich Strba 2018-05-15 13:40:58 +00:00 committed by Git OBS Bridge
parent 09459a5777
commit 9caccb6596
3 changed files with 14 additions and 6 deletions

View File

@ -6,8 +6,8 @@
javac.deprecation=false
-javac.source=1.5
-javac.target=1.5
+javac.source=1.6
+javac.target=1.6
+javac.source=8
+javac.target=8
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}:\

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue May 15 13:39:49 UTC 2018 - fstrba@suse.com
- Modified patch:
* appframework-sourcetarget.patch
+ Build with source and target 8 to prepare for a possible
removal of 1.6 compatibility in OpenJDK 11
-------------------------------------------------------------------
Fri Sep 15 07:41:38 UTC 2017 - fstrba@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package appframework
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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
@ -20,7 +20,7 @@ Name: appframework
Version: 1.03
Release: 0
Summary: Swing Application Framework
License: LGPL-2.0+
License: LGPL-2.0-or-later
Group: Development/Libraries/Java
Url: https://appframework.dev.java.net/
Source0: https://appframework.dev.java.net/downloads/AppFramework-%{version}-src.tar.bz2
@ -29,10 +29,10 @@ Patch1: %{name}-%{version}-openjdk.diff
Patch2: %{name}-sourcetarget.patch
BuildRequires: ant
BuildRequires: fdupes
BuildRequires: java-devel >= 1.6
BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-tools
BuildRequires: swing-layout >= 1.0.3
Requires: java >= 1.6
Requires: java >= 1.8
Requires: swing-layout >= 1.0.3
BuildArch: noarch