Hello community, here is the log from the commit of package gnu-jaf for openSUSE:Factory checked in at 2018-07-24 17:31:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnu-jaf (Old) and /work/SRC/openSUSE:Factory/.gnu-jaf.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnu-jaf" Tue Jul 24 17:31:56 2018 rev:21 rq:620798 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gnu-jaf/gnu-jaf.changes 2017-09-17 22:36:29.124204925 +0200 +++ /work/SRC/openSUSE:Factory/.gnu-jaf.new/gnu-jaf.changes 2018-07-24 17:31:58.648031026 +0200 @@ -1,0 +2,6 @@ +Thu May 17 20:40:21 UTC 2018 - [email protected] + +- Build with source and target 8 to prepare for a possible removal + of 1.6 compatibility + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnu-jaf.spec ++++++ --- /var/tmp/diff_new_pack.Q4JQFT/_old 2018-07-24 17:31:59.912032621 +0200 +++ /var/tmp/diff_new_pack.Q4JQFT/_new 2018-07-24 17:31:59.916032626 +0200 @@ -1,7 +1,7 @@ # # spec file for package gnu-jaf # -# 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 @@ -21,13 +21,13 @@ Version: 1.1.1 Release: 0 Summary: GNU implementation of the JavaBeans Activation Framework -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Libraries/Java Url: http://java.sun.com/products/javabeans/glasgow/jaf.html Source: %{official_name}-%{version}.tar.bz2 BuildRequires: ant BuildRequires: antlr -BuildRequires: java-devel +BuildRequires: java-devel >= 1.8 BuildRequires: unzip Requires(post): update-alternatives Provides: jaf = %{version} @@ -54,7 +54,7 @@ %build export CLASSPATH=$(build-classpath glibj):$CLASSPATH -ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 dist +ant -Dant.build.javac.source=8 -Dant.build.javac.target=8 dist %install mkdir -p %{buildroot}/%{_javadir}
