commit WindowMaker-applets for openSUSE:Factory

2019-08-28 Thread root
Hello community,

here is the log from the commit of package WindowMaker-applets for 
openSUSE:Factory checked in at 2019-08-28 18:37:42

Comparing /work/SRC/openSUSE:Factory/WindowMaker-applets (Old)
 and  /work/SRC/openSUSE:Factory/.WindowMaker-applets.new.7948 (New)


Package is "WindowMaker-applets"

Wed Aug 28 18:37:42 2019 rev:33 rq:726677 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/WindowMaker-applets/WindowMaker-applets.changes  
2017-12-06 08:59:47.670337792 +0100
+++ 
/work/SRC/openSUSE:Factory/.WindowMaker-applets.new.7948/WindowMaker-applets.changes
2019-08-28 18:37:48.437259446 +0200
@@ -1,0 +2,7 @@
+Tue Aug 27 08:46:20 UTC 2019 - Jan Engelhardt 
+
+- Avoid bash-specific += operator in build recipe.
+- Replace $RPM_* shell vars (where possible) by macros.
+- Remove %defattr, BuildRoot and the redundant %clean section.
+
+---



Other differences:
--
++ WindowMaker-applets.spec ++
 712 lines (skipped)
 between 
/work/SRC/openSUSE:Factory/WindowMaker-applets/WindowMaker-applets.spec
 and 
/work/SRC/openSUSE:Factory/.WindowMaker-applets.new.7948/WindowMaker-applets.spec





commit WindowMaker-applets for openSUSE:Factory

2017-12-06 Thread root
Hello community,

here is the log from the commit of package WindowMaker-applets for 
openSUSE:Factory checked in at 2017-12-06 08:59:46

Comparing /work/SRC/openSUSE:Factory/WindowMaker-applets (Old)
 and  /work/SRC/openSUSE:Factory/.WindowMaker-applets.new (New)


Package is "WindowMaker-applets"

Wed Dec  6 08:59:46 2017 rev:32 rq:548537 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/WindowMaker-applets/WindowMaker-applets.changes  
2017-08-10 14:13:06.731929167 +0200
+++ 
/work/SRC/openSUSE:Factory/.WindowMaker-applets.new/WindowMaker-applets.changes 
2017-12-06 08:59:47.670337792 +0100
@@ -1,0 +2,8 @@
+Wed Nov 29 13:23:23 UTC 2017 - crrodrig...@opensuse.org
+
+- wmSun-1.03.dif, wmnd_0.2.2.patch: Fix build with as-needed
+- Only BuildRequire packages that are actually needed, this
+  change is needed to also cleaup WindowMaker-devel incorrect
+  dependencies
+
+---



Other differences:
--
++ WindowMaker-applets.spec ++
--- /var/tmp/diff_new_pack.MxDci9/_old  2017-12-06 08:59:48.914292259 +0100
+++ /var/tmp/diff_new_pack.MxDci9/_new  2017-12-06 08:59:48.914292259 +0100
@@ -22,8 +22,18 @@
 BuildRequires:  curl-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  gtk2-devel
-BuildRequires:  xorg-x11
+BuildRequires:  imake
+BuildRequires:  pkgconfig(gdk-x11-2.0)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gobject-2.0)
+BuildRequires:  pkgconfig(gtk+-x11-2.0)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xpm)
+BuildRequires:  pkgconfig(xt)
+BuildRequires:  pkgconfig(xxf86dga)
+BuildRequires:  pkgconfig(xxf86vm)
+
 %if 0%{?suse_version} >= 1210
 BuildRequires:  libv4l-devel >= 0.8.4
 %endif
@@ -349,9 +359,6 @@
 %patch50 -p2
 
 %build
-# This package failed when testing with -Wl,-as-needed being default.
-# So we disable it here, if you want to retest, just delete this comment and 
the line below.
-export SUSE_ASNEEDED=0
 RPM_OPT_FLAGS+=" -fgnu89-inline"
 xmkmf -a
 make CXXFLAGS="$RPM_OPT_FLAGS"
