Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xalan-j2 for openSUSE:Factory checked in at 2022-03-13 20:24:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xalan-j2 (Old) and /work/SRC/openSUSE:Factory/.xalan-j2.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xalan-j2" Sun Mar 13 20:24:42 2022 rev:29 rq:960726 version:2.7.2 Changes: -------- --- /work/SRC/openSUSE:Factory/xalan-j2/xalan-j2.changes 2021-07-12 21:39:48.088314671 +0200 +++ /work/SRC/openSUSE:Factory/.xalan-j2.new.25692/xalan-j2.changes 2022-03-13 20:24:45.331626295 +0100 @@ -1,0 +2,6 @@ +Wed Mar 9 10:03:49 UTC 2022 - Fridrich Strba <[email protected]> + +- Do not link to the java_cup* compatibility links, but to the + java-cup* ones + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xalan-j2.spec ++++++ --- /var/tmp/diff_new_pack.Md8J4J/_old 2022-03-13 20:24:45.983627062 +0100 +++ /var/tmp/diff_new_pack.Md8J4J/_new 2022-03-13 20:24:45.987627067 +0100 @@ -1,7 +1,7 @@ # # spec file for package xalan-j2 # -# 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 @@ -128,14 +128,14 @@ %build if [ ! -e "$JAVA_HOME" ] ; then export JAVA_HOME="%{java_home}" ; fi pushd lib -ln -sf $(build-classpath java_cup-runtime) runtime.jar +ln -sf $(build-classpath java-cup-runtime) runtime.jar ln -sf $(build-classpath bcel) BCEL.jar ln -sf $(build-classpath regexp) regexp.jar ln -sf $(build-classpath xerces-j2) xercesImpl.jar ln -sf $(build-classpath xml-commons-apis) xml-apis.jar popd pushd tools -ln -sf $(build-classpath java_cup) java_cup.jar +ln -sf $(build-classpath java-cup) java_cup.jar ln -sf $(build-classpath ant) ant.jar ln -sf $(build-classpath jlex) JLex.jar ln -sf $(build-classpath stylebook) stylebook-1.0-b3_xalan-2.jar
