rpms/WindowMaker/devel WindowMaker-0.91.0-peter-appicon-bouncer2.patch, 1.1, 1.2 WindowMaker.spec, 1.19, 1.20

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Sat Nov 4 13:21:46 UTC 2006


Author: awjb

Update of /cvs/extras/rpms/WindowMaker/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8704/devel

Modified Files:
	WindowMaker-0.91.0-peter-appicon-bouncer2.patch 
	WindowMaker.spec 
Log Message:
- fix #185579: bouncing animation will respect animations off setting
- fix #211263: missing dependencies in devel package 


WindowMaker-0.91.0-peter-appicon-bouncer2.patch:

Index: WindowMaker-0.91.0-peter-appicon-bouncer2.patch
===================================================================
RCS file: /cvs/extras/rpms/WindowMaker/devel/WindowMaker-0.91.0-peter-appicon-bouncer2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- WindowMaker-0.91.0-peter-appicon-bouncer2.patch	2 Mar 2006 14:16:26 -0000	1.1
+++ WindowMaker-0.91.0-peter-appicon-bouncer2.patch	4 Nov 2006 13:21:16 -0000	1.2
@@ -1,13 +1,3 @@
---- WindowMaker-0.91.0/src/window.c.vns	2005-05-19 12:42:35 +0400
-+++ WindowMaker-0.91.0/src/window.c	2005-05-19 12:42:35 +0400
-@@ -1410,6 +1410,7 @@
-                     raise = True;
-                 }
-             }
-+	    wAppBounce(app);
-         }
-     }
- 
 --- WindowMaker-0.91.0/src/application.c.vns	2005-05-19 12:42:35 +0400
 +++ WindowMaker-0.91.0/src/application.c	2005-05-19 12:42:35 +0400
 @@ -448,6 +448,16 @@
@@ -223,3 +213,17 @@
 +{
 +}
 +#endif
+--- WindowMaker-0.92.0/src/window.c.orig	2006-11-04 09:57:52.000000000 +0100
++++ WindowMaker-0.92.0/src/window.c	2006-11-04 10:00:33.000000000 +0100
+@@ -1399,6 +1399,11 @@
+                     raise = True;
+                 }
+             }
++	    /* only do the Bounce when animations are activated */
++	    if(!wPreferences.no_animations)
++	    {
++		wAppBounce(app);
++	    }
+         }
+     }
+ 


Index: WindowMaker.spec
===================================================================
RCS file: /cvs/extras/rpms/WindowMaker/devel/WindowMaker.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- WindowMaker.spec	15 Sep 2006 13:40:04 -0000	1.19
+++ WindowMaker.spec	4 Nov 2006 13:21:16 -0000	1.20
@@ -1,7 +1,7 @@
 Summary:	A fast, feature rich Window Manager
 Name:		WindowMaker
 Version:	0.92.0
-Release:	9%{?dist}
+Release:	10%{?dist}
 
 License:	GPL
 Group:		User Interface/Desktops
@@ -43,6 +43,8 @@
 Patch207:	WindowMaker-0.91.0-sga-moving-add.patch
 Patch208:	WindowMaker-0.91.0-peter-newappicon.patch
 Patch209:	WindowMaker-0.91.0-peter-mouse-placement.patch
+# actually a fixed version that does respect animations of settings
+# for the bounce animation. Fixes #185579.
 Patch210:	WindowMaker-0.91.0-peter-appicon-bouncer2.patch
 Patch211:       WindowMaker-0.91.0-sga-swpanel-customization.patch
 Patch212:       WindowMaker-0.92.0-alt-newpo.patch
@@ -66,6 +68,21 @@
 Summary:	libraries needed for WindowMaker.
 Group:		System Environment/Libraries
 Requires:	%{name} = %{version}-%{release}
+Requires:	xorg-x11-proto-devel
+Requires:	libX11-devel
+Requires:	pkgconfig
+Requires:	libXinerama-devel
+Requires:	fontconfig-devel
+Requires:	freetype-devel
+Requires:	libXft-devel
+Requires:	libXext-devel
+Requires:	libXrender-devel
+Requires:	libtiff-devel
+Requires:	zlib-devel
+Requires:	libXpm-devel
+Requires:	libjpeg-devel
+Requires:	libpng-devel
+Requires:	libungif-devel
 
 
 %description
@@ -193,6 +210,11 @@
 
 
 %changelog
+* Sat Nov 04 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.92.0-10
+- fix #185579: bouncing animation will respect animations off setting
+- fix #211263: missing dependencies in devel package
+
 * Fri Sep 15 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 0.92.0-9
 - FE6 rebuild




More information about the scm-commits mailing list