Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jcodings for openSUSE:Factory checked in at 2022-03-21 20:11:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jcodings (Old) and /work/SRC/openSUSE:Factory/.jcodings.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jcodings" Mon Mar 21 20:11:29 2022 rev:15 rq:963405 version:1.0.12 Changes: -------- --- /work/SRC/openSUSE:Factory/jcodings/jcodings.changes 2017-09-20 17:09:58.324519350 +0200 +++ /work/SRC/openSUSE:Factory/.jcodings.new.25692/jcodings.changes 2022-03-21 20:11:38.936417683 +0100 @@ -1,0 +2,5 @@ +Mon Mar 21 05:22:17 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Specify java source and target 1.8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jcodings.spec ++++++ --- /var/tmp/diff_new_pack.YanV7m/_old 2022-03-21 20:11:39.372418119 +0100 +++ /var/tmp/diff_new_pack.YanV7m/_new 2022-03-21 20:11:39.376418123 +0100 @@ -1,7 +1,7 @@ # # spec file for package jcodings # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -23,12 +23,12 @@ Summary: Java-based codings helper classes for Joni and JRuby License: MIT Group: Development/Libraries/Java -Url: https://github.com/jruby/jcodings +URL: https://github.com/jruby/jcodings Source0: https://github.com/jruby/jcodings/archive/%{version}.tar.gz BuildRequires: ant -BuildRequires: java-devel +BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-tools -Requires: java +Requires: java >= 1.8 Requires: javapackages-tools BuildArch: noarch @@ -44,7 +44,7 @@ %build echo "See %{url} for more info about the %{name} project." > README.txt -ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 +ant -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 %install mkdir -p %{buildroot}%{_javadir}