Hello community,

here is the log from the commit of package bea-stax for openSUSE:Factory 
checked in at 2017-09-17 22:36:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bea-stax (Old)
 and      /work/SRC/openSUSE:Factory/.bea-stax.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bea-stax"

Sun Sep 17 22:36:33 2017 rev:24 rq:526189 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bea-stax/bea-stax.changes        2017-05-31 
13:32:21.422246279 +0200
+++ /work/SRC/openSUSE:Factory/.bea-stax.new/bea-stax.changes   2017-09-17 
22:36:34.639429509 +0200
@@ -1,0 +2,12 @@
+Thu Sep 14 16:17:04 UTC 2017 - [email protected]
+
+- Don't require java-1_5_0-gcj-compat and build with source and
+  target level 1.6
+- Removed patch:
+  * bea-stax-target15.patch
+- Added patch:
+  * bea-stax-target16.patch
+    - change the source and target levels and fix a problem with
+      the encoding of one file
+
+-------------------------------------------------------------------

Old:
----
  bea-stax-target15.patch

New:
----
  bea-stax-target16.patch

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

Other differences:
------------------
++++++ bea-stax.spec ++++++
--- /var/tmp/diff_new_pack.AbAC1I/_old  2017-09-17 22:36:35.247344038 +0200
+++ /var/tmp/diff_new_pack.AbAC1I/_new  2017-09-17 22:36:35.251343476 +0200
@@ -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-target15.patch
+Patch0:         bea-stax-target16.patch
 Patch2:         bea-stax-gcj-build.patch
 BuildRequires:  ant
-BuildRequires:  java-1_5_0-gcj-compat-devel
+BuildRequires:  java-devel >= 1.6
 BuildRequires:  javapackages-tools
 BuildRequires:  unzip
 #!BuildIgnore:  xerces-j2-bootstrap

++++++ bea-stax-target15.patch -> bea-stax-target16.patch ++++++
--- /work/SRC/openSUSE:Factory/bea-stax/bea-stax-target15.patch 2011-09-23 
01:52:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bea-stax.new/bea-stax-target16.patch    
2017-09-17 22:36:34.563440192 +0200
@@ -5,25 +5,28 @@
      <!--unjar src="${jar_api}" dest="${class_dir}"/-->
      <javac srcdir="${src_api}"
 -      source="1.2" target="1.2"
-+      source="1.5" target="1.5"
++      source="1.6" target="1.6"
        includes="${api_dirs}"
        destdir="${class_dir}"
        debug="true">
-@@ -104,7 +104,7 @@
+@@ -104,9 +104,10 @@
    <target name="compile" depends="init,api">
      <!--javac srcdir="${src}:${api_src_dir}"-->
      <javac srcdir="${src}"
 -      source="1.2" target="1.2"
-+      source="1.5" target="1.5"
++      source="1.6" target="1.6"
        includes="${topdirs}"
        destdir="${class_dir}"
++      encoding="ISO-8859-1"
        debug="true">
-@@ -124,7 +124,7 @@
+       <classpath>
+         <pathelement path="${java.class.path}"/>
+@@ -124,7 +125,7 @@
    </target>
    <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.5" target="1.5"
++      source="1.6" target="1.6"
        destdir="${test_class_dir}"
        debug="true">
        <classpath>



Reply via email to