OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   14-Oct-2009 11:10:49
  Branch: HEAD                             Handle: 2009101410104900

  Modified files:
    openpkg-src/xjobs       xjobs.patch xjobs.spec

  Log:
    upgrading package: xjobs 20080824 -> 20091012

  Summary:
    Revision    Changes     Path
    1.8         +10 -20     openpkg-src/xjobs/xjobs.patch
    1.14        +2  -2      openpkg-src/xjobs/xjobs.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/xjobs/xjobs.patch
  ============================================================================
  $ cvs diff -u -r1.7 -r1.8 xjobs.patch
  --- openpkg-src/xjobs/xjobs.patch     30 Aug 2008 07:23:48 -0000      1.7
  +++ openpkg-src/xjobs/xjobs.patch     14 Oct 2009 09:10:49 -0000      1.8
  @@ -1,6 +1,6 @@
   Index: Makefile.in
  ---- Makefile.in.orig 2008-08-29 17:56:02 +0200
  -+++ Makefile.in      2008-08-30 09:19:23 +0200
  +--- Makefile.in.orig 2009-10-12 23:45:13 +0200
  ++++ Makefile.in      2009-10-14 10:42:30 +0200
   @@ -25,7 +25,7 @@
    $(OBJECTS): config.h Makefile
    
  @@ -10,19 +10,9 @@
    
    %.o: %.c
        $(CC) $(CFLAGS) -c $< -o $@
  -@@ -43,7 +43,8 @@
  - install: $(TARGET)
  -     -$(INSTALL) -d $(DESTDIR)$(bindir)
  -     $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
  --    $(INSTALL) xjobs.1 $(mandir)
  -+    -$(INSTALL) -d $(DESTDIR)$(mandir)
  -+    $(INSTALL) xjobs.1 $(DESTDIR)$(mandir)
  - 
  - lint:
  -     lint $(CFLAGS) $(SOURCES)
   Index: tokenizer.l
  ---- tokenizer.l.orig 2008-08-29 17:56:02 +0200
  -+++ tokenizer.l      2008-08-30 09:19:23 +0200
  +--- tokenizer.l.orig 2009-10-12 23:45:13 +0200
  ++++ tokenizer.l      2009-10-14 10:42:30 +0200
   @@ -1,11 +1,4 @@
    %pointer
   -%e 150
  @@ -36,8 +26,8 @@
    %{
    /*
   Index: xjobs.c
  ---- xjobs.c.orig     2008-08-29 17:56:02 +0200
  -+++ xjobs.c  2008-08-30 09:22:07 +0200
  +--- xjobs.c.orig     2009-10-12 23:45:13 +0200
  ++++ xjobs.c  2009-10-14 10:42:30 +0200
   @@ -7,9 +7,6 @@
    #include "config.h"
    #endif
  @@ -48,7 +38,7 @@
    #include <assert.h>
    #include <errno.h>
    #include <fcntl.h>
  -@@ -96,11 +93,13 @@
  +@@ -100,11 +97,13 @@
    static RETSIGTYPE processSignal(int sig)
    {
        switch (sig) {
  @@ -62,7 +52,7 @@
        case SIGTERM:
                if (Verbose == Debug)
                        (void) write(STDERR_FILENO,"SIGTERM\n",8);
  -@@ -994,10 +993,14 @@
  +@@ -1012,10 +1011,14 @@
                                        dbug("input script is a named pipe\n");
                                        sig.sa_handler = processSignal;
                                        sigemptyset(&sig.sa_mask);
  @@ -77,7 +67,7 @@
    #ifndef __CYGWIN__
                                        (void) open(optarg,O_WRONLY);
    #endif
  -@@ -1239,10 +1242,14 @@
  +@@ -1257,10 +1260,14 @@
                                dbug("wait blocking - listening for new pipe 
connection\n");
                                sig.sa_handler = processSignal;
                                sigemptyset(&sig.sa_mask);
  @@ -92,7 +82,7 @@
                                restore = 1;
                        }
    #ifdef HAVE_WAIT4
  -@@ -1262,8 +1269,10 @@
  +@@ -1280,8 +1287,10 @@
                        }
    #endif
                        if (restore) {
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/xjobs/xjobs.spec
  ============================================================================
  $ cvs diff -u -r1.13 -r1.14 xjobs.spec
  --- openpkg-src/xjobs/xjobs.spec      18 Apr 2009 13:18:56 -0000      1.13
  +++ openpkg-src/xjobs/xjobs.spec      14 Oct 2009 09:10:49 -0000      1.14
  @@ -31,8 +31,8 @@
   Class:        EVAL
   Group:        ShellUtils
   License:      GPL
  -Version:      20080824
  -Release:      20080830
  +Version:      20091012
  +Release:      20091014
   
   #   list of sources
   Source0:      http://www.maier-komor.de/xjobs/xjobs-%{version}.tgz
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to