@@ -461,7 +468,7 @@
 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --mandir=%{_mandir}
 make
 cd ../wmcliphist
-make CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -Wall -ansi `pkg-config 
--cflags gtk+-2.0` -I. -Ifoodock"
+make CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -Wall `pkg-config --cflags 
gtk+-2.0` -I. -Ifoodock"
 #
 cd ../wmisdn-%{wmisdn_version}
 make CFLAGS="$RPM_OPT_FLAGS"

++ wmSun-1.03.dif ++
--- /var/tmp/diff_new_pack.MxDci9/_old  2017-12-06 08:59:49.126284499 +0100
+++ /var/tmp/diff_new_pack.MxDci9/_new  2017-12-06 08:59:49.126284499 +0100
@@ -1,6 +1,8 @@
 wmSun/SunRise.c
+Index: wmSun/SunRise.c
+===
+--- wmSun/SunRise.c.orig
 +++ wmSun/SunRise.c
-@@ -11,7 +11,7 @@
+@@ -11,7 +11,7 @@ doublesinEPS = 0.39778;
  doubleP2  = 6.283185307;
  
  
@@ -9,7 +11,7 @@
  
  doubleUT, ym, y0, yp, SinH0;
  doublexe, ye, z1, z2, SinH(), hour24();
-@@ -80,7 +80,7 @@
+@@ -80,7 +80,7 @@ SunRise(int year, int month, int day, do
  }
  
  
