Hello community, here is the log from the commit of package jcodings for openSUSE:Factory checked in at 2017-09-20 17:09:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jcodings (Old) and /work/SRC/openSUSE:Factory/.jcodings.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jcodings" Wed Sep 20 17:09:54 2017 rev:14 rq:527149 version:1.0.12 Changes: -------- --- /work/SRC/openSUSE:Factory/jcodings/jcodings.changes 2015-01-30 15:09:02.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.jcodings.new/jcodings.changes 2017-09-20 17:09:58.324519350 +0200 @@ -1,0 +2,5 @@ +Mon Sep 18 22:20:10 UTC 2017 - [email protected] + +- Fix build with jdk9: specify java source and target 1.6 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jcodings.spec ++++++ --- /var/tmp/diff_new_pack.X2J3FH/_old 2017-09-20 17:09:58.888439967 +0200 +++ /var/tmp/diff_new_pack.X2J3FH/_new 2017-09-20 17:09:58.892439404 +0200 @@ -1,7 +1,7 @@ # # spec file for package jcodings # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -30,11 +30,10 @@ BuildRequires: javapackages-tools Requires: java Requires: javapackages-tools -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description -Java-based codings helper classes for Joni and JRuby. +%{name}: java-based codings helper classes for Joni and JRuby. %prep %setup -q @@ -45,7 +44,7 @@ %build echo "See %{url} for more info about the %{name} project." > README.txt -ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 +ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 %install mkdir -p %{buildroot}%{_javadir} @@ -56,7 +55,6 @@ popd %files -%defattr(-,root,root,-) %{_javadir}/* %doc README.txt
