Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nekohtml for openSUSE:Factory checked in at 2022-03-23 20:18:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nekohtml (Old) and /work/SRC/openSUSE:Factory/.nekohtml.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nekohtml" Wed Mar 23 20:18:29 2022 rev:2 rq:964177 version:1.9.22 Changes: -------- --- /work/SRC/openSUSE:Factory/nekohtml/nekohtml.changes 2019-11-13 13:28:40.931719872 +0100 +++ /work/SRC/openSUSE:Factory/.nekohtml.new.25692/nekohtml.changes 2022-03-23 20:20:22.738530670 +0100 @@ -1,0 +2,5 @@ +Wed Mar 23 07:42:14 UTC 2022 - Fridrich Strba <[email protected]> + +- Build with source and target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nekohtml.spec ++++++ --- /var/tmp/diff_new_pack.W9ptVh/_old 2022-03-23 20:20:23.202530933 +0100 +++ /var/tmp/diff_new_pack.W9ptVh/_new 2022-03-23 20:20:23.206530935 +0100 @@ -1,7 +1,7 @@ # # spec file for package nekohtml # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2000-2009, JPackage Project # # All modifications and additions to the file contributed by third parties @@ -30,7 +30,7 @@ # tar cJf nekohtml-1.9.22.tar.xz nekohtml-1.9.22/ Source0: %{name}-%{version}.tar.xz Source2: nekohtml-component-info.xml -Source3: http://central.maven.org/maven2/net/sourceforge/%{name}/%{name}/%{version}/%{name}-%{version}.pom +Source3: https://repo1.maven.org/maven2/net/sourceforge/%{name}/%{name}/%{version}/%{name}-%{version}.pom Patch1: 0002-Jar-paths.patch # Add proper attributes to MANIFEST.MF file so bundle can be used by other OSGI bundles. Patch2: 0003-Add-OSGi-attributes.patch @@ -38,6 +38,7 @@ BuildRequires: ant-junit BuildRequires: bcel BuildRequires: fdupes +BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local BuildRequires: xerces-j2 >= 2.7.1 BuildRequires: xml-apis @@ -94,7 +95,7 @@ %build export CLASSPATH=$(build-classpath bcel xerces-j2 xml-apis) %{ant} \ - -Dcompile.source=1.6 -Dcompile.target=1.6 \ + -Dcompile.source=1.8 -Dcompile.target=1.8 \ -Dbuild.sysclasspath=first \ -Dlib.dir=%{_javadir} \ -Djar.file=%{name}.jar \
