rpms/libUnihan/devel .cvsignore, 1.5, 1.6 import.log, 1.4, 1.5 libUnihan.spec, 1.4, 1.5 sources, 1.5, 1.6

Ding-Yi Chen dchen at fedoraproject.org
Tue Oct 21 03:00:32 UTC 2008


Author: dchen

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

Modified Files:
	.cvsignore import.log libUnihan.spec sources 
Log Message:
This release fixes the no API documents, also corrects some functions in  collection.[ch], file_functions.[ch]


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libUnihan/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	6 Oct 2008 08:02:40 -0000	1.5
+++ .cvsignore	21 Oct 2008 03:00:01 -0000	1.6
@@ -1 +1 @@
-libUnihan-0.5.2-Source.tar.gz
+libUnihan-0.5.3-Source.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/libUnihan/devel/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- import.log	6 Oct 2008 08:02:40 -0000	1.4
+++ import.log	21 Oct 2008 03:00:01 -0000	1.5
@@ -2,3 +2,4 @@
 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
 libUnihan-0_5_2-0_fc9:HEAD:libUnihan-0.5.2-0.fc9.src.rpm:1223280144
+libUnihan-0_5_3-1_fc9:HEAD:libUnihan-0.5.3-1.fc9.src.rpm:1224557972


Index: libUnihan.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libUnihan/devel/libUnihan.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libUnihan.spec	6 Oct 2008 08:02:40 -0000	1.4
+++ libUnihan.spec	21 Oct 2008 03:00:01 -0000	1.5
@@ -1,8 +1,11 @@
+###
+# This file is generated, please modified the .spec.in file instead!
+
 Name:           libUnihan
 %define         libUnihan_ver_major 0
 %define         libUnihan_ver_minor 5
-Version:        %{libUnihan_ver_major}.%{libUnihan_ver_minor}.2
-Release:        0%{?dist}
+Version:        %{libUnihan_ver_major}.%{libUnihan_ver_minor}.3
+Release:        1%{?dist}
 Group:          System Environment/Libraries
 License:        LGPLv2+
 Summary:        C library for Unihan character database in fifth normal form 
@@ -11,7 +14,6 @@
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  glib2-devel  sqlite-devel  cmake >= 2.4
-#Requires:       glib2  sqlite
 
 URL:            http://sourceforge.net/projects/libunihan
 Source0:        http://downloads.sourceforge.net/libunihan/%{name}-%{version}-Source.tar.gz
@@ -86,8 +88,26 @@
 %defattr(-,root,root,-)
 %doc doc/html
 
-
 %changelog
+* Tue Oct 21 2008 Ding-Yi Chen <dchen at redhat dot com> - 0.5.3-1
+- Add following make targets: rpm_lint, koji_submit, koji_build,  pkg_remove_old.
+
+
+* Mon Oct 20 2008 Ding-Yi Chen <dchen at redhat dot com> - 0.5.3-0
+- New Features:
+  + collection.h, file_function.h and verboseMsg.h is in API.
+- Fixed:
+  + Missing documents in 0.5.2.
+- Changed:
+  + collection.h: 
+    - G_ARRAY_COPY is renamed as G_ARRAY_CONCAT to reflect its real functionality.
+    - hashSet_new_full() now only takes 4 parameters because value
+      value_destroy_func is not required, as in hashSet, key == value.
+  + file_functions.h:
+    - search_file_given_paths() is replaced by filename_search_paths()
+    - replace file_determine() with file_choose()
+
+
 * Tue Oct 06 2008 Ding-Yi Chen <dchen at redhat dot com> - 0.5.2-0
 - New Features:
   + New pseudo field 'ZhuYin'.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libUnihan/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	6 Oct 2008 08:02:40 -0000	1.5
+++ sources	21 Oct 2008 03:00:01 -0000	1.6
@@ -1 +1 @@
-f51370be7735bdb0b4e74122b450ea3d  libUnihan-0.5.2-Source.tar.gz
+34bce5afff52cce931f919ae5a64ff47  libUnihan-0.5.3-Source.tar.gz




More information about the scm-commits mailing list