diff --git a/.gitignore b/.gitignore index aa865f2..7abe651 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /librime-0.9.8.tar.gz +/librime-0.9.9.tar.gz diff --git a/librime.spec b/librime.spec index 14a9ed6..b94a216 100644 --- a/librime.spec +++ b/librime.spec @@ -1,6 +1,6 @@ Name: librime -Version: 0.9.8 -Release: 5%{?dist} +Version: 0.9.9 +Release: 1%{?dist} Summary: Rime Input Method Engine Library License: GPLv3 @@ -16,6 +16,8 @@ BuildRequires: yaml-cpp-devel, kyotocabinet-devel Patch0: librime-fixes-zlib-cmake.patch #Fixes arm build Patch1: librime-fixes-misaligned-address.patch +#Fixes test dictionary +Patch2: librime-fix-dictionary-test.patch %description Rime Input Method Engine Library @@ -49,6 +51,7 @@ The %{name}-tools package contains tools for %{name}. %ifarch %{arm} %patch1 -p1 -b .arm %endif +%patch2 -p1 -b .test %build %cmake @@ -84,6 +87,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* Mon Nov 25 2013 Peng Wu - 0.9.9-1 +- Update to 0.9.9 + * Sat Aug 03 2013 Fedora Release Engineering - 0.9.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 868e692..c09097a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2ef61458bd5b08652ae0ca190af072ba librime-0.9.8.tar.gz +bd705cd3e4c7ab6e47d983b07044769f librime-0.9.9.tar.gz