rpms/gtk2/F-11 gtk2-remove-connecting-reason.patch, NONE, 1.1 gtk2.spec, 1.383, 1.384

Marek Kašík mkasik at fedoraproject.org
Wed Oct 28 16:08:06 UTC 2009


Author: mkasik

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

Modified Files:
	gtk2.spec 
Added Files:
	gtk2-remove-connecting-reason.patch 
Log Message:
* Wed Oct 28 2009 Marek Kasik <mkasik at redhat.com> - 2.16.6-3
- 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 ---
--- modules/printbackends/cups/gtkprintbackendcups.c	2009-10-28 16:35:06.000000000 +0100
+++ modules/printbackends/cups/gtkprintbackendcups.c	2009-10-28 16:35:45.000000000 +0100
@@ -1405,7 +1405,6 @@ cups_request_printer_list_cb (GtkPrintBa
           "media-low",
           "media-empty",
           "offline",
-          "connecting-to-device",
           "other"
         };
       static const char * reasons_descs[] =
@@ -1425,7 +1424,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-11/gtk2.spec,v
retrieving revision 1.383
retrieving revision 1.384
diff -u -p -r1.383 -r1.384
--- gtk2.spec	4 Sep 2009 01:19:23 -0000	1.383
+++ gtk2.spec	28 Oct 2009 16:08:05 -0000	1.384
@@ -17,7 +17,7 @@
 Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
 Name: gtk2
 Version: %{base_version}
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 Source: http://download.gnome.org/sources/gtk+/2.16/gtk+-%{version}.tar.bz2
@@ -31,6 +31,8 @@ Patch0: gtk+-2.13.5-lib64.patch
 Patch3: default_printer.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=384940
 Patch4: print_authentication.patch
+# http://bugzilla.redhat.com/show_bug.cgi?id=529364
+Patch5: gtk2-remove-connecting-reason.patch
 
 BuildRequires: atk-devel >= %{atk_version}
 BuildRequires: pango-devel >= %{pango_version}
@@ -144,6 +146,7 @@ This package contains developer document
 %patch0 -p1 -b .lib64
 %patch3 -p0 -b .default-printer
 %patch4 -p0 -b .print-authentication
+%patch5 -p0 -b .remove-connecting-reason
 
 # make sure that gtkmarshalers.{c, h} get regenerated during the build
 #  - caused by print_authentication.patch
@@ -382,6 +385,9 @@ fi
 
 
 %changelog
+* Wed Oct 28 2009 Marek Kasik <mkasik at redhat.com> - 2.16.6-3
+- Remove handling of "connecting-to-device" reason (#529364)
+
 * Thu Sep  3 2009 Matthias Clasen <mclasen at redhat.com> - 2.16.6-2
 - Add im-cedilla.conf to gtk2-immodules (#510666)
 




More information about the fedora-extras-commits mailing list