rpms/libUnihan/EL-5 .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 libUnihan.spec, 1.1, 1.2 sources, 1.2, 1.3

Ding-Yi Chen dchen at fedoraproject.org
Tue Sep 23 02:47:47 UTC 2008


Author: dchen

Update of /cvs/pkgs/rpms/libUnihan/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27064/EL-5

Modified Files:
	.cvsignore import.log libUnihan.spec sources 
Log Message:
PinYin and ZhuYin format conversion support.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libUnihan/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	1 Sep 2008 06:10:19 -0000	1.2
+++ .cvsignore	23 Sep 2008 02:47:17 -0000	1.3
@@ -1 +1 @@
-libUnihan-0.4.1-Source.tar.gz
+libUnihan-0.5.0-Source.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/libUnihan/EL-5/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	1 Sep 2008 06:10:19 -0000	1.1
+++ import.log	23 Sep 2008 02:47:17 -0000	1.2
@@ -1 +1,2 @@
 libUnihan-0_4_1-1_fc9:EL-5:libUnihan-0.4.1-1.fc9.src.rpm:1220247605
+libUnihan-0_5_0-0_fc9:EL-5:libUnihan-0.5.0-0.fc9.src.rpm:1222138007


Index: libUnihan.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libUnihan/EL-5/libUnihan.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libUnihan.spec	1 Sep 2008 06:10:19 -0000	1.1
+++ libUnihan.spec	23 Sep 2008 02:47:17 -0000	1.2
@@ -1,8 +1,8 @@
 Name:           libUnihan
 %define         libUnihan_ver_major 0
-%define         libUnihan_ver_minor 4
-Version:        %{libUnihan_ver_major}.%{libUnihan_ver_minor}.1
-Release:        1%{?dist}
+%define         libUnihan_ver_minor 5
+Version:        %{libUnihan_ver_major}.%{libUnihan_ver_minor}.0
+Release:        0%{?dist}
 Group:          System Environment/Libraries
 License:        LGPLv2+
 Summary:        C library for Unihan character database in fifth normal form 
@@ -86,6 +86,26 @@
 
 
 %changelog
+* Tue Sep 23 2008 Ding-Yi Chen <dchen at redhat dot com> - 0.5.0-0
+- New Features:
+  + PinYin accent format conversion functions (C and SQL scalar).
+  + ZhuYin tone mark format conversion functions (C and SQL scalar).
+  + PinYin <-->  ZhuYin conversion functions (C and SQL scalar).
+  + Display as ZhuYin.
+- Fixed:
+  + Correct counting in FreqRank field of kMandarin table.
+  + The query functions such as unihan_find_all_matched() returns SQL_Results type, to avoid the memory leaking problems.
+- Changed:
+  + unihanDb_open() now supports the R/W control.
+  + Changed CMakefile.txt to reflects the version scheme change of UnihanDb
+  + StringList type for storing const string arrays.
+  + Add test suite.
+  + Where-clause-generator is now able to escape the quote character(').
+  + unihan_field_validation is moved to test/, therefore it will not be in binary package.
+  + New make targets: rpm and srpm to generate rpm and srpm.
+- Removed:
+  + unihanSql_get_result_table(). As it uses sqlite3_get_table() which might cause memory leak.
+
 * Mon Aug 11 2008 Ding-Yi Chen <dchen at redhat dot com> - 0.4.1-1
 - [Bug 453520] C#10 addressed.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libUnihan/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	1 Sep 2008 06:10:19 -0000	1.2
+++ sources	23 Sep 2008 02:47:17 -0000	1.3
@@ -1 +1 @@
-315d731a5fed989853d6aaf324729149  libUnihan-0.4.1-Source.tar.gz
+f7cc02c3764bc692a588024e72ddcc00  libUnihan-0.5.0-Source.tar.gz




More information about the fedora-extras-commits mailing list