rpms/gnome-utils/devel gnome-utils-2.13.91-logview-crash.patch, NONE, 1.1 gnome-utils.spec, 1.87, 1.88

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Feb 6 15:54:44 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/gnome-utils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18563

Modified Files:
	gnome-utils.spec 
Added Files:
	gnome-utils-2.13.91-logview-crash.patch 
Log Message:
Fix gnome-system-log crash


gnome-utils-2.13.91-logview-crash.patch:
 misc.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gnome-utils-2.13.91-logview-crash.patch ---
--- gnome-utils-2.13.91/logview/misc.c.logview-crash	2006-02-06 10:51:07.000000000 -0500
+++ gnome-utils-2.13.91/logview/misc.c	2006-02-06 10:52:07.000000000 -0500
@@ -182,5 +182,5 @@
    fontdesc = pango_font_description_from_string (font_name);
    if (pango_font_description_get_family (fontdesc) != NULL)
        gtk_widget_modify_font (widget, fontdesc);
-   g_free (fontdesc);
+   pango_font_description_free (fontdesc);
 }


Index: gnome-utils.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-utils/devel/gnome-utils.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- gnome-utils.spec	30 Jan 2006 20:20:13 -0000	1.87
+++ gnome-utils.spec	6 Feb 2006 15:54:41 -0000	1.88
@@ -20,7 +20,7 @@
 Summary: GNOME utility programs.
 Name: gnome-utils
 Version: 2.13.91
-Release: 1
+Release: 2
 Epoch: 1
 License: GPL
 Group: Applications/System
@@ -33,6 +33,8 @@
 
 Patch0: gnome-utils-2.11.90-schemasdir.patch
 Patch1: gcalctool-flex-crap.patch
+# fixed in 2.13.92
+Patch2: gnome-utils-2.13.91-logview-crash.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Obsoletes: gnome
@@ -69,6 +71,7 @@
 
 %prep
 %setup -q
+%patch2 -p1 -b .logview-crash
 
 # Hide from menus
 pushd gsearchtool
@@ -211,6 +214,9 @@
 %{_sysconfdir}/pam.d/gnome-system-log
 
 %changelog
+* Mon Feb  6 2006 Matthias Clasen <mclasen at redhat.com> 2.13.91-2
+- Fix a gnome-system-log crash
+
 * Mon Jan 30 2006 Matthias Clasen <mclasen at redhat.com> 2.13.91-1
 - Update to gnome-utils 2.13.91
 - Update to zenity 2.13.90




More information about the fedora-cvs-commits mailing list