Hello community,

here is the log from the commit of package netcomponents for openSUSE:Factory 
checked in at 2018-10-02 19:49:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netcomponents (Old)
 and      /work/SRC/openSUSE:Factory/.netcomponents.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netcomponents"

Tue Oct  2 19:49:29 2018 rev:18 rq:639563 version:1.3.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/netcomponents/netcomponents.changes      
2017-09-20 17:13:01.810690123 +0200
+++ /work/SRC/openSUSE:Factory/.netcomponents.new/netcomponents.changes 
2018-10-02 19:49:46.313684424 +0200
@@ -1,0 +2,7 @@
+Tue Oct  2 09:35:30 UTC 2018 - [email protected]
+
+- Fix build:
+  * Removed non-existent file overview-frame.html in build.xml
+  * Added netcomponents-overview-frame.patch
+
+-------------------------------------------------------------------

New:
----
  netcomponents-overview-frame.patch

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

Other differences:
------------------
++++++ netcomponents.spec ++++++
--- /var/tmp/diff_new_pack.VEJ9Dm/_old  2018-10-02 19:49:46.917683793 +0200
+++ /var/tmp/diff_new_pack.VEJ9Dm/_new  2018-10-02 19:49:46.921683790 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package netcomponents
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,11 +20,13 @@
 Version:        1.3.8
 Release:        0
 Summary:        Internet Protocol Suite Java Library
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/Java
 Url:            http://www.savarese.org/java/
 Source:         
http://www.savarese.org/downloads/NetComponents/NetComponents-1.3.8-src.tar.gz
 Patch0:         %{name}-java14compat.patch
+# PATCH-FIX-OPENSUSE Fix build due to non-existent overview-frame.html file
+Patch1:         netcomponents-overview-frame.patch
 BuildRequires:  ant
 BuildRequires:  fdupes
 BuildRequires:  xml-commons-apis
@@ -67,6 +69,7 @@
 %prep
 %setup -q -n NetComponents-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 ant \

++++++ netcomponents-overview-frame.patch ++++++
Index: NetComponents-1.3.8/build.xml
===================================================================
--- NetComponents-1.3.8.orig/build.xml
+++ NetComponents-1.3.8/build.xml
@@ -78,8 +78,10 @@
              <include name="**/*.gif"/>
            </fileset>
         </copy>
+<!--
         <replace file="${build.doc.java.dir}/overview-frame.html"
                  token="{@docroot}" value="."/>
+-->
         <replace dir="${build.doc.java.dir}" includes="**/*.html"
                  token="@version@" value="${version}"/>
     </target>

Reply via email to