Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package javahelp2 for openSUSE:Factory checked in at 2022-03-20 20:56:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/javahelp2 (Old) and /work/SRC/openSUSE:Factory/.javahelp2.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "javahelp2" Sun Mar 20 20:56:18 2022 rev:20 rq:963302 version:2.0.05 Changes: -------- --- /work/SRC/openSUSE:Factory/javahelp2/javahelp2.changes 2019-04-17 10:08:27.586786305 +0200 +++ /work/SRC/openSUSE:Factory/.javahelp2.new.25692/javahelp2.changes 2022-03-20 20:56:53.122641865 +0100 @@ -1,0 +2,5 @@ +Sun Mar 20 17:26:50 UTC 2022 - Fridrich Strba <[email protected]> + +- Build with java source and target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ javahelp2.spec ++++++ --- /var/tmp/diff_new_pack.pm7shg/_old 2022-03-20 20:56:53.650642625 +0100 +++ /var/tmp/diff_new_pack.pm7shg/_new 2022-03-20 20:56:53.658642636 +0100 @@ -1,7 +1,7 @@ # # spec file for package javahelp2 # -# Copyright (c) 2019 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 @@ -23,7 +23,7 @@ Summary: Java online help system License: GPL-2.0-or-later Group: Development/Libraries/Java -Url: https://javahelp.dev.java.net/ +URL: https://javahelp.dev.java.net/ Source0: %{name}-src-%{version}.tar.bz2 # svn export -r 59 https://javahelp.dev.java.net/svn/javahelp/trunk javahelp2-2.0.05 --username guest Source1: %{name}-jhindexer.sh @@ -34,7 +34,7 @@ BuildRequires: fdupes BuildRequires: geronimo-jsp-2_0-api BuildRequires: geronimo-servlet-2_4-api -BuildRequires: java-devel >= 1.5.0 +BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local BuildRequires: javapackages-tools Requires: geronimo-jsp-2_0-api @@ -91,7 +91,7 @@ %build ant \ -f javahelp_nbproject/build.xml \ - -Djavac.source=1.6 -Djavac.target=1.6 \ + -Djavac.source=1.8 -Djavac.target=1.8 \ -Djdic-jar-present=true \ -Djdic-zip-present=true \ -Dservlet-jar-present=true \ @@ -116,14 +116,9 @@ %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom %add_maven_depmap -%files +%files -f .mfiles %doc license.txt %attr(0755,root,root) %{_bindir}/* -%{_javadir}/%{name}.jar -#%dir %{_datadir}/%{name} -#%{_datadir}/%{name}/dtd -%{_mavenpomdir}/* -%{_datadir}/maven-metadata/%{name}.xml %files manual %doc jhMaster/JavaHelp/doc/public-spec/*