@@ -18,3 +20,25 @@
  
  
  if (UT < 0.0) {
+Index: wmSun/Makefile
+===
+--- wmSun/Makefile.orig
 wmSun/Makefile
+@@ -11,7 +11,7 @@ LIBDIR = -L/usr/X11R6/lib
+ #
+ # For Linux (and other?) Machines...
+ #
+-LIBS   = -lXpm -lX11 -lXext
++LIBS   = -lXpm -lX11 -lXext -lm
+ #
+ # For Sun Solaris Machines (I know it compiles on 2.6)...
+ #
+@@ -29,7 +29,7 @@ all: wmSun.o wmSun
+ 
+ wmSun.o: wmSun_master.xpm wmSun_mask.xbm 
+ wmSun:$(OBJS) 
+-  $(CC) $(COPTS) $(SYSTEM) -lm -o wmSun $^ $(INCDIR) $(LIBDIR) $(LIBS)
++  $(CC) $(COPTS) $(SYSTEM) -o wmSun $^ $(INCDIR) $(LIBDIR) $(LIBS)
+ 
+ clean:
+   for i in $(OBJS) ; do \

++ wmnd_0.2.2.patch ++
--- /var/tmp/diff_new_pack.MxDci9/_old  2017-12-06 08:59:49.238280400 +0100
+++ /var/tmp/diff_new_pack.MxDci9/_new  2017-12-06 08:59:49.238280400 +0100
@@ -1,17 +1,31 @@
 Makefile
+Index: Makefile
+===
+--- Makefile.orig
 +++ Makefile
-@@ -19,8 +19,8 @@
+@@ -19,8 +19,8 @@ CFLAGS   = -Wall -O3 -fomit-frame-pointer
  
  # Test coverage
  #CFLAGS   = -fprofile-arcs -ftest-coverage -Wall -pipe -DPRO $(OSFLAGS)
 -
 -LDFLAGS   = -L/usr/X11R6/lib -lXpm -lXext -lX11
 +LIBDIR  = -L/usr/X11R6/lib
-+LDFLAGS   = $(LIBDIR) -lXpm -lXext -lX11
++LIBS = -lXpm -lXext -lX11
  
  OBJS  = wmnd.o beat.o misc.o list.o
  
 src/wmnd.c
+@@ -34,6 +34,9 @@ all: $(PJ)
+ 
+ $(PJ):$(OBJS)
+ 
++wmnd : $(OBJS)
++  $(CC) $(CFLAGS) $(OBJS) -o wmnd $(LIBS)
++
+ %.gz: %
+   gzip -c9 

commit WindowMaker-applets for openSUSE:Factory

2017-08-10 Thread root
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.0 +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 - km...@suse.com
+
+- 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 @@
  





commit WindowMaker-applets for openSUSE:Factory

2016-08-18 Thread h_root
Hello community,

here is the log from the commit of package WindowMaker-applets for 
openSUSE:Factory checked in at 2016-08-18 09:18:17

Comparing /work/SRC/openSUSE:Factory/WindowMaker-applets (Old)
 and  /work/SRC/openSUSE:Factory/.WindowMaker-applets.new (New)


Package is "WindowMaker-applets"

Changes:

--- /work/SRC/openSUSE:Factory/WindowMaker-applets/WindowMaker-applets.changes  
2015-06-23 11:56:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.WindowMaker-applets.new/WindowMaker-applets.changes 
2016-08-18 09:18:19.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 17 15:57:37 UTC 2016 - mvet...@suse.com
+
+- Fix boo#707539: Adapt parameter change of ImageMagick convert
+  tool. And also remove not used and deprecated requre ctime.pl.
+- Add wmgrabimage-0.70-boo-707539-fix-GrabImage.patch
+
+---

New:

  wmgrabimage-0.70-boo-707539-fix-GrabImage.patch



Other differences:
--
++ WindowMaker-applets.spec ++
--- /var/tmp/diff_new_pack.0sUOxT/_old  2016-08-18 09:18:21.0 +0200
+++ /var/tmp/diff_new_pack.0sUOxT/_new  2016-08-18 09:18:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package WindowMaker-applets
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -226,6 +226,8 @@
 Patch47:wmfire-%{wmfire_version}-configure_fix.diff
 Patch48:wmswallow-%{wmswallow_version}-ld_fix.diff
 Patch49:wmcliphist-%{wmcliphist_version}-ld_fix.diff
+# PATCH-FIX-UPSTREAM mvet...@suse.com boo#707539 - ImageMagick convert 
parameter changed
+Patch50:wmgrabimage-0.70-boo-707539-fix-GrabImage.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -343,6 +345,8 @@
 %patch48
 cd ../wmcliphist
 %patch49
+cd ../wmGrabImage-%{wmGrabImage_version}/wmGrabImage
+%patch50 -p2
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.

++ wmgrabimage-0.70-boo-707539-fix-GrabImage.patch ++
diff -urEbwB wmGrabImage-0.70/wmGrabImage/GrabImage 
wmGrabImage-0.70.new/wmGrabImage/GrabImage
--- wmGrabImage-0.70/wmGrabImage/GrabImage  1999-03-28 17:22:39.0 
+0200
+++ wmGrabImage-0.70.new/wmGrabImage/GrabImage  2016-08-17 17:40:55.348989427 
+0200
@@ -10,7 +10,8 @@
 #
 
 
-require "ctime.pl";
+# Is not used at all
+#require "ctime.pl";
 
 
 #
@@ -58,6 +59,6 @@
 }
 
 
-system "convert -geom 54x54 $home/.wmGrabImage/${ImageName} 
${home}/.wmGrabImage/${ImageName}.tmp.xpm";
+system "convert -geometry 54x54 $home/.wmGrabImage/${ImageName} 
${home}/.wmGrabImage/${ImageName}.tmp.xpm";
 system "cat ${home}/.wmGrabImage/${ImageName}.tmp.xpm | sed -e 
\"s/Transparent/Black/\" \> ${home}/.wmGrabImage/${ImageName}.xpm; rm 
${home}/.wmGrabImage/${ImageName}.tmp.xpm";
 




commit WindowMaker-applets for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

here is the log from the commit of package WindowMaker-applets for 
openSUSE:Factory checked in at 2015-06-23 11:56:16

Comparing /work/SRC/openSUSE:Factory/WindowMaker-applets (Old)
 and  /work/SRC/openSUSE:Factory/.WindowMaker-applets.new (New)


Package is "WindowMaker-applets"

Changes:

--- /work/SRC/openSUSE:Factory/WindowMaker-applets/WindowMaker-applets.changes  
2013-04-06 09:18:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.WindowMaker-applets.new/WindowMaker-applets.changes 
2015-06-23 11:56:18.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun  9 10:51:16 UTC 2015 - sch...@suse.de
+
+- Force gnu89 inline semantics
+
+---



