Hello community,

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

Package is "libfonts"

Wed Sep 13 22:25:38 2017 rev:4 rq:523237 version:1.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libfonts/libfonts.changes        2014-07-19 
11:05:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libfonts.new/libfonts.changes   2017-09-13 
22:25:42.774651409 +0200
@@ -1,0 +2,8 @@
+Fri Sep  8 11:37:49 UTC 2017 - [email protected]
+
+- Added patch:
+  * libfonts-1.1.3-sourcetarget.patch
+    + Specify java source and target 1.6 in order to allow building
+      with jdk9
+
+-------------------------------------------------------------------

New:
----
  libfonts-1.1.3-sourcetarget.patch

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

Other differences:
------------------
++++++ libfonts.spec ++++++
--- /var/tmp/diff_new_pack.8iP4mh/_old  2017-09-13 22:25:43.874496573 +0200
+++ /var/tmp/diff_new_pack.8iP4mh/_new  2017-09-13 22:25:43.878496009 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfonts
 #
-# 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
@@ -30,6 +30,7 @@
 Source99:       libfonts-rpmlintrc
 #PATCH-FIX-UPSTREAM, fix some properties for build
 Patch0:         libfonts-1.1.2.build.patch
+Patch1:         libfonts-1.1.3-sourcetarget.patch
 BuildRequires:  ant
 BuildRequires:  ant-contrib
 BuildRequires:  java-devel
@@ -57,6 +58,7 @@
 %prep
 %setup -q -c
 %patch0 -p1 -b .build
+%patch1 -p1
 find . -name "*.jar" -exec rm -f {} \;
 rm -r source/org/pentaho/reporting/libraries/fonts/itext
 mkdir -p lib


++++++ libfonts-1.1.3-sourcetarget.patch ++++++
--- libfonts-1.1.3/common_build.xml     2017-09-08 13:33:45.855806822 +0200
+++ libfonts-1.1.3/common_build.xml     2017-09-08 13:34:24.395807480 +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"

Reply via email to