r38132 - in /desktop/unstable/zenity/debian: changelog patches/01_dont_quit_zenity_when_stdin_ends.patch patches/02_fix_segfault_in_listview.patch patches/series
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Sat May 25 21:54:25 UTC 2013
Author: biebl
Date: Sat May 25 21:54:24 2013
New Revision: 38132
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=38132
Log:
Update patches
* Refresh 01_dont_quit_zenity_when_stdin_ends.patch.
* Remove 02_fix_segfault_in_listview.patch, merged upstream.
Removed:
desktop/unstable/zenity/debian/patches/02_fix_segfault_in_listview.patch
Modified:
desktop/unstable/zenity/debian/changelog
desktop/unstable/zenity/debian/patches/01_dont_quit_zenity_when_stdin_ends.patch
desktop/unstable/zenity/debian/patches/series
Modified: desktop/unstable/zenity/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/zenity/debian/changelog?rev=38132&op=diff
==============================================================================
--- desktop/unstable/zenity/debian/changelog [utf-8] (original)
+++ desktop/unstable/zenity/debian/changelog [utf-8] Sat May 25 21:54:24 2013
@@ -2,6 +2,8 @@
* New upstream release.
* Bump Standards-Version to 3.9.4. No further changes.
+ * Refresh 01_dont_quit_zenity_when_stdin_ends.patch.
+ * Remove 02_fix_segfault_in_listview.patch, merged upstream.
-- Michael Biebl <biebl at debian.org> Sat, 25 May 2013 23:50:05 +0200
Modified: desktop/unstable/zenity/debian/patches/01_dont_quit_zenity_when_stdin_ends.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/zenity/debian/patches/01_dont_quit_zenity_when_stdin_ends.patch?rev=38132&op=diff
==============================================================================
--- desktop/unstable/zenity/debian/patches/01_dont_quit_zenity_when_stdin_ends.patch [utf-8] (original)
+++ desktop/unstable/zenity/debian/patches/01_dont_quit_zenity_when_stdin_ends.patch [utf-8] Sat May 25 21:54:24 2013
@@ -12,11 +12,11 @@
src/notification.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
-Index: zenity-3.2.0/src/notification.c
+Index: zenity-3.8.0/src/notification.c
===================================================================
---- zenity-3.2.0.orig/src/notification.c 2011-09-27 00:42:16.000000000 +0200
-+++ zenity-3.2.0/src/notification.c 2011-09-28 15:39:04.809489648 +0200
-@@ -167,8 +167,6 @@
+--- zenity-3.8.0.orig/src/notification.c 2013-05-25 23:51:03.085727542 +0200
++++ zenity-3.8.0/src/notification.c 2013-05-25 23:51:03.077727349 +0200
+@@ -291,8 +291,6 @@
if ((condition & G_IO_HUP) != 0) {
g_io_channel_shutdown (channel, TRUE, NULL);
Modified: desktop/unstable/zenity/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/zenity/debian/patches/series?rev=38132&op=diff
==============================================================================
--- desktop/unstable/zenity/debian/patches/series [utf-8] (original)
+++ desktop/unstable/zenity/debian/patches/series [utf-8] Sat May 25 21:54:24 2013
@@ -1,2 +1,1 @@
01_dont_quit_zenity_when_stdin_ends.patch
-02_fix_segfault_in_listview.patch
More information about the pkg-gnome-commits
mailing list