Other differences:
--
++ WindowMaker-applets.spec ++
--- /var/tmp/diff_new_pack.9iDK5j/_old  2015-06-23 11:56:19.0 +0200
+++ /var/tmp/diff_new_pack.9iDK5j/_new  2015-06-23 11:56:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package WindowMaker-applets
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -348,6 +348,7 @@
 # This package failed when testing with -Wl,-as-needed being default.
 # So we disable it here, if you want to retest, just delete this comment and 
the line below.
 export SUSE_ASNEEDED=0
+RPM_OPT_FLAGS+=" -fgnu89-inline"
 xmkmf -a
 make CXXFLAGS="$RPM_OPT_FLAGS"
 cd ../wmload-%{wmload_version}





commit WindowMaker-applets for openSUSE:Factory

2013-04-06 Thread h_root
Hello community,

here is the log from the commit of package WindowMaker-applets for 
openSUSE:Factory checked in at 2013-04-06 09:18:07

Comparing /work/SRC/openSUSE:Factory/WindowMaker-applets (Old)
 and  /work/SRC/openSUSE:Factory/.WindowMaker-applets.new (New)


Package is "WindowMaker-applets", Maintainer is "mhruse...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/WindowMaker-applets/WindowMaker-applets.changes  
2012-09-05 10:12:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.WindowMaker-applets.new/WindowMaker-applets.changes 
2013-04-06 09:18:07.0 +0200
@@ -1,0 +2,5 @@
+Sun Mar 17 18:46:16 UTC 2013 - sch...@suse.de
+
+- Build wmtune only on architectures that implement ioperm
+
+---



Other differences:
--
++ WindowMaker-applets.spec ++
--- /var/tmp/diff_new_pack.lrvwdc/_old  2013-04-06 09:18:09.0 +0200
+++ /var/tmp/diff_new_pack.lrvwdc/_new  2013-04-06 09:18:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package WindowMaker-applets
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -356,7 +356,7 @@
 cd ../wmnet-%{wmnet_version}
 xmkmf -a
 make CFLAGS="$RPM_OPT_FLAGS"
-%ifnarch sparc ppc ppc64 s390 s390x mips
+%ifarch %ix86 x86_64 alpha ia64 %arm
 cd ../wmtune-1.0.1-combined
 make CFLAGS="$RPM_OPT_FLAGS"
 %endif
@@ -472,7 +472,7 @@
 install -d -m 755 $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmcube
 install -d -m 755 $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmload
 install -d -m 755 $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmnet
-%ifnarch sparc ppc ppc64 s390 s390x mips
+%ifarch %ix86 x86_64 alpha ia64 %arm
 install -d -m 755 $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmtune
 %endif
 #wmmail uses proplist-compat.h needs to be fixed
@@ -523,7 +523,7 @@
 install -m 0755 wmnet $RPM_BUILD_ROOT/usr/bin/
 install -m 0644 wmnet.man $RPM_BUILD_ROOT%{_mandir}/man1/wmnet.1
 install -m 0644 README Changelog 
$RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmnet
-%ifnarch sparc ppc ppc64 s390 s390x mips
+%ifarch %ix86 x86_64 alpha ia64 %arm
 cd ../wmtune-1.0.1-combined
 install -m 0755 wmtune $RPM_BUILD_ROOT/usr/bin/
 install -m 0644 README COPYING sample.wmtunerc 
$RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmtune/
@@ -777,7 +777,7 @@
 /usr/bin/wmtime
 /usr/bin/wmpalm
 /usr/bin/wmppp
-%ifnarch sparc ppc ppc64 s390 s390x mips
+%ifarch %ix86 x86_64 alpha ia64 %arm
 /usr/bin/wmtune
 %config /etc/wmtunerc
 %endif


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit WindowMaker-applets for openSUSE:Factory

2012-09-05 Thread h_root
Hello community,

here is the log from the commit of package WindowMaker-applets for 
openSUSE:Factory checked in at 2012-09-05 10:12:28

