rpms/coreutils/F-12 coreutils-7.6-tail-rebase.patch,1.1,1.2

Ondrej Vasik ovasik at fedoraproject.org
Tue Jan 12 14:30:32 UTC 2010


Author: ovasik

Update of /cvs/pkgs/rpms/coreutils/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21396

Modified Files:
	coreutils-7.6-tail-rebase.patch 
Log Message:
defuzz

coreutils-7.6-tail-rebase.patch:
 tail.c |  413 +++++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 276 insertions(+), 137 deletions(-)

Index: coreutils-7.6-tail-rebase.patch
===================================================================
RCS file: /cvs/pkgs/rpms/coreutils/F-12/coreutils-7.6-tail-rebase.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- coreutils-7.6-tail-rebase.patch	12 Jan 2010 14:05:50 -0000	1.1
+++ coreutils-7.6-tail-rebase.patch	12 Jan 2010 14:30:31 -0000	1.2
@@ -1,6 +1,6 @@
 diff -urNp coreutils-7.6-orig/src/tail.c coreutils-7.6/src/tail.c
---- coreutils-7.6-orig/src/tail.c	2010-01-12 13:51:04.000000000 +0100
-+++ coreutils-7.6/src/tail.c	2010-01-03 18:06:20.000000000 +0100
+--- coreutils-7.6-orig/src/tail.c	2010-01-12 15:26:31.000000000 +0100
++++ coreutils-7.6/src/tail.c	2010-01-12 15:27:18.000000000 +0100
 @@ -1,6 +1,5 @@
  /* tail -- output the last part of file(s)
 -   Copyright (C) 1989, 90, 91, 1995-2006, 2008-2009 Free Software
@@ -120,7 +120,7 @@ diff -urNp coreutils-7.6-orig/src/tail.c
 -recreated by some other program.\n\
 +named file in a way that accommodates renaming, removal and creation.\n\
  "), stdout);
-      emit_bug_reporting_address ();
+       emit_bug_reporting_address ();
      }
 @@ -865,6 +868,50 @@ start_lines (const char *pretty_filename
      }



More information about the scm-commits mailing list