rpms/busybox/devel busybox-1.2.2-iptunnel.patch, 1.1, 1.2 busybox-1.2.2-ls.patch, 1.1, 1.2

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Thu Jul 24 08:19:00 UTC 2008


Author: varekova

Update of /cvs/pkgs/rpms/busybox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18150

Modified Files:
	busybox-1.2.2-iptunnel.patch busybox-1.2.2-ls.patch 
Log Message:
update the patch format


busybox-1.2.2-iptunnel.patch:

Index: busybox-1.2.2-iptunnel.patch
===================================================================
RCS file: /cvs/pkgs/rpms/busybox/devel/busybox-1.2.2-iptunnel.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- busybox-1.2.2-iptunnel.patch	22 Jan 2007 12:49:39 -0000	1.1
+++ busybox-1.2.2-iptunnel.patch	24 Jul 2008 08:18:14 -0000	1.2
@@ -1,10 +1,11 @@
---- busybox-1.2.2/networking/libiproute/iptunnel.c.pom	2006-07-01 00:42:02.000000000 +0200
-+++ busybox-1.2.2/networking/libiproute/iptunnel.c	2007-01-22 13:42:10.000000000 +0100
-@@ -29,6 +29,7 @@
+diff -up busybox-1.10.3/networking/libiproute/iptunnel.c.iptunnel busybox-1.10.3/networking/libiproute/iptunnel.c
+--- busybox-1.10.3/networking/libiproute/iptunnel.c.iptunnel	2008-04-19 05:50:26.000000000 +0200
++++ busybox-1.10.3/networking/libiproute/iptunnel.c	2008-07-24 09:34:44.000000000 +0200
+@@ -21,6 +21,7 @@
  #ifndef __constant_htons
  #define __constant_htons htons
  #endif
 +#include <linux/types.h>
  #include <linux/if_tunnel.h>
  
- #include "rt_names.h"
+ #include "ip_common.h"  /* #include "libbb.h" is inside */

busybox-1.2.2-ls.patch:

Index: busybox-1.2.2-ls.patch
===================================================================
RCS file: /cvs/pkgs/rpms/busybox/devel/busybox-1.2.2-ls.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- busybox-1.2.2-ls.patch	2 Apr 2007 10:39:08 -0000	1.1
+++ busybox-1.2.2-ls.patch	24 Jul 2008 08:18:14 -0000	1.2
@@ -1,18 +1,19 @@
---- busybox-1.2.2/coreutils/ls.c.pom	2006-07-01 00:42:07.000000000 +0200
-+++ busybox-1.2.2/coreutils/ls.c	2007-04-02 12:25:55.000000000 +0200
-@@ -477,6 +477,7 @@
+diff -up busybox-1.10.3/coreutils/ls.c.ls busybox-1.10.3/coreutils/ls.c
+--- busybox-1.10.3/coreutils/ls.c.ls	2008-04-19 05:50:32.000000000 +0200
++++ busybox-1.10.3/coreutils/ls.c	2008-07-24 10:14:25.000000000 +0200
+@@ -435,6 +435,7 @@ static void showfiles(struct dnode **dn,
  		putchar('\n');
  		column = 0;
  	}
 +	fflush(stdout);
  }
  
- /*----------------------------------------------------------------------*/
-@@ -520,6 +521,7 @@
+ 
+@@ -478,6 +479,7 @@ static void showdirs(struct dnode **dn, 
  			}
  		}
  	}
 +	fflush(stdout);
  }
  
- /*----------------------------------------------------------------------*/
+ 




More information about the fedora-extras-commits mailing list