Comparing /work/SRC/openSUSE:Factory/WindowMaker-applets (Old)
 and  /work/SRC/openSUSE:Factory/.WindowMaker-applets.new (New)


Package is "WindowMaker-applets", Maintainer is "mhruse...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/WindowMaker-applets/WindowMaker-applets.changes  
2012-05-07 22:53:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.WindowMaker-applets.new/WindowMaker-applets.changes 
2012-09-05 10:12:29.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep  4 10:42:09 UTC 2012 - co...@suse.com
+
+- buildrequire xmessage to fix build on 12.2+
+
+---



Other differences:
--
++ WindowMaker-applets.spec ++
--- /var/tmp/diff_new_pack.mJRFV7/_old  2012-09-05 10:12:31.0 +0200
+++ /var/tmp/diff_new_pack.mJRFV7/_new  2012-09-05 10:12:31.0 +0200
@@ -27,6 +27,9 @@
 %if 0%{?suse_version} >= 1210
 BuildRequires:  libv4l-devel >= 0.8.4
 %endif
+%if 0%{?suse_version} >= 1220
+BuildRequires:  xmessage
+%endif
 Obsoletes:  wmapps
 Obsoletes:  wmweath
 Provides:   wmapps


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit WindowMaker-applets for openSUSE:Factory

2012-05-07 Thread h_root
Hello community,

here is the log from the commit of package WindowMaker-applets for 
openSUSE:Factory checked in at 2012-05-07 22:53:30

Comparing /work/SRC/openSUSE:Factory/WindowMaker-applets (Old)
 and  /work/SRC/openSUSE:Factory/.WindowMaker-applets.new (New)


Package is "WindowMaker-applets", Maintainer is "mhruse...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/WindowMaker-applets/WindowMaker-applets.changes  
2011-12-26 16:29:53.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.WindowMaker-applets.new/WindowMaker-applets.changes 
2012-05-07 22:53:42.0 +0200
@@ -1,0 +2,8 @@
+Fri Apr 27 11:33:27 UTC 2012 - joop.boo...@opensuse.org
+
+- wmgmon and wmmail use proplist-compat.h there for disabled
+  as they need to be fixed. Probably need quite a lof of rewriting
+  proplist-compat.h has been removed from windowmaker 0.95.2
+  See: http://lists.windowmaker.org/dev/msg02649.html
+
+---



Other differences:
--
++ WindowMaker-applets.spec ++
--- /var/tmp/diff_new_pack.tZphup/_old  2012-05-07 22:53:47.0 +0200
+++ /var/tmp/diff_new_pack.tZphup/_new  2012-05-07 22:53:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package WindowMaker-applets
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,8 +27,10 @@
 %if 0%{?suse_version} >= 1210
 BuildRequires:  libv4l-devel >= 0.8.4
 %endif
-Obsoletes:  wmweath wmapps
-Provides:   wmweath wmapps
+Obsoletes:  wmapps
+Obsoletes:  wmweath
+Provides:   wmapps
+Provides:   wmweath
 Version:1.0.1
 Release:0
 Summary:Window Maker Applets
@@ -355,10 +357,11 @@
 cd ../wmtune-1.0.1-combined
 make CFLAGS="$RPM_OPT_FLAGS"
 %endif
-cd ../WMMail.app-%{WMMail_version}
-autoreconf --force --install -v
-CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr/ 
--with-appspath=/usr/lib/GNUstep/Applications
-make
+#wmmail uses proplist-compat.h needs to be fixed
+#cd ../WMMail.app-%{WMMail_version}
+#autoreconf --force --install -v
+#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr/ 
--with-appspath=/usr/lib/GNUstep/Applications
+#make
 cd ../wmmount-%{wmmount_version}
 xmkmf -a
 make CFLAGS="$RPM_OPT_FLAGS"
@@ -391,8 +394,9 @@
 make FLAGS="$RPM_OPT_FLAGS"
 cd ../../wmifs.app/wmifs
 make  CFLAGS="$RPM_OPT_FLAGS"
