Hello community,

here is the log from the commit of package libserializer for openSUSE:Factory 
checked in at 2017-09-13 22:26:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libserializer (Old)
 and      /work/SRC/openSUSE:Factory/.libserializer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libserializer"

Wed Sep 13 22:26:25 2017 rev:4 rq:523314 version:1.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libserializer/libserializer.changes      
2014-07-19 11:05:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libserializer.new/libserializer.changes 
2017-09-13 22:26:26.212536239 +0200
@@ -1,0 +2,8 @@
+Mon Sep 11 16:35:03 UTC 2017 - [email protected]
+
+- Added patch:
+  * libserializer-1.1.2-sourcetarget.patch
+    - Specify java sourec and target level 1.6 in order to allow
+      building with jdk9
+
+-------------------------------------------------------------------

New:
----
  libserializer-1.1.2-sourcetarget.patch

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

Other differences:
------------------
++++++ libserializer.spec ++++++
--- /var/tmp/diff_new_pack.pMUGte/_old  2017-09-13 22:26:26.808452347 +0200
+++ /var/tmp/diff_new_pack.pMUGte/_new  2017-09-13 22:26:26.812451783 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libserializer
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -29,6 +29,7 @@
 Source:         libserializer-%{version}-jarsdeleted.zip
 Source99:       %{name}-rpmlintrc
 Patch0:         libserializer-1.1.2.build.patch
+Patch1:         libserializer-1.1.2-sourcetarget.patch
 BuildRequires:  ant
 BuildRequires:  ant-contrib
 BuildRequires:  java-devel
@@ -55,6 +56,7 @@
 %prep
 %setup -q -c
 %patch0 -p1 -b .build
+%patch1 -p1
 find . -name "*.jar" -exec rm -f {} \;
 mkdir -p lib
 build-jar-repository -s -p lib libbase commons-logging-api


++++++ libserializer-1.1.2-sourcetarget.patch ++++++
--- libserializer-1.1.2/common_build.xml        2009-09-25 18:11:02.000000000 
+0200
+++ libserializer-1.1.2/common_build.xml        2017-09-11 18:34:36.338508681 
+0200
@@ -136,8 +136,8 @@
   <property name="javac.deprecation"
             value="true"
             description="Indicates whether source should be compiled with 
deprecation information" />
-  <property name="javac.source" value="1.5" description="Provide source 
compatibility with specified release" />
-  <property name="javac.target" value="1.5" description="Generate class files 
for specific VM version" />
+  <property name="javac.source" value="1.6" description="Provide source 
compatibility with specified release" />
+  <property name="javac.target" value="1.6" description="Generate class files 
for specific VM version" />
 
   <!-- Build Cache properties -->
   <property name="build.cache.dir"
@@ -1340,7 +1340,7 @@
           depends="javadoc.init, compile">
     <javadoc destdir="${javadoc.dir}/docs/api"
              access="public"
-             source="1.5"
+             source="1.6"
              use="true"
              notree="false"
              nonavbar="false"

Reply via email to