rpms/bogl/devel bogl-0.1.18-1.1.sigchld.patch, 1.1, 1.2 bogl.spec, 1.15, 1.16

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Sep 20 00:48:21 UTC 2005


Author: mitr

Update of /cvs/dist/rpms/bogl/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv30126

Modified Files:
	bogl-0.1.18-1.1.sigchld.patch bogl.spec 
Log Message:
* Tue Sep 20 2005 Miloslav Trmac <mitr at redhat.com> - 0:0.1.18-10
- Simplify overzealous bogl-0.1.18-1.1.sigchld.patch


bogl-0.1.18-1.1.sigchld.patch:
 bterm.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: bogl-0.1.18-1.1.sigchld.patch
===================================================================
RCS file: /cvs/dist/rpms/bogl/devel/bogl-0.1.18-1.1.sigchld.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bogl-0.1.18-1.1.sigchld.patch	20 Sep 2005 00:32:29 -0000	1.1
+++ bogl-0.1.18-1.1.sigchld.patch	20 Sep 2005 00:48:18 -0000	1.2
@@ -5,7 +5,7 @@
  {
    int status;
 -  if (waitpid(child_pid, &status, WNOHANG)) {
-+  if (child_pid != 0 && waitpid(child_pid, &status, WNOHANG) > 0) {
++  if (waitpid(child_pid, &status, WNOHANG) > 0) {
      child_pid = 0;
      /* Reset ownership and permissions of ttyfd device? */
      tcsetattr(0, TCSAFLUSH, &ttysave);


Index: bogl.spec
===================================================================
RCS file: /cvs/dist/rpms/bogl/devel/bogl.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- bogl.spec	20 Sep 2005 00:32:29 -0000	1.15
+++ bogl.spec	20 Sep 2005 00:48:18 -0000	1.16
@@ -1,7 +1,7 @@
 Summary: A terminal program for displaying Unicode on the console.
 Name: bogl
 Version: 0.1.18
-Release: 9
+Release: 10
 # URL: used to be http://www.stanford.edu/~blp/projects.html, now none
 Source0: http://ftp.debian.org/debian/pool/main/b/bogl/bogl_0.1.18-1.1.tar.gz
 Source1: wlite-0.8.1.tar.gz
@@ -100,6 +100,9 @@
 /usr/lib/bogl
 
 %changelog
+* Tue Sep 20 2005 Miloslav Trmac <mitr at redhat.com> - 0:0.1.18-10
+- Simplify overzealous bogl-0.1.18-1.1.sigchld.patch
+
 * Tue Sep 20 2005 Miloslav Trmac <mitr at redhat.com> - 0:0.1.18-9
 - Update to bogl-0.1.18-1.1
 - Don't ship unused ucs fonts in the SRPM




More information about the fedora-cvs-commits mailing list