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-18 16:42:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jakarta-commons-vfs (Old)
and /work/SRC/openSUSE:Factory/.jakarta-commons-vfs.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jakarta-commons-vfs"
Fri Mar 18 16:42:45 2022 rev:21 rq:962705 version:1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/jakarta-commons-vfs/jakarta-commons-vfs.changes
2021-01-11 17:18:46.352834250 +0100
+++
/work/SRC/openSUSE:Factory/.jakarta-commons-vfs.new.25692/jakarta-commons-vfs.changes
2022-03-18 16:43:04.505221658 +0100
@@ -1,0 +2,10 @@
+Fri Mar 18 13:29:26 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Change name jaf -> glassfish-activation
+
+-------------------------------------------------------------------
+Thu Mar 17 03:27:41 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build against newer version of javax.activation-api
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jakarta-commons-vfs.spec ++++++
--- /var/tmp/diff_new_pack.yEfWEP/_old 2022-03-18 16:43:05.045222046 +0100
+++ /var/tmp/diff_new_pack.yEfWEP/_new 2022-03-18 16:43:05.053222052 +0100
@@ -1,7 +1,7 @@
#
# spec file for package jakarta-commons-vfs
#
-# 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
@@ -32,7 +32,6 @@
BuildRequires: ant >= 1.6
BuildRequires: ant-junit
BuildRequires: fdupes
-BuildRequires: jaf_1_1_api
BuildRequires: jakarta-commons-codec
BuildRequires: jakarta-commons-collections
BuildRequires: jakarta-commons-httpclient3
@@ -47,7 +46,6 @@
BuildRequires: junit
BuildRequires: oro
BuildRequires: xml-commons-apis
-Requires: jaf_1_1_api
Requires: jakarta-commons-codec
Requires: jakarta-commons-collections
Requires: jakarta-commons-httpclient3
@@ -62,6 +60,9 @@
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
@@ -94,7 +95,11 @@
%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 jaf_1_1_api javamail/mail jcifs jdom jsch junit
slide/jakarta-slide-webdavlib):`pwd`/target/commons-vfs-%{version}.jar:`pwd`/target/test-classes
+export CLASSPATH=$(build-classpath commons-collections commons-httpclient3
commons-logging commons-net \
+%if 0%{?suse_version} > 1500
+ glassfish-activation-api \
+%endif
+ 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 \
-Dmaven.build.dir=`pwd`/target \