Hello community,

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

Package is "aelfred"

Sat Jul  7 21:57:57 2018 rev:25 rq:620739 version:7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/aelfred/aelfred.changes  2018-01-10 
23:37:27.569572504 +0100
+++ /work/SRC/openSUSE:Factory/.aelfred.new/aelfred.changes     2018-07-07 
21:57:59.047349167 +0200
@@ -1,0 +2,6 @@
+Tue May 15 05:00:18 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ aelfred.spec ++++++
--- /var/tmp/diff_new_pack.476Zcf/_old  2018-07-07 21:57:59.607348456 +0200
+++ /var/tmp/diff_new_pack.476Zcf/_new  2018-07-07 21:57:59.607348456 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aelfred
 #
-# 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
@@ -22,13 +22,13 @@
 Summary:        Java-based XML parser
 License:        BSD-3-Clause
 Group:          Development/Libraries/Java
-Url:            http://saxon.sourceforge.net/aelfred.html
+URL:            http://saxon.sourceforge.net/aelfred.html
 Source0:        
http://downloads.sourceforge.net/project/saxon/aelfred/7.0/aelfred7_0.zip 
 Patch0:         aelfred-icedtea-build.patch
 BuildRequires:  ant
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-tools
 BuildRequires:  unzip
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -54,15 +54,15 @@
 %prep
 %setup -q -c
 unzip %{name}-source.zip
-%patch0 -p0 
+%patch0
 
 %build
 export JAVA_HOME=%{java_home}
 export PATH=%{java_home}/bin:$PATH
 export CLASSPATH=
 cd net 
-%{javac} -source 1.6 `find . -name \*.java`
-%{javadoc} -notimestamp -source 1.6 -d ../HTML `find . -name \*.java`
+%{javac} -source 8 -target 8 `find . -name \*.java`
+%{javadoc} -notimestamp -source 8 -d ../HTML `find . -name \*.java`
 
 %install
 # jar



Reply via email to