rpms/busybox/devel busybox-1.7.2-sed.patch, 1.1, 1.2 busybox.spec, 1.66, 1.67

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Wed Oct 31 13:51:08 UTC 2007


Author: varekova

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

Modified Files:
	busybox-1.7.2-sed.patch busybox.spec 
Log Message:
- fix another sed problem (forgotten fflush - #356111)


busybox-1.7.2-sed.patch:

Index: busybox-1.7.2-sed.patch
===================================================================
RCS file: /cvs/pkgs/rpms/busybox/devel/busybox-1.7.2-sed.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- busybox-1.7.2-sed.patch	29 Oct 2007 14:06:26 -0000	1.1
+++ busybox-1.7.2-sed.patch	31 Oct 2007 13:51:04 -0000	1.2
@@ -1,7 +1,15 @@
-diff -up busybox-1.7.2/editors/sed.c.pom busybox-1.7.2/editors/sed.c
---- busybox-1.7.2/editors/sed.c.pom	2007-09-03 13:48:55.000000000 +0200
-+++ busybox-1.7.2/editors/sed.c	2007-10-29 14:41:44.000000000 +0100
-@@ -1339,8 +1339,10 @@ int sed_main(int argc, char **argv)
+diff -up busybox-1.7.2/editors/sed.c.sed busybox-1.7.2/editors/sed.c
+--- busybox-1.7.2/editors/sed.c.sed	2007-09-03 13:48:55.000000000 +0200
++++ busybox-1.7.2/editors/sed.c	2007-10-31 14:41:07.000000000 +0100
+@@ -1295,6 +1295,7 @@ int sed_main(int argc, char **argv)
+ 			bb_error_msg_and_die(bb_msg_requires_arg, "-i");
+ 		add_input_file(stdin);
+ 		process_files();
++		fflush(G.nonstdout);
+ 	} else {
+ 		int i;
+ 		FILE *file;
+@@ -1339,8 +1340,10 @@ int sed_main(int argc, char **argv)
  			free(G.outname);
  			G.outname = 0;
  		}


Index: busybox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/busybox/devel/busybox.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- busybox.spec	29 Oct 2007 14:06:26 -0000	1.66
+++ busybox.spec	31 Oct 2007 13:51:04 -0000	1.67
@@ -1,7 +1,7 @@
 Summary: Statically linked binary providing simplified versions of system commands
 Name: busybox
 Version: 1.7.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
 License: GPLv2
 Group: System Environment/Shells
@@ -114,6 +114,9 @@
 /sbin/busybox.petitboot
 
 %changelog
+* Wed Oct 31 2007 Ivana Varekova <varekova at redhat.com> - 1:1.7.2-3
+- fix another sed problem (forgotten fflush - #356111)
+
 * Mon Oct 29 2007 Ivana Varekova <varekova at redhat.com> - 1:1.7.2-2
 - fix sed problem with output (#356111)
 




More information about the scm-commits mailing list