rpms/ibus-table/devel ibus-table.spec,1.28,1.29

cchance cchance at fedoraproject.org
Wed Nov 11 02:31:55 UTC 2009


Author: cchance

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

Modified Files:
	ibus-table.spec 
Log Message:
fix crashing caused by speedmeter


Index: ibus-table.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table/devel/ibus-table.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- ibus-table.spec	21 Sep 2009 02:34:28 -0000	1.28
+++ ibus-table.spec	11 Nov 2009 02:31:55 -0000	1.29
@@ -6,6 +6,7 @@ License:    LGPLv2+
 Group:      System Environment/Libraries
 URL:        http://code.google.com/p/ibus/
 Source0:    http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
+Patch0:     ibus-table-1.2.0.20090912-1.disable_speedmeter.patch
 
 Requires:       ibus > 1.2.0
 BuildRequires:  ibus-devel > 1.2.0
@@ -26,6 +27,7 @@ This package contains additional tables.
 
 %prep
 %setup -q
+%patch0 -p1 -b .1-disable_speedmeter
 
 %build
 %configure --disable-static
@@ -106,6 +108,9 @@ ibus-table-createdb -i -n %{_datadir}/ib
 %{_datadir}/ibus-table/icons/latex.svg
 
 %changelog
+* Wed Nov 11 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090912-2.fc13
+- Fix crashing caused by speedmeter.
+
 * Fri Sep 04 2009 Caius 'kaio' Chance <k at kaio.me> - 1.2.0.20090912-1.fc12
 - Upgraded to upstream source.
 




More information about the fedora-extras-commits mailing list