- Dont pass user input as format specifiers to gtk_message_dialog_new (bug

159657).
This commit is contained in:
Ray Strode 2005-06-07 17:29:56 +00:00
parent 21adb586d0
commit c28ba821ef

View File

@ -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 <rstrode@redhat.com> 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 <johnp@redhat.com> - 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