Hello community, here is the log from the commit of package javahelp2 for openSUSE:Factory checked in at 2019-04-17 10:08:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/javahelp2 (Old) and /work/SRC/openSUSE:Factory/.javahelp2.new.17052 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "javahelp2" Wed Apr 17 10:08:27 2019 rev:19 rq:694543 version:2.0.05 Changes: -------- --- /work/SRC/openSUSE:Factory/javahelp2/javahelp2.changes 2017-09-20 17:09:46.262217356 +0200 +++ /work/SRC/openSUSE:Factory/.javahelp2.new.17052/javahelp2.changes 2019-04-17 10:08:27.586786305 +0200 @@ -1,0 +2,6 @@ +Mon Apr 15 14:07:51 UTC 2019 - Fridrich Strba <[email protected]> + +- Build classpath directly with the jar files and not with symlink + that might not exist. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ javahelp2.spec ++++++ --- /var/tmp/diff_new_pack.KUGNMv/_old 2019-04-17 10:08:28.354787192 +0200 +++ /var/tmp/diff_new_pack.KUGNMv/_new 2019-04-17 10:08:28.354787192 +0200 @@ -1,7 +1,7 @@ # # spec file for package javahelp2 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -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/ # @@ -21,7 +21,7 @@ Version: 2.0.05 Release: 0 Summary: Java online help system -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Libraries/Java Url: https://javahelp.dev.java.net/ Source0: %{name}-src-%{version}.tar.bz2 @@ -84,8 +84,8 @@ # rm jhMaster/JavaHelp/src/new/javax/help/plaf/basic/BasicNativeContentViewerUI.java mkdir javahelp_nbproject/lib -ln -s %{_javadir}/jsp.jar javahelp_nbproject/lib/jsp-api.jar -ln -s %{_javadir}/servlet.jar javahelp_nbproject/lib/servlet-api.jar +ln -s $(build-classpath geronimo-jsp-2.0-api) javahelp_nbproject/lib/jsp-api.jar +ln -s $(build-classpath geronimo-servlet-2.4-api) javahelp_nbproject/lib/servlet-api.jar cp %{SOURCE4} . %build
