Hello community,

here is the log from the commit of package pentaho-libxml for openSUSE:Factory 
checked in at 2017-09-12 19:38:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pentaho-libxml (Old)
 and      /work/SRC/openSUSE:Factory/.pentaho-libxml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pentaho-libxml"

Tue Sep 12 19:38:19 2017 rev:4 rq:523339 version:1.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/pentaho-libxml/pentaho-libxml.changes    
2014-07-16 16:16:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pentaho-libxml.new/pentaho-libxml.changes       
2017-09-12 19:38:20.258963018 +0200
@@ -1,0 +2,14 @@
+Mon Sep 11 16:10:57 UTC 2017 - [email protected]
+
+- Edit description for neutrality.
+  Replace find -exec rm by just -delete.
+
+-------------------------------------------------------------------
+Sun Sep 10 06:49:53 UTC 2017 - [email protected]
+
+- Added patch:
+  * pentaho-libxml-1.1.3-sourcetarget.patch
+    + Specify java source and target 1.6 in order to allow building
+      with jdk9
+
+-------------------------------------------------------------------

New:
----
  pentaho-libxml-1.1.3-sourcetarget.patch

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

Other differences:
------------------
++++++ pentaho-libxml.spec ++++++
--- /var/tmp/diff_new_pack.sGHRZA/_old  2017-09-12 19:38:20.842880956 +0200
+++ /var/tmp/diff_new_pack.sGHRZA/_new  2017-09-12 19:38:20.846880394 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pentaho-libxml
 #
-# 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
@@ -20,7 +20,7 @@
 Name:           pentaho-libxml
 Version:        1.1.3
 Release:        0
-Summary:        Namespace aware SAX-Parser utility library
+Summary:        Namespace aware SAX parser utility library
 License:        LGPL-2.0
 Group:          Development/Libraries/Java
 Url:            http://reporting.pentaho.org/
@@ -30,6 +30,7 @@
 Source:         %{origname}-%{version}-jarsdeleted.zip
 #PATCH-FIX-UPSTREAM, fix some properties for build
 Patch0:         libxml-1.1.2-build.patch
+Patch1:         pentaho-libxml-1.1.3-sourcetarget.patch
 BuildRequires:  ant
 BuildRequires:  ant-contrib
 BuildRequires:  java-devel
@@ -45,8 +46,8 @@
 BuildArch:      noarch
 
 %description
-Pentaho LibXML is a namespace aware SAX-Parser utility library. It eases the
-pain of implementing non-trivial SAX input handlers.
+Pentaho LibXML is a namespace aware SAX parser utility library. It
+facilitates implementing non-trivial SAX input handlers.
 
 %package javadoc
 Summary:        Javadoc for %{name}
@@ -58,7 +59,8 @@
 %prep
 %setup -q -c
 %patch0 -p1 -b .build
-find . -name "*.jar" -exec rm -f {} \;
+%patch1 -p1
+find . -name "*.jar" -delete
 mkdir -p lib
 build-jar-repository -s -p lib commons-logging-api libbase libloader
 cd lib


++++++ pentaho-libxml-1.1.3-sourcetarget.patch ++++++
--- pentaho-libxml-1.1.3/common_build.xml       2017-09-10 08:45:02.793392955 
+0200
+++ pentaho-libxml-1.1.3/common_build.xml       2017-09-10 08:46:25.295087266 
+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