r25209 - in /desktop/unstable/gnome-python-desktop/debian: changelog patches/01_wnck_enums.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Mon Sep 27 17:44:05 UTC 2010


Author: pochu
Date: Mon Sep 27 17:43:59 2010
New Revision: 25209

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25209
Log:
* debian/patches/01_wnck_enums.patch:
  - Patch from upstream bugzilla, fix flags in the wnck module that were
    declared as enums. Closes: #597414.

Added:
    desktop/unstable/gnome-python-desktop/debian/patches/01_wnck_enums.patch
Modified:
    desktop/unstable/gnome-python-desktop/debian/changelog
    desktop/unstable/gnome-python-desktop/debian/patches/series

Modified: desktop/unstable/gnome-python-desktop/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python-desktop/debian/changelog?rev=25209&op=diff
==============================================================================
--- desktop/unstable/gnome-python-desktop/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-python-desktop/debian/changelog [utf-8] Mon Sep 27 17:43:59 2010
@@ -1,3 +1,11 @@
+gnome-python-desktop (2.30.0-3) unstable; urgency=low
+
+  * debian/patches/01_wnck_enums.patch:
+    - Patch from upstream bugzilla, fix flags in the wnck module that were
+      declared as enums. Closes: #597414.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 27 Sep 2010 19:42:52 +0200
+
 gnome-python-desktop (2.30.0-2) unstable; urgency=low
 
   [ Emilio Pozuelo Monfort ]

Added: desktop/unstable/gnome-python-desktop/debian/patches/01_wnck_enums.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python-desktop/debian/patches/01_wnck_enums.patch?rev=25209&op=file
==============================================================================
--- desktop/unstable/gnome-python-desktop/debian/patches/01_wnck_enums.patch (added)
+++ desktop/unstable/gnome-python-desktop/debian/patches/01_wnck_enums.patch [utf-8] Mon Sep 27 17:43:59 2010
@@ -1,0 +1,32 @@
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=630063
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597414
+
+--- a/wnck/wnck.defs
++++ b/wnck/wnck.defs
+@@ -100,7 +100,7 @@
+   )
+ )
+ 
+-(define-enum WindowState
++(define-flags WindowState
+   (in-module "Wnck")
+   (c-name "WnckWindowState")
+   (gtype-id "WNCK_TYPE_WINDOW_STATE")
+@@ -121,7 +121,7 @@
+   )
+ )
+ 
+-(define-enum WindowActions
++(define-flags WindowActions
+   (in-module "Wnck")
+   (c-name "WnckWindowActions")
+   (gtype-id "WNCK_TYPE_WINDOW_ACTIONS")
+@@ -184,7 +184,7 @@
+   )
+ )
+ 
+-(define-enum WindowMoveResizeMask
++(define-flags WindowMoveResizeMask
+   (in-module "Wnck")
+   (c-name "WnckWindowMoveResizeMask")
+   (gtype-id "WNCK_TYPE_WINDOW_MOVE_RESIZE_MASK")

Modified: desktop/unstable/gnome-python-desktop/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python-desktop/debian/patches/series?rev=25209&op=diff
==============================================================================
--- desktop/unstable/gnome-python-desktop/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-python-desktop/debian/patches/series [utf-8] Mon Sep 27 17:43:59 2010
@@ -1,2 +1,3 @@
+01_wnck_enums.patch
 02_maintainer_mode.patch
 90_autotools.patch




More information about the pkg-gnome-commits mailing list