rpms/gtk2/F-10 gtk2-remove-connecting-reason.patch, NONE, 1.1 gtk2.spec, 1.348, 1.349

Marek Kašík mkasik at fedoraproject.org
Wed Oct 28 15:25:58 UTC 2009


Author: mkasik

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

Modified Files:
	gtk2.spec 
Added Files:
	gtk2-remove-connecting-reason.patch 
Log Message:
* Wed Oct 28 2009 Marek Kasik <mkasik at redhat.com> - 2.14.7-9
- 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-27 12:46:41.000000000 +0100
+++ modules/printbackends/cups/gtkprintbackendcups.c	2009-10-27 12:47:30.000000000 +0100
@@ -1113,7 +1113,6 @@ cups_request_printer_list_cb (GtkPrintBa
           "media-low",
           "media-empty",
           "offline",
-          "connecting-to-device",
           "other"
         };
       static const char * reasons_descs[] =
@@ -1133,7 +1132,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-10/gtk2.spec,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -p -r1.348 -r1.349
--- gtk2.spec	26 May 2009 21:05:45 -0000	1.348
+++ gtk2.spec	28 Oct 2009 15:25:58 -0000	1.349
@@ -16,7 +16,7 @@
 Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
 Name: gtk2
 Version: %{base_version}
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 Source: http://download.gnome.org/sources/gtk+/2.14/gtk+-%{version}.tar.bz2
@@ -36,6 +36,8 @@ Patch3: default_printer.patch
 Patch4: print_at_local_time.patch
 # fixed upstream
 Patch5: gtk2-register-randr-events.patch
+# https://bugzilla.redhat.com/show_bug.cgi?id=529364
+Patch6: gtk2-remove-connecting-reason.patch
 
 BuildRequires: atk-devel >= %{atk_version}
 BuildRequires: pango-devel >= %{pango_version}
@@ -125,6 +127,7 @@ docs for the GTK+ widget toolkit.  
 %patch3 -p0 -b .default-printer
 %patch4 -p0 -b .print-at-local-time
 %patch5 -p1 -b .register-randr-events
+%patch6 -p0 -b .remove-connecting-reason
 
 for i in config.guess config.sub ; do
   test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
@@ -308,6 +311,9 @@ fi
 %{_datadir}/gtk-2.0
 
 %changelog
+* Wed Oct 28 2009 Marek Kasik <mkasik at redhat.com> - 2.14.7-9
+- Remove handling of "connecting-to-device" reason (#529364)
+
 * Tue May 26 2009 Matthias Clasen <mclasen at redhat.com> - 2.14.7-8
 - Update the immodules files in %%postun (#502420)
 




More information about the fedora-extras-commits mailing list