From 58b4d545cc0ff09ab1036598b3a44395e834adaf Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 19 Nov 2012 13:00:17 +0800 Subject: [PATCH] Update to 0.8.0 --- .gitignore | 1 + libpinyin.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2cbd110..546205e 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /libpinyin-0.7.1.tar.gz /libpinyin-0.7.91.tar.gz /libpinyin-0.7.92.tar.gz +/libpinyin-0.8.0.tar.gz diff --git a/libpinyin.spec b/libpinyin.spec index 60f1d86..2326c7e 100644 --- a/libpinyin.spec +++ b/libpinyin.spec @@ -1,5 +1,5 @@ Name: libpinyin -Version: 0.7.92 +Version: 0.8.0 Release: 1%{?dist} Summary: Library to deal with pinyin @@ -54,7 +54,7 @@ make %{?_smp_mflags} make check %install -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' @@ -86,6 +86,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_mandir}/man1/*.1.* %changelog +* Wed Nov 14 2012 Peng Wu - 0.8.0-1 +- Update to 0.8.0 + * Mon Oct 15 2012 Peng Wu - 0.7.92-1 - Update to 0.7.92 diff --git a/sources b/sources index c7f8bcf..9d945a0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6bba0e37fe51b05cc7312d7eda9d86ed libpinyin-0.7.92.tar.gz +d6d9648533517fbbd90360c7df07f0de libpinyin-0.8.0.tar.gz