diff --git a/.cvsignore b/.cvsignore index 5b83642..3a6c362 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -ibus-table-0.1.1.20081014.tar.gz -ibus-table-1.1.0.20090220.tar.gz +ibus-table-1.1.0.20090316.tar.gz diff --git a/ibus-table-1.1.0.20090316-1.bz490396.no_speedmeter.patch b/ibus-table-1.1.0.20090316-1.bz490396.no_speedmeter.patch new file mode 100644 index 0000000..1f8bcb1 --- /dev/null +++ b/ibus-table-1.1.0.20090316-1.bz490396.no_speedmeter.patch @@ -0,0 +1,13 @@ +diff -up ibus-table-1.1.0.20090316/engine/ibus-engine-table.in.orig ibus-table-1.1.0.20090316/engine/ibus-engine-table.in +--- ibus-table-1.1.0.20090316/engine/ibus-engine-table.in.orig 2009-03-16 15:11:57.000000000 +1000 ++++ ibus-table-1.1.0.20090316/engine/ibus-engine-table.in 2009-03-16 15:12:41.000000000 +1000 +@@ -35,7 +35,8 @@ for arg in $@; do + done + + # first running speedmeter as a daemon +-python @datarootdir@/ibus-table/engine/speedmeter.py -d ++# (temporary disabled until config option is implemented) ++#python @datarootdir@/ibus-table/engine/speedmeter.py -d + + # then start our IME + exec python @datarootdir@/ibus-table/engine/main.py $@ diff --git a/ibus-table.spec b/ibus-table.spec index 393f60e..2a37768 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -1,6 +1,6 @@ Name: ibus-table -Version: 1.1.0.20090220 -Release: 5%{?dist} +Version: 1.1.0.20090316 +Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ Group: System Environment/Libraries @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: ibus-devel > 1.1.0 Requires: ibus > 1.1.0 -Patch1: ibus-table-pkgconfig-noarch.patch +Patch1: ibus-table-1.1.0.20090316-1.bz490396.no_speedmeter.patch %description The package contains general Table engine for IBus platform. @@ -25,7 +25,7 @@ This package contains additional tables. %prep %setup -q -%patch1 -p1 -b .orig +%patch1 -p1 -b .1-bz490396.no_speedmeter %build %configure --disable-static --enable-additional @@ -106,6 +106,11 @@ ibus-table-createdb -i -n %{_datadir}/ibus-table/tables/latex.db %{_datadir}/%{name}/icons/latex.svg %changelog +* Mon Mar 16 2009 Caius Chance - 1.1.0.20090316-1.fc11 +- Resolves: rhbz#490396 +- Updated source tarball. +- Disabled speedmeter until config option is implemented. + * Fri Mar 6 2009 Jens Petersen - 1.1.0.20090220-5 - make pkgconfig noarch with ibus-table-pkgconfig-noarch.patch - fix license field: actually LGPL