-cd ../../wmgmon.app/src
-make FLAGS="$RPM_OPT_FLAGS -Wall -I/usr/include"
+#wmgmon uses proplist-compat.h needs to be fixed
+#cd ../../wmgmon.app/src
+#make FLAGS="$RPM_OPT_FLAGS -Wall -I/usr/include"
 cd ../../wmfire-%{wmfire_version}
 autoreconf -fi
 CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" ./configure --prefix=/usr/
@@ -468,7 +472,8 @@
 %ifnarch sparc ppc ppc64 s390 s390x mips
 install -d -m 755 $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmtune
 %endif
-install -d -m 755 $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmmail
+#wmmail uses proplist-compat.h needs to be fixed
+#install -d -m 755 $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmmail
 install -d -m 755 $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmmand
 install -d -m 755 $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmmount
 install -d -m 755 $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmmatrix
@@ -480,7 +485,8 @@
 install -d -m 755 $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmpalm
 install -d -m 755 $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmmp3
 install -d -m 755 $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmmon
-install -d -m 755 $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmgmon
+#wmgmon uses proplist-compat.h needs to be fixed
+#install -d -m 755 $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmgmon
 install -d -m 755 $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmint
 install -d -m 755 $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wminet
 install -d -m 755 $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmifs
@@ -520,11 +526,12 @@
 install -m 0644 README COPYING sample.wmtunerc 
$RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmtune/
 install -m 0644 sample.wmtunerc $RPM_BUILD_ROOT/etc/wmtunerc
 %endif
-cd ../WMMail.app-%{WMMail_version}
-make DESTDIR=$RPM_BUILD_ROOT install
-install -m 0644 AUTHORS COPYING ChangeLog INSTALL README NEWS \
-   $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmmail/
-SAVE=$PWD; cd $RPM_BUILD_ROOT/usr/bin; rm -f wmmail; ln -s 
../lib/GNUstep/Applications/WMMail.app/WMMail wmmail; cd $SAVE
+#wmmail uses proplist-compat.h needs to be fixed
+#cd ../WMMail.app-%{WMMail_version}
+#make DESTDIR=$RPM_BUILD_ROOT install
+#install -m 0644 AUTHORS COPYING ChangeLog INSTALL README NEWS \
+#   

commit WindowMaker-applets for openSUSE:Factory

2011-12-26 Thread h_root
Hello community,

here is the log from the commit of package WindowMaker-applets for 
openSUSE:Factory checked in at 2011-12-26 16:29:52

Comparing /work/SRC/openSUSE:Factory/WindowMaker-applets (Old)
 and  /work/SRC/openSUSE:Factory/.WindowMaker-applets.new (New)


Package is "WindowMaker-applets", Maintainer is "mhruse...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/WindowMaker-applets/WindowMaker-applets.changes  
2011-09-23 01:51:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.WindowMaker-applets.new/WindowMaker-applets.changes 
2011-12-26 16:29:53.0 +0100
@@ -1,0 +2,10 @@
+Wed Dec 21 10:31:52 UTC 2011 - co...@suse.com
+
+- remove call to suse_update_config (very old work around)
+
+---
+Thu Dec  1 16:02:28 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ WindowMaker-applets.spec ++
--- /var/tmp/diff_new_pack.RQnKbC/_old  2011-12-26 16:29:54.0 +0100
+++ /var/tmp/diff_new_pack.RQnKbC/_new  2011-12-26 16:29:54.0 +0100
@@ -15,22 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   WindowMaker-applets
-BuildRequires:  WindowMaker-devel curl-devel fdupes gcc-c++ gtk2-devel xorg-x11
+BuildRequires:  WindowMaker-devel
+BuildRequires:  automake
+BuildRequires:  curl-devel
+BuildRequires:  fdupes
+BuildRequires:  gcc-c++
+BuildRequires:  gtk2-devel
+BuildRequires:  xorg-x11
 %if 0%{?suse_version} >= 1210
 BuildRequires:  libv4l-devel >= 0.8.4
 %endif
