rpms/ibus-rawcode/devel bug-531989.patch, NONE, 1.1 ibus-rawcode.spec, 1.4, 1.5

Pravin Satpute pravins at fedoraproject.org
Tue Nov 17 06:45:58 UTC 2009


Author: pravins

Update of /cvs/pkgs/rpms/ibus-rawcode/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14947

Modified Files:
	ibus-rawcode.spec 
Added Files:
	bug-531989.patch 
Log Message:
* Tue Nov 17 2009 Pravin Satpute <psatpute at redhat.com> - @VERSON at -3
- resolved bug 531989


bug-531989.patch:
 engine.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE bug-531989.patch ---
diff -rup ibus-rawcode-1.2.0.20090703/src/engine.c ibus-rawcode-1.2.0.20090703_mod/src/engine.c
--- ibus-rawcode-1.2.0.20090703/src/engine.c	2009-07-03 10:58:00.000000000 +0530
+++ ibus-rawcode-1.2.0.20090703_mod/src/engine.c	2009-11-17 11:08:02.000000000 +0530
@@ -193,7 +193,7 @@ ibus_rawcode_engine_destroy (IBusRawcode
     }
 
     if (rawcode->buffer) {
-        g_object_unref (rawcode->buffer);
+        g_string_free (rawcode->buffer,TRUE);
         rawcode->buffer = NULL;
     }
 


Index: ibus-rawcode.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-rawcode/devel/ibus-rawcode.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- ibus-rawcode.spec	25 Jul 2009 03:03:02 -0000	1.4
+++ ibus-rawcode.spec	17 Nov 2009 06:45:57 -0000	1.5
@@ -1,6 +1,6 @@
 Name:       ibus-rawcode
 Version:    1.2.0.20090703
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    The Rawcode engine for IBus input platform
 License:    GPLv2+
 Group:      System Environment/Libraries
@@ -15,12 +15,14 @@ BuildRequires:  pkgconfig
 BuildRequires:  ibus-devel
 
 Requires:   ibus
+Patch1: bug-531989.patch 
 
 %description
 The Rawcode engine for IBus platform.
 
 %prep
 %setup -q
+%patch1 -p1 -b .1-crash-resolve 
 
 %build
 %configure --disable-static
@@ -45,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/ibus/component/*
 
 %changelog
+* Tue Nov 17 2009 Pravin Satpute <psatpute at redhat.com> - @VERSON at -3
+- resolved bug 531989
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.0.20090703-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list