rpms/libUnihan/devel .cvsignore, 1.3, 1.4 import.log, 1.2, 1.3 libUnihan.spec, 1.2, 1.3 sources, 1.3, 1.4

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


Author: dchen

Update of /cvs/pkgs/rpms/libUnihan/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9637/devel

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libUnihan/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	23 Sep 2008 02:43:19 -0000	1.3
+++ .cvsignore	23 Sep 2008 04:33:17 -0000	1.4
@@ -1 +1 @@
-libUnihan-0.5.0-Source.tar.gz
+libUnihan-0.5.1-Source.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/libUnihan/devel/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- import.log	23 Sep 2008 02:43:19 -0000	1.2
+++ import.log	23 Sep 2008 04:33:17 -0000	1.3
@@ -1,2 +1,3 @@
 libUnihan-0_4_1-1_fc9:HEAD:libUnihan-0.4.1-1.fc9.src.rpm:1220245157
 libUnihan-0_5_0-0_fc9:HEAD:libUnihan-0.5.0-0.fc9.src.rpm:1222137766
+libUnihan-0_5_1-0_fc9:HEAD:libUnihan-0.5.1-0.fc9.src.rpm:1222144388


Index: libUnihan.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libUnihan/devel/libUnihan.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libUnihan.spec	23 Sep 2008 02:43:19 -0000	1.2
+++ libUnihan.spec	23 Sep 2008 04:33:17 -0000	1.3
@@ -1,7 +1,7 @@
 Name:           libUnihan
 %define         libUnihan_ver_major 0
 %define         libUnihan_ver_minor 5
-Version:        %{libUnihan_ver_major}.%{libUnihan_ver_minor}.0
+Version:        %{libUnihan_ver_major}.%{libUnihan_ver_minor}.1
 Release:        0%{?dist}
 Group:          System Environment/Libraries
 License:        LGPLv2+
@@ -58,6 +58,9 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
+#%check
+#make test
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -78,7 +81,6 @@
 %{_includedir}/%{name}/
 %{_libdir}/%{name}.so
 %{_bindir}/unihan_converter
-%{_bindir}/unihan_field_validation
 
 %files doc
 %defattr(-,root,root,-)
@@ -86,7 +88,7 @@
 
 
 %changelog
-* Tue Sep 23 2008 Ding-Yi Chen <dchen at redhat dot com> - 0.5.0-0
+* Tue Sep 23 2008 Ding-Yi Chen <dchen at redhat dot com> - 0.5.1-0
 - New Features:
   + PinYin accent format conversion functions (C and SQL scalar).
   + ZhuYin tone mark format conversion functions (C and SQL scalar).
@@ -102,7 +104,7 @@
   + 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.
+  + New make targets: rpm, srpm, rpm_db and srpm_db to generate rpm and srpm for libUnihan and UnihanDb.
 - Removed:
   + unihanSql_get_result_table(). As it uses sqlite3_get_table() which might cause memory leak.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libUnihan/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	23 Sep 2008 02:43:19 -0000	1.3
+++ sources	23 Sep 2008 04:33:17 -0000	1.4
@@ -1 +1 @@
-f7cc02c3764bc692a588024e72ddcc00  libUnihan-0.5.0-Source.tar.gz
+a5232942a5b2743d30c9eca2c6d7a7c5  libUnihan-0.5.1-Source.tar.gz




More information about the fedora-extras-commits mailing list