diff --git a/.gitignore b/.gitignore index d728ac3..2265653 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /libpinyin-1.0.99.20150203.tar.gz /libpinyin-1.0.99.20150212.tar.gz /libpinyin-1.1.0.tar.gz +/libpinyin-1.1.91.tar.gz diff --git a/libpinyin-1.0.x-head.patch b/libpinyin-1.1.x-head.patch similarity index 100% rename from libpinyin-1.0.x-head.patch rename to libpinyin-1.1.x-head.patch diff --git a/libpinyin.spec b/libpinyin.spec index 6257687..9c27e85 100644 --- a/libpinyin.spec +++ b/libpinyin.spec @@ -1,15 +1,15 @@ %global snapshot 0 Name: libpinyin -Version: 1.1.0 -Release: 3%{?dist} +Version: 1.1.91 +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-1.0.x-head.patch +Patch0: libpinyin-1.1.x-head.patch %endif BuildRequires: libdb-devel, glib2-devel @@ -92,6 +92,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* Tue Jul 7 2015 Peng Wu - 1.1.91-1 +- Update to 1.1.91 + * Wed Jun 17 2015 Fedora Release Engineering - 1.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 53e653d..d9b894b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dc60a76d6070aca3ddb3c3227b620d1a libpinyin-1.1.0.tar.gz +4b70a478fb3e451a3059042c7700115d libpinyin-1.1.91.tar.gz