Hello community,

here is the log from the commit of package jeuclid for openSUSE:Factory checked 
in at 2019-02-05 11:18:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jeuclid (Old)
 and      /work/SRC/openSUSE:Factory/.jeuclid.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jeuclid"

Tue Feb  5 11:18:24 2019 rev:9 rq:667382 version:3.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/jeuclid/jeuclid.changes  2018-03-07 
10:37:26.568493978 +0100
+++ /work/SRC/openSUSE:Factory/.jeuclid.new.28833/jeuclid.changes       
2019-02-05 11:18:25.788906751 +0100
@@ -1,0 +2,14 @@
+Sun Jan 20 22:36:34 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Build against batik >= 1.10
+- Added patch:
+  * jeuclid-batik_1_10.patch
+    + org.w3c.dom.events.CustomEvent -> 
+      -> org.apache.batik.w3c.dom.events.CustomEvent
+
+-------------------------------------------------------------------
+Thu Dec  6 15:26:27 UTC 2018 - Fridrich Strba <[email protected]>
+
+- Fix build with xml-commons-apis package
+
+-------------------------------------------------------------------

New:
----
  jeuclid-batik_1_10.patch

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

Other differences:
------------------
++++++ jeuclid.spec ++++++
--- /var/tmp/diff_new_pack.9GUV4P/_old  2019-02-05 11:18:26.772906209 +0100
+++ /var/tmp/diff_new_pack.9GUV4P/_new  2019-02-05 11:18:26.772906209 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jeuclid
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,7 +23,7 @@
 # LGPL-2.1 is for the FreeHEP component only (see LICENSE.FreeHEP)
 License:        Apache-2.0 AND LGPL-2.1-only
 Group:          Development/Libraries/Java
-Url:            http://jeuclid.sourceforge.net/index.html
+URL:            http://jeuclid.sourceforge.net/index.html
 Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-parent-%{version}-src.zip
 #fedora specific build script based on debian
 Source1:        build.xml
@@ -37,11 +37,12 @@
 #removes OSX dep for the viewer
 Patch2:         MacOSX.patch
 Patch3:         jeuclid-commons-lang3.patch
+Patch4:         jeuclid-batik_1_10.patch
 BuildRequires:  ant
 BuildRequires:  apache-commons-cli >= 1.1
 BuildRequires:  apache-commons-lang3
 BuildRequires:  apache-commons-logging
-BuildRequires:  batik >= 1.7
+BuildRequires:  batik >= 1.10
 BuildRequires:  desktop-file-utils
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  java-devel
@@ -49,10 +50,11 @@
 BuildRequires:  jcip-annotations
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
+BuildRequires:  xml-commons-apis
 BuildRequires:  xmlgraphics-commons >= 1.3
 BuildRequires:  xmlgraphics-fop >= 0.95
 Requires:       apache-commons-logging
-Requires:       batik >= 1.7
+Requires:       batik >= 1.10
 Requires:       java
 Requires:       javapackages-tools
 Requires:       jcip-annotations
@@ -160,6 +162,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 find -name '*.jar' -o -name '*.class' -exec rm -f '{}' \;
 
@@ -200,7 +203,8 @@
 %icon_theme_cache_postun
 
 %files
-%doc NOTICE LICENSE.txt README.Release jeuclid/LICENSE.FreeHEP
+%license LICENSE.txt jeuclid/LICENSE.FreeHEP
+%doc NOTICE README.Release
 %{_javadir}/%{name}-core.jar
 
 %files mathviewer

++++++ jeuclid-batik_1_10.patch ++++++
--- 
jeuclid-parent-3.1.3/jeuclid-core/src/main/java/net/sourceforge/jeuclid/elements/presentation/token/Mo.java
 2019-01-20 23:29:28.841276674 +0100
+++ 
jeuclid-parent-3.1.3/jeuclid-core/src/main/java/net/sourceforge/jeuclid/elements/presentation/token/Mo.java
 2019-01-20 23:32:09.942100475 +0100
@@ -43,8 +43,8 @@
 import net.sourceforge.jeuclid.layout.TextObject;
 
 import org.apache.batik.dom.events.DOMCustomEvent;
+import org.apache.batik.w3c.dom.events.CustomEvent;
 import org.w3c.dom.Node;
-import org.w3c.dom.events.CustomEvent;
 import org.w3c.dom.events.Event;
 import org.w3c.dom.events.EventListener;
 import org.w3c.dom.events.EventTarget;


Reply via email to