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 - 0.92.5-2 +- Fix the updating of the gtk2 IM module cache + * Thu Sep 27 2012 Peter Robinson - 0.92.5-1 - New 0.92.5 release, update based on review comments