[libpinyin] update to 0.4.93

Peng Wu pwu at fedoraproject.org
Fri Jan 13 09:03:14 UTC 2012


commit 403d2d347710aaeb2a847daeaabbd46c44bfa941
Author: Peng Wu <alexepico at gmail.com>
Date:   Fri Jan 13 17:03:06 2012 +0800

    update to 0.4.93

 .gitignore     |    1 +
 libpinyin.spec |   19 +++++++++++++++++--
 sources        |    2 +-
 3 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3527d0f..d576a70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /libpinyin-0.3.0.tar.gz
 /libpinyin-0.4.91.tar.gz
 /libpinyin-0.4.92.tar.gz
+/libpinyin-0.4.93.tar.gz
diff --git a/libpinyin.spec b/libpinyin.spec
index 0e24bd1..2a00df3 100644
--- a/libpinyin.spec
+++ b/libpinyin.spec
@@ -1,6 +1,6 @@
 Name:           libpinyin
-Version:        0.4.92
-Release:        2%{?dist}
+Version:        0.4.93
+Release:        1%{?dist}
 Summary:        Library to deal with pinyin
 
 License:        GPLv2+
@@ -32,6 +32,13 @@ Requires:       %{name} = %{version}-%{release}
 %description data
 The %{name}-data package contains data files.
 
+%package        tools
+Summary:        Tools for %{name}
+Requires:       %{name} = %{version}-%{release}
+
+%description tools
+The %{name}-tools package contains tools.
+
 
 %prep
 %setup -q
@@ -68,7 +75,15 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %doc
 %{_datadir}/libpinyin/data
 
+%files tools
+%{_bindir}/gen_binary_files
+%{_bindir}/import_interpolation
+%{_bindir}/gen_unigram
+
 %changelog
+* Fri Jan 13 2012  Peng Wu <pwu at redhat.com> - 0.4.93-1
+- Update to 0.4.93
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.92-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index f13b458..700acad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cfafa67fc49f55d4c24e34715a719b23  libpinyin-0.4.92.tar.gz
+1e2514771e339465ff1f57d6b30fd357  libpinyin-0.4.93.tar.gz


More information about the scm-commits mailing list