Hello community,

here is the log from the commit of package xmlbeans for openSUSE:Factory 
checked in at 2015-08-10 09:10:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xmlbeans (Old)
 and      /work/SRC/openSUSE:Factory/.xmlbeans.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xmlbeans"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xmlbeans/xmlbeans-mini.changes   2014-12-10 
23:46:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xmlbeans.new/xmlbeans-mini.changes      
2015-08-10 09:10:20.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jul 27 19:06:19 UTC 2015 - antoine.belv...@laposte.net
+
+- Fix build with Java 8:
+  * add xmlbeans-2.6.0-java8.patch
+
+-------------------------------------------------------------------
xmlbeans.changes: same change

New:
----
  xmlbeans-2.6.0-java8.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xmlbeans-mini.spec ++++++
--- /var/tmp/diff_new_pack.ok2eAi/_old  2015-08-10 09:10:21.000000000 +0200
+++ /var/tmp/diff_new_pack.ok2eAi/_new  2015-08-10 09:10:21.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xmlbeans-mini
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -31,6 +31,8 @@
 Patch0:         xmlbeans-2.4.0-nodownload.patch
 #PATCH-FIX-UPSTREAM: saxon 9.3+ moved VirtualNode interface
 Patch1:         xmlbeans-saxon-virtualnode.patch
+#PATCH-FIX-UPSTREAM xmlbeans-2.6.0-java8.patch -- Fix build with Java 8
+Patch2:         xmlbeans-2.6.0-java8.patch
 BuildRequires:  ant >= 1.6
 BuildRequires:  bea-stax-api
 BuildRequires:  javapackages-tools
@@ -97,6 +99,7 @@
 %setup -q -n %{real}-%{version}
 %patch0 -p1 -b .nodownload
 %patch1 -p1
+%patch2 -p0
 
 %build
 # Piccolo and jam are rebuilt from source and bundled with xbean

++++++ xmlbeans.spec ++++++
--- /var/tmp/diff_new_pack.ok2eAi/_old  2015-08-10 09:10:21.000000000 +0200
+++ /var/tmp/diff_new_pack.ok2eAi/_new  2015-08-10 09:10:21.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xmlbeans
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -30,6 +30,8 @@
 Patch0:         xmlbeans-2.4.0-nodownload.patch
 #PATCH-FIX-UPSTREAM: saxon 9.3+ moved VirtualNode interface
 Patch1:         xmlbeans-saxon-virtualnode.patch
+#PATCH-FIX-UPSTREAM xmlbeans-2.6.0-java8.patch -- Fix build with Java 8
+Patch2:         xmlbeans-2.6.0-java8.patch
 BuildRequires:  ant >= 1.6
 BuildRequires:  bea-stax-api
 BuildRequires:  javapackages-tools
@@ -96,6 +98,7 @@
 %setup -q -n %{real}-%{version}
 %patch0 -p1 -b .nodownload
 %patch1 -p1
+%patch2 -p0
 
 %build
 # Piccolo and jam are rebuilt from source and bundled with xbean

++++++ xmlbeans-2.6.0-java8.patch ++++++
--- build.xml   2015-02-15 03:12:23.105593326 +0100
+++ build.xml.java8     2015-02-15 03:16:59.857032487 +0100
@@ -694,6 +694,7 @@
                 <pathelement location="build/classes/configschema"/>
                 <pathelement location="build/classes/toolschema"/>
                 <pathelement location="build/classes/xsdschema"/>
+                <pathelement location="build/classes/typestore"/>
             </classpath>
         </javac>
     </target>

Reply via email to