Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jchardet for openSUSE:Factory checked in at 2022-03-21 20:11:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jchardet (Old) and /work/SRC/openSUSE:Factory/.jchardet.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jchardet" Mon Mar 21 20:11:27 2022 rev:2 rq:963404 version:1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/jchardet/jchardet.changes 2020-02-26 15:08:15.037574767 +0100 +++ /work/SRC/openSUSE:Factory/.jchardet.new.25692/jchardet.changes 2022-03-21 20:11:38.144416892 +0100 @@ -1,0 +2,5 @@ +Mon Mar 21 05:19:56 UTC 2022 - Fridrich Strba <[email protected]> + +- Build with source and target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jchardet.spec ++++++ --- /var/tmp/diff_new_pack.WzOG4h/_old 2022-03-21 20:11:38.720417467 +0100 +++ /var/tmp/diff_new_pack.WzOG4h/_new 2022-03-21 20:11:38.724417471 +0100 @@ -1,7 +1,7 @@ # # spec file for package jchardet # -# Copyright (c) 2020 SUSE LLC +# 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 @@ -20,13 +20,13 @@ Version: 1.1 Release: 0 Summary: Java port of Mozilla's automatic character set detection algorithm -License: MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later +License: GPL-2.0-or-later OR MPL-1.1 OR LGPL-2.1-or-later URL: https://jchardet.sourceforge.net/ Source0: https://download.sourceforge.net/jchardet/%{version}/jchardet-%{version}.zip Source1: https://repo1.maven.org/maven2/net/sourceforge/%{name}/%{name}/1.0/%{name}-1.0.pom BuildRequires: ant BuildRequires: fdupes -BuildRequires: java-devel >= 1.6 +BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local BuildRequires: unzip BuildArch: noarch @@ -59,7 +59,7 @@ %build # Build the jar file -%{ant} -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 dist +%{ant} -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 dist # Generate the javadoc mkdir -p dist/javadoc javadoc -notimestamp -d dist/javadoc $(find src -name \*.java | xargs)
