From c28ba821efd679fefa44507f3254f24c053a6de8 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Jun 07 2005 17:29:56 +0000 Subject: - Dont pass user input as format specifiers to gtk_message_dialog_new (bug 159657). --- diff --git a/gedit.spec b/gedit.spec index 5fc18fd..0916d09 100644 --- a/gedit.spec +++ b/gedit.spec @@ -14,7 +14,7 @@ Summary: gEdit is a small but powerful text editor for GNOME. Name: gedit Version: 2.10.2 -Release: 3 +Release: 5 Epoch: 1 License: GPL Group: Applications/Editors @@ -32,6 +32,7 @@ Patch3: gedit-2.4.0-escapecancel.patch Patch4: gedit-2.5.90-filesel.patch Patch6: gedit-2.7.92-opensize.patch Patch7: gedit-2.7.92-enable-plugins.patch +Patch8: gedit-2.10.2-pass-format-string.patch BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: pango-devel >= %{pango_version} @@ -79,6 +80,7 @@ Install gedit-devel if you want to write plug-ins for gEdit. %patch4 -p1 -b .filesel %patch6 -p1 -b .opensize %patch7 -p1 -b .enable-plugins +%patch8 -p1 -b .pass-format-string %build %configure @@ -152,6 +154,10 @@ scrollkeeper-update %{_libdir}/pkgconfig/gedit-2.10.pc %changelog +* Tue Jun 07 2005 Ray Strode 1:2.10.2-5 +- Dont pass user input as format specifiers to + gtk_message_dialog_new (bug 159657). + * Thu Apr 14 2005 John (J5) Palmieri - 2.10.2-3 - Revert the addition of the gedit icon to the hicolor theme as the new gnome-icon-theme package does the right thing