diff --git a/.gitignore b/.gitignore index c612043..e5821b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /fcitx-configtool-0.4.3.tar.xz +/fcitx-configtool-0.4.4.tar.xz diff --git a/fcitx-configtool.spec b/fcitx-configtool.spec index c0fcb46..8d535d1 100644 --- a/fcitx-configtool.spec +++ b/fcitx-configtool.spec @@ -1,12 +1,12 @@ Name: fcitx-configtool -Version: 0.4.3 -Release: 2%{?dist} +Version: 0.4.4 +Release: 1%{?dist} Summary: Gtk configuretool for Fcitx Group: System Environment/Libraries License: GPLv2+ URL: http://code.google.com/p/fcitx/ Source0: http://fcitx.googlecode.com/files/%{name}-%{version}.tar.xz -Patch0: fix_segenttation_fault_on_gtk3.patch +#Patch0: fix_segenttation_fault_on_gtk3.patch BuildRequires: cmake, fcitx-devel, gettext, intltool, libxml2-devel BuildRequires: gtk2-devel, iso-codes-devel, libtool, unique-devel @@ -22,8 +22,7 @@ KDE Version see fcitx-config-kde4 or kcm-fcitx. %prep %setup -q -n %{name}-%{version} -%patch0 -p1 - +#%patch0 -p1 %build mkdir -pv build @@ -37,10 +36,7 @@ pushd build make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" popd -cat << EOF > %{name}.lang -%lang(zh) /usr/share/locale/zh_TW/LC_MESSAGES/%{name}.mo -%lang(zh) /usr/share/locale/zh_CN/LC_MESSAGES/%{name}.mo -EOF +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT @@ -52,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jun 07 2012 Liang Suilong - 0.4.4-1 +- Upstream to fcitx-configtool-0.4.4 + * Tue May 12 2012 Liang Suilong - 0.4.3-2 - Fix Segenttation Fault on GTK3 diff --git a/sources b/sources index 2020311..2d914fe 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 2183c13c9571edad5b4f0c8a3d1aa599 fcitx-configtool-0.4.3.tar.xz +1e6257f1fcf58c116de7a79702b4f0e4 fcitx-configtool-0.4.4.tar.xz