Hello community,
here is the log from the commit of package jakarta-commons-fileupload for
openSUSE:Factory checked in at 2018-12-11 15:48:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jakarta-commons-fileupload (Old)
and /work/SRC/openSUSE:Factory/.jakarta-commons-fileupload.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jakarta-commons-fileupload"
Tue Dec 11 15:48:48 2018 rev:23 rq:656908 version:1.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/jakarta-commons-fileupload/jakarta-commons-fileupload.changes
2017-09-20 17:08:59.568790380 +0200
+++
/work/SRC/openSUSE:Factory/.jakarta-commons-fileupload.new.19453/jakarta-commons-fileupload.changes
2018-12-11 15:48:49.978140196 +0100
@@ -1,0 +2,5 @@
+Fri Dec 7 06:28:14 UTC 2018 - Fridrich Strba <[email protected]>
+
+- Build against xml-commons-apis instead of xerces-j2-xml-apis
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jakarta-commons-fileupload.spec ++++++
--- /var/tmp/diff_new_pack.e7Xbr6/_old 2018-12-11 15:48:51.898138077 +0100
+++ /var/tmp/diff_new_pack.e7Xbr6/_new 2018-12-11 15:48:51.898138077 +0100
@@ -1,7 +1,7 @@
#
# spec file for package jakarta-commons-fileupload
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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/
#
@@ -43,7 +43,7 @@
BuildRequires: portlet-1.0-api
BuildRequires: servletapi5
BuildRequires: unzip
-BuildRequires: xerces-j2-xml-apis
+BuildRequires: xml-commons-apis
Requires: javapackages-tools
Requires: servletapi5
# FIXME: correct on update of fileuploads
@@ -83,7 +83,7 @@
%build
export CLASSPATH="$(build-classpath commons-io junit portlet-1.0-api \
- servletapi5
xerces-j2-xml-apis):${PWD}/target/classes:${PWD}/target/test-classes"
+ servletapi5
xml-commons-apis):${PWD}/target/classes:${PWD}/target/test-classes"
ant \
-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
-Dbuild.sysclasspath=only \