-License:GPLv2+
-Group:  System/GUI/Other
 Obsoletes:  wmweath wmapps
 Provides:   wmweath wmapps
-AutoReqProv:on
 Version:1.0.1
-Release:11
+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
@@ -430,7 +433,6 @@
 cd ../wmtv
 make CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 cd ../wmbiff-%{wmbiff_version}
-%{?suse_update_config:%{suse_update_config -f }}
 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr/ --mandir=%{_mandir}
 make
 cd ../pclock-%{pclock_version}
@@ -444,7 +446,6 @@
 cd ../wmnd_%{wmnd_version}
 make CFLAGS="$RPM_OPT_FLAGS"
 cd ../wmpinboard-%{wmpinboard_version}
-%{?suse_update_config:%{suse_update_config -f }}
 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --mandir=%{_mandir}
 make
 cd ../wmcliphist


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit WindowMaker-applets for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package WindowMaker-applets for 
openSUSE:Factory
checked in at Mon Sep 19 21:21:16 CEST 2011.




--- WindowMaker-applets/WindowMaker-applets.changes 2011-07-07 
13:12:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/WindowMaker-applets/WindowMaker-applets.changes
2011-09-17 17:37:01.0 +0200
@@ -1,0 +2,9 @@
+Sat Sep 17 15:33:52 UTC 2011 - suse-...@gmx.de
+
+- fixed build for factory:
+  * added Patch47 wmfire-0.0.3.9pre4-configure_fix.diff (fixes x_includes
+and x_libraries handling in configure.in - this needs an autoreconf)
+  * added Patch48: wmswallow-0.6.1-ld_fix.diff (add -lX11)
+  * added Patch49: wmcliphist-1.0-ld_fix.diff (add -lX11)
+
+---

calling whatdependson for head-i586


New:

  wmcliphist-1.0-ld_fix.diff
  wmfire-0.0.3.9pre4-configure_fix.diff
  wmswallow-0.6.1-ld_fix.diff



Other differences:
--
++ WindowMaker-applets.spec ++
--- /var/tmp/diff_new_pack.jqqqCt/_old  2011-09-19 21:21:11.0 +0200
+++ /var/tmp/diff_new_pack.jqqqCt/_new  2011-09-19 21:21:11.0 +0200
@@ -215,6 +215,9 @@
 Patch44:WMMail-automake.patch
 Patch45:WMMail-fewargs.patch
 Patch46:wmSMPmon-Support-selecting-CPUs-to-display.patch
+Patch47:wmfire-%{wmfire_version}-configure_fix.diff
+Patch48:wmswallow-%{wmswallow_version}-ld_fix.diff
+Patch49:wmcliphist-%{wmcliphist_version}-ld_fix.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -326,6 +329,12 @@
 %patch41
 cd ../wmisdn-%{wmisdn_version}
 %patch42
+cd ../wmfire-%{wmfire_version}
+%patch47
+cd ../wmswallow
+%patch48
+cd ../wmcliphist
+%patch49
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.
@@ -382,7 +391,7 @@
 cd ../../wmgmon.app/src
 make FLAGS="$RPM_OPT_FLAGS -Wall -I/usr/include"
 cd ../../wmfire-%{wmfire_version}
-%{?suse_update_config:%{suse_update_config -f }}
+autoreconf -fi
 CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" ./configure --prefix=/usr/
 make
 cd ../wmcube/wmcube

++ wmcliphist-1.0-ld_fix.diff ++
Index: Makefile
===
--- Makefile.orig
+++ Makefile
@@ -13,6 +13,7 @@ DEBUG =
 #DEBUG = debug.o
 
 LIBS = `pkg-config --libs gtk+-2.0`
+LIBS += `pkg-config --libs x11`
 
 OBJECTS = wmcliphist.o clipboard.o gui.o rcconfig.o history.o hotkeys.o 
utils.o $(DEBUG)
 TARGET = wmcliphist
++ wmfire-0.0.3.9pre4-configure_fix.diff ++
Index: configure.in
===
--- configure.in.orig
+++ configure.in
@@ -9,7 +9,9 @@ AC_PROG_CC
 
 dnl Checks for libraries.
 AC_PATH_X
