[maliit-framework] Fix the updating of the gtk2 IM module cache

Peter Robinson pbrobinson at fedoraproject.org
Thu Oct 4 16:05:19 UTC 2012


commit fa97dfcafc1e8c67f30fd5a75b2af062aae90e08
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Thu Oct 4 17:04:51 2012 +0100

    Fix the updating of the gtk2 IM module cache

 maliit-framework.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/maliit-framework.spec b/maliit-framework.spec
index a5336ce..f365881 100644
--- a/maliit-framework.spec
+++ b/maliit-framework.spec
@@ -1,6 +1,6 @@
 Name:           maliit-framework
 Version:        0.92.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Input method framework
 
 Group:          System Environment/Libraries
@@ -121,12 +121,12 @@ if [ $1 -eq 1 ] ; then
 fi
 
 %postun gtk2
-/usr/bin/gtk-query-immodules-2.0-%{__isa_bits} --update-cache &> /dev/null || :
+/usr/bin/update-gtk-immodules %{_host} &> /dev/null || :
 
 %post gtk2
 if [ $1 -eq 1 ] ; then
     # For upgrades, the cache will be regenerated by the new package's %postun
-    /usr/bin/gtk-query-immodules-2.0-%{__isa_bits} --update-cache &> /dev/null || :
+    /usr/bin/update-gtk-immodules %{_host} &> /dev/null || :
 fi
 
 %files
@@ -170,6 +170,9 @@ fi
 %{_libdir}/maliit-framework-tests
 
 %changelog
+* Thu Oct  4 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 0.92.5-2
+- Fix the updating of the gtk2 IM module cache
+
 * Thu Sep 27 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 0.92.5-1
 - New 0.92.5 release, update based on review comments
 


More information about the scm-commits mailing list