From 1464633831c99b64d43c3d42c4eb4567ce225f3d Mon Sep 17 00:00:00 2001 From: cchance Date: Oct 06 2009 04:18:30 +0000 Subject: - IBus #564 - Fixed parsing equal sign. --- diff --git a/ibus-table.spec b/ibus-table.spec index 08b2948..547f2c6 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,11 +1,13 @@ Name: ibus-table Version: 1.2.0.20090912 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Table engine for IBus platform 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-2.parse_eq_sign.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: ibus-devel > 1.2 @@ -24,6 +26,7 @@ This package contains additional tables. %prep %setup -q +%patch0 -p1 -b .1-parse_eq_sign %build %configure --disable-static --enable-additional @@ -104,6 +107,9 @@ ibus-table-createdb -i -n %{_datadir}/ibus-table/tables/latex.db %{_datadir}/%{name}/icons/latex.svg %changelog +* Tue Oct 06 2009 Caius 'kaio' Chance - 1.2.0.20090912-2.fc11 +- IBus #564 - Fixed parsing equal sign. + * Wed Sep 30 2009 Caius 'kaio' Chance - 1.2.0.20090912-1.fc11 - Rebuilt with IBus 1.2.