diff --git a/.gitignore b/.gitignore index f5244b7..b63b251 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /libpinyin-0.9.91.tar.gz /libpinyin-0.9.92.tar.gz /libpinyin-0.9.93.tar.gz +/libpinyin-0.9.94.tar.gz diff --git a/libpinyin.spec b/libpinyin.spec index e518af9..fc33d43 100644 --- a/libpinyin.spec +++ b/libpinyin.spec @@ -1,15 +1,15 @@ -%global snapshot 1 +%global snapshot 0 Name: libpinyin -Version: 0.9.93 -Release: 2%{?dist} +Version: 0.9.94 +Release: 1%{?dist} Summary: Library to deal with pinyin License: GPLv2+ URL: https://github.com/libpinyin/libpinyin Source0: http://downloads.sourceforge.net/libpinyin/libpinyin/%{name}-%{version}.tar.gz %if %snapshot -Patch0: libpinyin-0.10.x-head.patch +Patch0: libpinyin-1.0.x-head.patch %endif BuildRequires: libdb-devel, glib2-devel @@ -92,6 +92,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_mandir}/man1/*.1.* %changelog +* Mon Oct 28 2013 Peng Wu - 0.9.94-1 +- Update to 0.9.94 + * Tue Jul 30 2013 Peng Wu - 0.9.93-2 - Fixes load table.conf in German locale diff --git a/sources b/sources index e0d612e..da8e22c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -95f72090da642a0962a931cdb97d79fe libpinyin-0.9.93.tar.gz +216ad55128057b3114ddf08aa7649cda libpinyin-0.9.94.tar.gz