Hello community,
here is the log from the commit of package WindowMaker-applets for
openSUSE:Factory checked in at 2017-08-10 14:05:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/WindowMaker-applets (Old)
and /work/SRC/openSUSE:Factory/.WindowMaker-applets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "WindowMaker-applets"
Thu Aug 10 14:05:24 2017 rev:31 rq:514776 version:1.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/WindowMaker-applets/WindowMaker-applets.changes
2016-08-18 09:18:19.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.WindowMaker-applets.new/WindowMaker-applets.changes
2017-08-10 14:13:06.731929167 +0200
@@ -1,0 +2,7 @@
+Sat Aug 5 19:28:32 UTC 2017 - [email protected]
+
+- Fix invalid XPM icon paths in /etc/wmmount
+ bsc#1046193: wmmount doesn't start
+- Modified: wmmount-1.0-beta2.dif
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ WindowMaker-applets.spec ++++++
--- /var/tmp/diff_new_pack.uZomAQ/_old 2017-08-10 14:13:08.331703917 +0200
+++ /var/tmp/diff_new_pack.uZomAQ/_new 2017-08-10 14:13:08.343702228 +0200
@@ -1,7 +1,7 @@
#
# spec file for package WindowMaker-applets
#
-# Copyright (c) 2016 SUSE LINUX 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
@@ -37,9 +37,9 @@
Version: 1.0.1
Release: 0
Summary: Window Maker Applets
+#
License: GPL-2.0+
Group: System/GUI/Other
-#
%define wmcdplay_version 1.0-beta1
#http://www.geocities.com/SiliconValley/Vista/2471/wmcdplay.html
#
++++++ wmmount-1.0-beta2.dif ++++++
--- /var/tmp/diff_new_pack.uZomAQ/_old 2017-08-10 14:13:09.015607622 +0200
+++ /var/tmp/diff_new_pack.uZomAQ/_new 2017-08-10 14:13:09.019607059 +0200
@@ -1,14 +1,18 @@
---- Imakefile
+Index: Imakefile
+===================================================================
+--- Imakefile.orig
+++ Imakefile
-@@ -6,4 +6,4 @@
+@@ -6,4 +6,4 @@ LOCAL_LIBRARIES = $(XPMLIB) $(XLIB)
SRCS = dockapp.c wmmount.c
OBJS = dockapp.o wmmount.o
-ComplexProgramTarget(wmmount)
+ComplexProgramTargetNoMan(wmmount)
---- dockapp.c
+Index: dockapp.c
+===================================================================
+--- dockapp.c.orig
+++ dockapp.c
-@@ -270,6 +270,7 @@
+@@ -270,6 +270,7 @@ int dockapp_open() {
int dockapp_close() {
XCloseDisplay(dockapp_d);
dockapp_d=NULL;
@@ -16,7 +20,9 @@
}
void dockapp_createwin(Window *win, int x, int y) {
---- wmmount.SuSE
+Index: wmmount.SuSE
+===================================================================
+--- /dev/null
+++ wmmount.SuSE
@@ -0,0 +1,98 @@
+# wmmount - The WindowMaker universal mount point
@@ -60,10 +66,10 @@
+# Ensure all icons exist and are accessible.
+# At least one icon must be specified.
+
-+icon /usr/X11R6/lib/X11/wmmount/cdrom.xpm
-+icon /usr/X11R6/lib/X11/wmmount/floppy.xpm
-+icon /usr/X11R6/lib/X11/wmmount/zip.xpm
-+icon /usr/X11R6/lib/X11/wmmount/harddisk.xpm
++icon /usr/lib/X11/wmmount/cdrom.xpm
++icon /usr/lib/X11/wmmount/floppy.xpm
++icon /usr/lib/X11/wmmount/zip.xpm
++icon /usr/lib/X11/wmmount/harddisk.xpm
+
+# Give details of all mountpoints.
+
@@ -117,7 +123,9 @@
+#iconnumber=2
+#usagedisplay=1
+
---- wmmount.c
+Index: wmmount.c
+===================================================================
+--- wmmount.c.orig
+++ wmmount.c
@@ -30,13 +30,13 @@