Hello community,

here is the log from the commit of package appframework for openSUSE:Factory 
checked in at 2018-07-07 21:58:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/appframework (Old)
 and      /work/SRC/openSUSE:Factory/.appframework.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "appframework"

Sat Jul  7 21:58:52 2018 rev:18 rq:620761 version:1.03

Changes:
--------
--- /work/SRC/openSUSE:Factory/appframework/appframework.changes        
2017-09-15 22:31:37.768776493 +0200
+++ /work/SRC/openSUSE:Factory/.appframework.new/appframework.changes   
2018-07-07 21:59:01.615269828 +0200
@@ -1,0 +2,8 @@
+Tue May 15 13:39:49 UTC 2018 - fst...@suse.com
+
+- Modified patch:
+  * appframework-sourcetarget.patch
+    + Build with source and target 8 to prepare for a possible
+      removal of 1.6 compatibility
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ appframework.spec ++++++
--- /var/tmp/diff_new_pack.0MyWzo/_old  2018-07-07 21:59:02.303268955 +0200
+++ /var/tmp/diff_new_pack.0MyWzo/_new  2018-07-07 21:59:02.303268955 +0200
@@ -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 @@
 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 @@
 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
 

++++++ appframework-sourcetarget.patch ++++++
--- /var/tmp/diff_new_pack.0MyWzo/_old  2018-07-07 21:59:02.323268930 +0200
+++ /var/tmp/diff_new_pack.0MyWzo/_new  2018-07-07 21:59:02.323268930 +0200
@@ -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}:\


Reply via email to