rpms/ibus-table/devel ibus-table-1.1.0.20090316-1.bz490396.no_speedmeter.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 ibus-table.spec, 1.15, 1.16

Caius Chance cchance at fedoraproject.org
Mon Mar 16 05:15:23 UTC 2009


Author: cchance

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

Modified Files:
	.cvsignore ibus-table.spec 
Added Files:
	ibus-table-1.1.0.20090316-1.bz490396.no_speedmeter.patch 
Log Message:
resume of last cvs commit


ibus-table-1.1.0.20090316-1.bz490396.no_speedmeter.patch:

--- NEW FILE ibus-table-1.1.0.20090316-1.bz490396.no_speedmeter.patch ---
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 $@


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	4 Mar 2009 04:40:59 -0000	1.6
+++ .cvsignore	16 Mar 2009 05:14:52 -0000	1.7
@@ -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


Index: ibus-table.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table/devel/ibus-table.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ibus-table.spec	6 Mar 2009 02:07:54 -0000	1.15
+++ ibus-table.spec	16 Mar 2009 05:14:52 -0000	1.16
@@ -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 @@
 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 @@
 
 %prep
 %setup -q
-%patch1 -p1 -b .orig
+%patch1 -p1 -b .1-bz490396.no_speedmeter
 
 %build
 %configure --disable-static --enable-additional
@@ -106,6 +106,11 @@
 %{_datadir}/%{name}/icons/latex.svg
 
 %changelog
+* Mon Mar 16 2009 Caius Chance <cchance at redhat.com> - 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 <petersen at redhat.com> - 1.1.0.20090220-5
 - make pkgconfig noarch with ibus-table-pkgconfig-noarch.patch
 - fix license field: actually LGPL




More information about the fedora-extras-commits mailing list