-X11LIBS="-L$x_libraries -I$x_includes -lX11 -lXpm -lXext"
+X11LIBS="-lX11 -lXpm -lXext"
+test -n "$x_libraries" && X11LIBS="-L$x_libraries $X11LIBS"
+test -n "$x_includes" && X11LIBS="-I$x_includes $X11LIBS"
 AC_SUBST(X11LIBS)
 AC_MSG_CHECKING([to see if we can use X])
 AC_TRY_LINK([#include ],,AC_MSG_RESULT([yes]),AC_MSG_RESULT([uh.. 
no]); exit 1)
++ wmswallow-0.6.1-ld_fix.diff ++
Index: Makefile
===
--- Makefile.orig
+++ Makefile
@@ -5,7 +5,7 @@ RM=rm -f
 X=/usr/X11R6
 INCLUDES=-I$(X)/include
 LIBPATHS=-L${X}/lib
-LIBS=-lXext
+LIBS=-lXext -lX11
 PROG=wmswallow
 OBJS=wmswallow.o
 SH=/bin/sh






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit WindowMaker-applets for openSUSE:Factory

2011-07-13 Thread h_root

Hello community,

here is the log from the commit of package WindowMaker-applets for 
openSUSE:Factory
checked in at Wed Jul 13 12:15:28 CEST 2011.




--- WindowMaker-applets/WindowMaker-applets.changes 2010-04-08 
13:33:22.0 +0200
+++ 
/mounts/work_src_done/STABLE/WindowMaker-applets/WindowMaker-applets.changes
2011-07-07 13:12:41.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul  7 11:08:58 UTC 2011 - idon...@novell.com
+
+- Add wmtv-v4l-2.6.38.patch: use new v4l interface 
+
+---

calling whatdependson for head-i586


New:

  wmtv-v4l-2.6.38.patch



Other differences:
--
++ WindowMaker-applets.spec ++
--- /var/tmp/diff_new_pack.fZOGhI/_old  2011-07-13 12:14:04.0 +0200
+++ /var/tmp/diff_new_pack.fZOGhI/_new  2011-07-13 12:14:04.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package WindowMaker-applets (Version 1.0.1)
+# spec file for package WindowMaker-applets
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products 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,13 +20,16 @@
 
 Name:   WindowMaker-applets
 BuildRequires:  WindowMaker-devel curl-devel fdupes gcc-c++ gtk2-devel xorg-x11
+%if 0%{?suse_version} >= 1210
+BuildRequires:  libv4l-devel >= 0.8.4
+%endif
 License:GPLv2+
 Group:  System/GUI/Other
 Obsoletes:  wmweath wmapps
 Provides:   wmweath wmapps
 AutoReqProv:on
 Version:1.0.1
-Release:3
+Release:11
 Summary:Window Maker Applets
 #
 %define wmcdplay_version   1.0-beta1
@@ -201,6 +204,7 @@
 Patch31:wmSun-%{wmSun_version}.dif
 Patch32:wmrecord-%{wmrecord_version}.dif
 Patch33:wmtv-%{wmtv_version}.patch
+Patch34:wmtv-v4l-2.6.38.patch
 Patch36:wmNetscapeKiller-%{wmNetscapeKiller_version}.dif
 Patch37:wmSMPmon-%{wmSMPmon_version}.dif
 Patch38:wmappl-%{wmappl_version}.dif
@@ -304,6 +308,9 @@
 %patch32
 cd ../wmtv
 %patch33
+%if 0%{?suse_version} >= 1210
+%patch34 -p1
+%endif
 cd ../wmNetscapeKiller-%{wmNetscapeKiller_version}
 %patch36
 cd ../wmSMPmon-%{wmSMPmon_version}


++ wmtv-v4l-2.6.38.patch ++
--- wmtv/src/wmtv.c 1999-04-24 06:45:40.0 +0200
+++ wmtv/src/wmtv.c 2011-07-07 13:08:26.389088768 +0200
@@ -33,7 +33,7 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 #include 
 
 #include 





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org