Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kxml for openSUSE:Factory checked in 
at 2022-03-23 20:18:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kxml (Old)
 and      /work/SRC/openSUSE:Factory/.kxml.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kxml"

Wed Mar 23 20:18:21 2022 rev:2 rq:964164 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kxml/kxml.changes        2019-05-06 
13:26:27.401177441 +0200
+++ /work/SRC/openSUSE:Factory/.kxml.new.25692/kxml.changes     2022-03-23 
20:20:18.702528388 +0100
@@ -1,0 +2,7 @@
+Wed Mar 23 07:07:25 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Modified patch:
+  * kxml-2.3.0-fix_build.patch
+    + specify java source and target levels 1.8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kxml.spec ++++++
--- /var/tmp/diff_new_pack.plPnxn/_old  2022-03-23 20:20:19.170528652 +0100
+++ /var/tmp/diff_new_pack.plPnxn/_new  2022-03-23 20:20:19.174528655 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kxml
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2000-2008, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,21 +19,22 @@
 
 Name:           kxml
 Version:        2.3.0
-Release:        17%{?dist}
+Release:        0
 Summary:        Small XML pull parser
 License:        MIT
 Group:          Development/Libraries/Java
 URL:            http://kxml.sourceforge.net/
 # ./create-tarball.sh %%{version}
 Source0:        %{name}-%{version}-clean.tar.gz
-Source1:        
http://repo1.maven.org/maven2/net/sf/kxml/kxml2/%{version}/kxml2-%{version}.pom
-Source2:        
http://repo1.maven.org/maven2/net/sf/kxml/kxml2-min/%{version}/kxml2-min-%{version}.pom
+Source1:        
https://repo1.maven.org/maven2/net/sf/kxml/kxml2/%{version}/kxml2-%{version}.pom
+Source2:        
https://repo1.maven.org/maven2/net/sf/kxml/kxml2-min/%{version}/kxml2-min-%{version}.pom
 Source3:        %{name}-%{version}-OSGI-MANIFEST.MF
 Source100:      create-tarball.sh
 Patch0:         0001-Unbundle-xpp3-classes.patch
 Patch1:         kxml-2.3.0-fix_build.patch
 BuildRequires:  ant
 BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  xmvn-install
 BuildRequires:  xmvn-resolve

++++++ kxml-2.3.0-fix_build.patch ++++++
--- /var/tmp/diff_new_pack.plPnxn/_old  2022-03-23 20:20:19.230528686 +0100
+++ /var/tmp/diff_new_pack.plPnxn/_new  2022-03-23 20:20:19.234528688 +0100
@@ -5,8 +5,8 @@
  <project name="kxml2" default="build" basedir=".">
  
    <property name="version" value="2.3.0" />   
-+  <property name="javac.source" value="1.6" />
-+  <property name="javac.target" value="1.6" />
++  <property name="javac.source" value="1.8" />
++  <property name="javac.target" value="1.8" />
        
    
    <target name="javadoc">

Reply via email to