Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jakarta-commons-vfs for openSUSE:Factory checked in at 2022-03-30 20:36:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jakarta-commons-vfs (Old) and /work/SRC/openSUSE:Factory/.jakarta-commons-vfs.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jakarta-commons-vfs" Wed Mar 30 20:36:12 2022 rev:23 rq:965950 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/jakarta-commons-vfs/jakarta-commons-vfs.changes 2022-03-22 19:40:25.539104099 +0100 +++ /work/SRC/openSUSE:Factory/.jakarta-commons-vfs.new.1900/jakarta-commons-vfs.changes 2022-03-30 20:36:25.781340943 +0200 @@ -1,0 +2,5 @@ +Wed Mar 30 10:21:15 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Build against the standalone JavaEE modules inconditionally + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jakarta-commons-vfs.spec ++++++ --- /var/tmp/diff_new_pack.2x3zM7/_old 2022-03-30 20:36:26.329341400 +0200 +++ /var/tmp/diff_new_pack.2x3zM7/_new 2022-03-30 20:36:26.333341403 +0200 @@ -32,6 +32,7 @@ BuildRequires: ant >= 1.6 BuildRequires: ant-junit BuildRequires: fdupes +BuildRequires: glassfish-activation-api BuildRequires: jakarta-commons-codec BuildRequires: jakarta-commons-collections BuildRequires: jakarta-commons-httpclient3 @@ -61,9 +62,6 @@ Requires: xml-commons-apis Obsoletes: %{name}-manual BuildArch: noarch -%if 0%{?suse_version} > 1500 -BuildRequires: glassfish-activation-api -%endif %description Commons VFS provides a single API for accessing various different @@ -96,10 +94,7 @@ %build export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository mkdir -p $MAVEN_REPO_LOCAL -export CLASSPATH=$(build-classpath commons-collections commons-httpclient3 commons-logging commons-net \ -%if 0%{?suse_version} > 1500 - glassfish-activation-api \ -%endif +export CLASSPATH=$(build-classpath commons-collections commons-httpclient3 commons-logging commons-net glassfish-activation-api \ javamail/mail jcifs jdom jsch junit slide/jakarta-slide-webdavlib):`pwd`/target/commons-vfs-%{version}.jar:`pwd`/target/test-classes export OPT_JAR_LIST="junit ant/ant-junit" ant \