Hello community,

here is the log from the commit of package bea-stax for openSUSE:Factory 
checked in at 2018-07-24 17:31:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bea-stax (Old)
 and      /work/SRC/openSUSE:Factory/.bea-stax.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bea-stax"

Tue Jul 24 17:31:19 2018 rev:25 rq:620771 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bea-stax/bea-stax.changes        2017-09-17 
22:36:34.639429509 +0200
+++ /work/SRC/openSUSE:Factory/.bea-stax.new/bea-stax.changes   2018-07-24 
17:31:25.199988814 +0200
@@ -1,0 +2,8 @@
+Tue May 15 17:34:21 UTC 2018 - fst...@suse.com
+
+- Modified patch:
+  * bea-stax-target16.patch -> bea-stax-target8.patch
+    + Build with source and target 8 to prepare for a possible
+      removal of 1.6 compatibility
+
+-------------------------------------------------------------------

Old:
----
  bea-stax-target16.patch

New:
----
  bea-stax-target8.patch

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

Other differences:
------------------
++++++ bea-stax.spec ++++++
--- /var/tmp/diff_new_pack.UPHvq5/_old  2018-07-24 17:31:25.783989551 +0200
+++ /var/tmp/diff_new_pack.UPHvq5/_new  2018-07-24 17:31:25.787989557 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bea-stax
 #
-# 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
@@ -25,10 +25,10 @@
 Group:          Development/Libraries/Java
 Url:            http://dev2dev.bea.com/technologies/stax/index.jsp
 Source0:        stax-src-1.2.0_rc1-dev.zip
-Patch0:         bea-stax-target16.patch
+Patch0:         bea-stax-target8.patch
 Patch2:         bea-stax-gcj-build.patch
 BuildRequires:  ant
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-tools
 BuildRequires:  unzip
 #!BuildIgnore:  xerces-j2-bootstrap

++++++ bea-stax-target16.patch -> bea-stax-target8.patch ++++++
--- /work/SRC/openSUSE:Factory/bea-stax/bea-stax-target16.patch 2017-09-17 
22:36:34.563440192 +0200
+++ /work/SRC/openSUSE:Factory/.bea-stax.new/bea-stax-target8.patch     
2018-07-24 17:31:24.119987451 +0200
@@ -5,7 +5,7 @@
      <!--unjar src="${jar_api}" dest="${class_dir}"/-->
      <javac srcdir="${src_api}"
 -      source="1.2" target="1.2"
-+      source="1.6" target="1.6"
++      source="8" target="8"
        includes="${api_dirs}"
        destdir="${class_dir}"
        debug="true">
@@ -14,7 +14,7 @@
      <!--javac srcdir="${src}:${api_src_dir}"-->
      <javac srcdir="${src}"
 -      source="1.2" target="1.2"
-+      source="1.6" target="1.6"
++      source="8" target="8"
        includes="${topdirs}"
        destdir="${class_dir}"
 +      encoding="ISO-8859-1"
@@ -26,7 +26,7 @@
    <target name="test_compile" depends="api, test_init">
      <javac srcdir="${src}" includes="org/codehaus/stax/test/**/*.java"
 -      source="1.2" target="1.2"
-+      source="1.6" target="1.6"
++      source="8" target="8"
        destdir="${test_class_dir}"
        debug="true">
        <classpath>



Reply via email to