Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package log4j12 for openSUSE:Factory checked in at 2022-01-07 12:44:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/log4j12 (Old) and /work/SRC/openSUSE:Factory/.log4j12.new.1896 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "log4j12" Fri Jan 7 12:44:37 2022 rev:6 rq:943804 version:1.2.17 Changes: -------- --- /work/SRC/openSUSE:Factory/log4j12/log4j12.changes 2021-12-16 21:19:48.838532694 +0100 +++ /work/SRC/openSUSE:Factory/.log4j12.new.1896/log4j12.changes 2022-01-07 12:45:04.815791254 +0100 @@ -1,0 +2,8 @@ +Tue Jan 4 12:50:19 UTC 2022 - David Anes <[email protected]> + +- Fix 'chainsaw' package: [bsc#1193184 - Chainsaw does not start] + * log4j-chainsaw.sh: + + Add proper BASE_JARS, using log4j12 instead of log4j. + * Add missing dependency to log4j12 for 'chainsaw' package. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ log4j12.spec ++++++ --- /var/tmp/diff_new_pack.OHG28f/_old 2022-01-07 12:45:05.347791623 +0100 +++ /var/tmp/diff_new_pack.OHG28f/_new 2022-01-07 12:45:05.351791626 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 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 @@ -102,6 +102,7 @@ Group: Development/Tools/Navigators URL: https://logging.apache.org/chainsaw/ Summary: Log Viewer GUI +Requires: log4j12 %description -n chainsaw A GUI-based Log viewer mainly for use with log4j. ++++++ log4j-chainsaw.sh ++++++ --- /var/tmp/diff_new_pack.OHG28f/_old 2022-01-07 12:45:05.407791665 +0100 +++ /var/tmp/diff_new_pack.OHG28f/_new 2022-01-07 12:45:05.407791665 +0100 @@ -25,7 +25,7 @@ # Configuration MAIN_CLASS=org.apache.log4j.chainsaw.Main -BASE_JARS="log4j xml-commons-apis jaxp_parser_impl" +BASE_JARS="log4j12 xml-commons-apis jaxp_parser_impl" # Set parameters set_jvm
