[e2tools] Fix CVS keyword substitution breaking our patch file

Hans Ulrich Niedermann ndim at fedoraproject.org
Wed Feb 9 11:29:57 UTC 2011


commit 5afb527fc66a99d8b465a8e7b957a7abe6865383
Author: Hans Ulrich Niedermann <hun at n-dimensional.de>
Date:   Wed Feb 9 12:26:59 2011 +0100

    Fix CVS keyword substitution breaking our patch file

 e2tools-fedora-fixes.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/e2tools-fedora-fixes.patch b/e2tools-fedora-fixes.patch
index d597376..5cbad50 100644
--- a/e2tools-fedora-fixes.patch
+++ b/e2tools-fedora-fixes.patch
@@ -376,7 +376,7 @@ diff -rup e2tools-0.0.16.orig/read.c e2tools-0.0.16.fedora/read.c
   *
   */
  
--static char rcsid[] = "$Id: e2tools-fedora-fixes.patch,v 1.1 2006/11/01 13:51:56 ixs Exp $";
+-static char rcsid[] = "$Id: read.c,v 0.2 2002/08/08 07:58:35 ksheff Exp $";
 -
 -static char copyright[] = "Copyright 2002 Keith W Sheffield";
 +static char __attribute__ ((used)) copyright[] = "Copyright 2002 Keith W Sheffield";
@@ -470,7 +470,7 @@ diff -rup e2tools-0.0.16.orig/write.c e2tools-0.0.16.fedora/write.c
   * and modified by Robert Sanders <gt8134b at prism.gatech.edu>
   */
  
--static char rcsid[] = "$Id: e2tools-fedora-fixes.patch,v 1.1 2006/11/01 13:51:56 ixs Exp $";
+-static char rcsid[] = "$Id: write.c,v 0.5 2004/04/07 01:12:30 ksheff Exp $";
 -
  #ifndef WRITE_C
  #define WRITE_C


More information about the scm-commits mailing list