rpms/gedit/FC-4 gedit.spec,1.37,1.38

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jun 7 17:26:11 UTC 2005


Author: rstrode

Update of /cvs/dist/rpms/gedit/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv25277

Modified Files:
	gedit.spec 
Log Message:
- Dont pass user input as format specifiers to
  gtk_message_dialog_new (bug 159657).



Index: gedit.spec
===================================================================
RCS file: /cvs/dist/rpms/gedit/FC-4/gedit.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- gedit.spec	14 Apr 2005 20:44:23 -0000	1.37
+++ gedit.spec	7 Jun 2005 17:26:08 -0000	1.38
@@ -14,7 +14,7 @@
 Summary:	gEdit is a small but powerful text editor for GNOME.
 Name:		gedit
 Version:	2.10.2
-Release:	3
+Release:	4
 Epoch:		1
 License:	GPL
 Group:		Applications/Editors
@@ -32,6 +32,7 @@
 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 @@
 %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 @@
 %{_libdir}/pkgconfig/gedit-2.10.pc
 
 %changelog
+* Tue Jun 07 2005 Ray Strode <rstrode at redhat.com> 1:2.10.2-4
+- Dont pass user input as format specifiers to
+  gtk_message_dialog_new (bug 159657).
+
 * Thu Apr 14 2005 John (J5) Palmieri <johnp at 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




More information about the fedora-cvs-commits mailing list