SPECS: minicom.spec - avoid conflict with glibc-header's wprintf function (...

adamg adamg at pld-linux.org
Sun Jun 29 19:10:31 CEST 2008


Author: adamg                        Date: Sun Jun 29 17:10:31 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- avoid conflict with glibc-header's wprintf function (in wchar.h)
- release 3

---- Files affected:
SPECS:
   minicom.spec (1.79 -> 1.80) 

---- Diffs:

================================================================
Index: SPECS/minicom.spec
diff -u SPECS/minicom.spec:1.79 SPECS/minicom.spec:1.80
--- SPECS/minicom.spec:1.79	Fri Dec 28 10:20:38 2007
+++ SPECS/minicom.spec	Sun Jun 29 19:10:26 2008
@@ -14,7 +14,7 @@
 Summary(zh_CN.UTF-8):	一个文本界面的调试解调器控制器和终端模拟器。
 Name:		minicom
 Version:	2.2
-Release:	2
+Release:	3
 License:	GPL v2
 Group:		Applications/Communications
 #Source0Download: http://alioth.debian.org/project/showfiles.php?group_id=30018
@@ -108,6 +108,9 @@
 %patch9 -p1
 sed 's/getline(/gethistline(/g' -i src/minicom.c
 
+# avoid conflict with glibc-headers' wchar.h::wprintf
+sed 's/wprintf/my_wprintf/g' -i src/*
+
 mv -f po/{no,nb}.po
 rm -f po/stamp-po
 
@@ -202,7 +205,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.79  2007/12/28 09:20:38  glen
+Revision 1.80  2008/06/29 17:10:26  adamg
+- avoid conflict with glibc-header's wprintf function (in wchar.h)
+- release 3
+
+Revision 1.79  2007-12-28 09:20:38  glen
 - rel 2
 
 Revision 1.78  2007-10-24 23:33:46  ankry
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/minicom.spec?r1=1.79&r2=1.80&f=u



More information about the pld-cvs-commit mailing list