rpms/pango/devel pango-1.14.4-remove-unref.patch, NONE, 1.1 pango.spec, 1.87, 1.88

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Sep 25 23:27:49 UTC 2006


Author: besfahbo

Update of /cvs/dist/rpms/pango/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18586

Modified Files:
	pango.spec 
Added Files:
	pango-1.14.4-remove-unref.patch 
Log Message:
* Mon Sep 25 2006 Behdad Esfahbod <besfahbo at redhat.com> - 1.14.4-2
- Remove illegal g_object_unref().


pango-1.14.4-remove-unref.patch:
 pangocairo-font.c |    1 -
 1 files changed, 1 deletion(-)

--- NEW FILE pango-1.14.4-remove-unref.patch ---
Index: pango/pangocairo-font.c
===================================================================
RCS file: /cvs/gnome/pango/pango/pangocairo-font.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -d -r1.26 -r1.27
--- pango/pangocairo-font.c	7 Jun 2006 07:37:07 -0000	1.26
+++ pango/pangocairo-font.c	25 Sep 2006 21:02:33 -0000	1.27
@@ -227,7 +227,6 @@ _pango_cairo_font_get_hex_box_info (Pang
 
     pango_font_description_free (desc);
     g_object_unref (context);
-    g_object_unref (fontmap);
   }
 
   cairo_font_options_destroy (font_options);


Index: pango.spec
===================================================================
RCS file: /cvs/dist/rpms/pango/devel/pango.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- pango.spec	18 Sep 2006 15:41:23 -0000	1.87
+++ pango.spec	25 Sep 2006 23:27:47 -0000	1.88
@@ -8,7 +8,7 @@
 Summary: System for layout and rendering of internationalized text
 Name: pango
 Version: 1.14.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 Source: http://download.gnome.org/sources/pango/1.14/pango-%{version}.tar.bz2
@@ -36,6 +36,8 @@
 Patch1: pango-slighthint.patch
 # Look for pango.modules in an arch-specific directory
 Patch2: pango-1.2.5-lib64.patch
+# Upstream patches
+Patch3: pango-1.14.4-remove-unref.patch
 
 %description
 Pango is a system for layout and rendering of internationalized text.
@@ -67,6 +69,7 @@
 
 %patch1 -p1 -b .slighthint
 %patch2 -p1 -b .lib64
+%patch3 -p0 -b .remove-unref
 
 %build
 
@@ -189,6 +192,9 @@
 
 
 %changelog
+* Mon Sep 25 2006 Behdad Esfahbod <besfahbo at redhat.com> - 1.14.4-2
+- Remove illegal g_object_unref().
+
 * Fri Sep 15 2006 Behdad Esfahbod <besfahbo at redhat.com> - 1.14.4-1
 - Update to 1.14.4
 - Fixes bugs 198136, 306388, 206390




More information about the fedora-cvs-commits mailing list