rpms/gtk2/F-12 gtk2-remove-connecting-reason.patch, NONE, 1.1 gtk2.spec, 1.429, 1.430

Marek Kašík mkasik at fedoraproject.org
Mon Nov 2 12:08:23 UTC 2009


Author: mkasik

Update of /cvs/pkgs/rpms/gtk2/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15121

Modified Files:
	gtk2.spec 
Added Files:
	gtk2-remove-connecting-reason.patch 
Log Message:
* Mon Nov  2 2009 Marek Kasik <mkasik at redhat.com> - 2.18.3-17
- Remove handling of "connecting-to-device" reason (#529364)


gtk2-remove-connecting-reason.patch:
 gtkprintbackendcups.c |    2 --
 1 file changed, 2 deletions(-)

--- NEW FILE gtk2-remove-connecting-reason.patch ---
--- gtk+-2.18.3/modules/printbackends/cups/gtkprintbackendcups.c	2009-10-09 07:00:45.000000000 +0200
+++ gtk+-2.18.3/modules/printbackends/cups/gtkprintbackendcups.c	2009-11-02 11:45:39.000000000 +0100
@@ -1628,7 +1628,6 @@ cups_request_printer_list_cb (GtkPrintBa
           "media-low",
           "media-empty",
           "offline",
-          "connecting-to-device",
           "other"
         };
       static const char * reasons_descs[] =
@@ -1648,7 +1647,6 @@ cups_request_printer_list_cb (GtkPrintBa
           N_("Printer '%s' is low on paper."),
           N_("Printer '%s' is out of paper."),
           N_("Printer '%s' is currently off-line."),
-          N_("Printer '%s' may not be connected."),
           N_("There is a problem on printer '%s'.")
         };
       gboolean is_paused = FALSE;


Index: gtk2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtk2/F-12/gtk2.spec,v
retrieving revision 1.429
retrieving revision 1.430
diff -u -p -r1.429 -r1.430
--- gtk2.spec	31 Oct 2009 19:06:13 -0000	1.429
+++ gtk2.spec	2 Nov 2009 12:08:23 -0000	1.430
@@ -17,7 +17,7 @@
 Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
 Name: gtk2
 Version: %{base_version}
-Release: 16%{?dist}
+Release: 17%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 Source: http://download.gnome.org/sources/gtk+/2.18/gtk+-%{version}.tar.bz2
@@ -46,6 +46,8 @@ Patch8: tooltip-positioning.patch
 Patch9: iconview-hang.patch
 # https://bugzilla.gnome.org/show_bug.cgi?id=599446
 Patch10: toolbutton-assert.patch
+# http://bugzilla.redhat.com/show_bug.cgi?id=529364
+Patch11: gtk2-remove-connecting-reason.patch
 
 BuildRequires: atk-devel >= %{atk_version}
 BuildRequires: pango-devel >= %{pango_version}
@@ -167,6 +169,7 @@ This package contains developer document
 %patch8 -p1 -b .tooltip-positioning
 %patch9 -p1 -b .iconview-hang
 %patch10 -p1 -b .toolbutton-assert
+%patch11 -p1 -b .remove-connecting-reason
 
 %build
 libtoolize --force --copy
@@ -403,6 +406,9 @@ fi
 
 
 %changelog
+* Mon Nov  2 2009 Marek Kasik <mkasik at redhat.com> - 2.18.3-17
+- Remove handling of "connecting-to-device" reason (#529364)
+
 * Sat Oct 31 2009 Matthias Clasen <mclasen at redhta.com> - 2.18.3-16
 - Handle screen changes for tooltips (#531568)
 




More information about the scm-commits mailing list