SPECS: cvs.spec - rel 4; don't use internal broken getcwd implemen...

arekm arekm at pld-linux.org
Tue Nov 6 22:56:57 CET 2007


Author: arekm                        Date: Tue Nov  6 21:56:57 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 4; don't use internal broken getcwd implementation (our is misdetected as broken)

---- Files affected:
SPECS:
   cvs.spec (1.176 -> 1.177) 

---- Diffs:

================================================================
Index: SPECS/cvs.spec
diff -u SPECS/cvs.spec:1.176 SPECS/cvs.spec:1.177
--- SPECS/cvs.spec:1.176	Tue Nov  6 09:59:24 2007
+++ SPECS/cvs.spec	Tue Nov  6 22:56:52 2007
@@ -15,7 +15,7 @@
 Summary(zh_CN.UTF-8):	并发的版本管理系统CVS
 Name:		cvs
 Version:	1.12.13
-Release:	3
+Release:	4
 License:	GPL
 Group:		Development/Version Control
 Source0:	ftp://ftp.gnu.org/non-gnu/cvs/source/feature/%{version}/%{name}-%{version}.tar.bz2
@@ -30,6 +30,7 @@
 Patch7:		%{name}-CAN_2005_2693.patch
 Patch8:		%{name}-cvspass.patch
 Patch9:		%{name}-datetime.patch
+Patch10:	%{name}-getcwd.patch
 
 # patches from debian
 Patch100:	%{name}-debian-64bit-crash.patch
@@ -235,6 +236,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %patch100 -p1
 %patch101 -p1
@@ -264,6 +266,9 @@
 %patch125 -p1
 %patch126 -p1
 
+# broken implementation, never use
+rm lib/getcwd.c
+
 %build
 rm aclocal.m4
 %{__aclocal} -I m4
@@ -346,6 +351,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.177  2007/11/06 21:56:52  arekm
+- rel 4; don't use internal broken getcwd implementation (our is misdetected as broken)
+
 Revision 1.176  2007/11/06 08:59:24  arekm
 - rel 3; avoid date/time parsing errors
 
================================================================

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



More information about the pld-cvs-commit mailing list