From 1deac78c04ef87f2a2b36fe943a4b7bdbad865ce Mon Sep 17 00:00:00 2001 From: cchance Date: Wed, 11 Nov 2009 02:31:55 +0000 Subject: [PATCH] fix crashing caused by speedmeter --- ibus-table.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ibus-table.spec b/ibus-table.spec index 4208ea6..a97b875 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -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}/ibus-table/tables/latex.db %{_datadir}/ibus-table/icons/latex.svg %changelog +* Wed Nov 11 2009 Caius 'kaio' Chance - 1.2.0.20090912-2.fc13 +- Fix crashing caused by speedmeter. + * Fri Sep 04 2009 Caius 'kaio' Chance - 1.2.0.20090912-1.fc12 - Upgraded to upstream source.