[ibus-table/f19] update to latest upstream ibus-table-1.5.0.20140311

Mike FABIAN mfabian at fedoraproject.org
Tue Mar 11 19:42:18 UTC 2014


commit 46711ddc5bef39e6f668e08696a7dde70c47bc7e
Author: Mike FABIAN <mfabian at redhat.com>
Date:   Tue Mar 11 15:32:58 2014 +0100

    update to latest upstream ibus-table-1.5.0.20140311
    
    - fix a regression introduced by the Python3 port
    - add a .desktop file and make the setup tool work with Gnome
    - make it possible to interrupt the setup tool with Control-C from the command line

 .gitignore      |    1 +
 ibus-table.spec |    9 ++++++++-
 sources         |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f1b736f..1213ac4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ ibus-table-1.3.0.20100621.tar.gz
 /ibus-table-1.5.0.20140205.tar.gz
 /ibus-table-1.5.0.20140218.tar.gz
 /ibus-table-1.5.0.20140306.tar.gz
+/ibus-table-1.5.0.20140311.tar.gz
diff --git a/ibus-table.spec b/ibus-table.spec
index 3ceeff4..0e763e5 100644
--- a/ibus-table.spec
+++ b/ibus-table.spec
@@ -1,5 +1,5 @@
 Name:       ibus-table
-Version:    1.5.0.20140306
+Version:    1.5.0.20140311
 Release:    1%{?dist}
 Summary:    The Table engine for IBus platform
 License:    LGPLv2+
@@ -51,6 +51,7 @@ export PYTHON=%{__python3}
 %doc AUTHORS COPYING README
 %{_datadir}/%{name}
 %{_datadir}/ibus/component/table.xml
+%{_datadir}/applications/ibus-setup-table.desktop
 %{_bindir}/%{name}-createdb
 %{_libexecdir}/ibus-engine-table
 %{_libexecdir}/ibus-setup-table
@@ -61,6 +62,12 @@ export PYTHON=%{__python3}
 %{_datadir}/pkgconfig/%{name}.pc
 
 %changelog
+* Tue Mar 11 2014 Mike FABIAN <mfabian at redhat.com> - 1.5.0.20140311-1
+- update to latest upstream
+- fix a regression introduced by the Python3 port
+- add a .desktop file and make the setup tool work with Gnome
+- make it possible to interrupt the setup tool with Control-C from the command line
+
 * Thu Mar 06 2014 Mike FABIAN <mfabian at redhat.com> - 1.5.0.20140306-1
 - update to latest upstream
 - Resolves: rhbz#1072940 - Left Shift stopped work for ibus-table-1.5.0.20140218-1.fc20.noarch
diff --git a/sources b/sources
index 9090074..87080bb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d8e9d6ce022a60d86ccb9ecee521f52c  ibus-table-1.5.0.20140306.tar.gz
+8d63542fdaf158617b190c2e32a8c510  ibus-table-1.5.0.20140311.tar.gz


More information about the scm-commits mailing list