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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [email protected]
  Module: openpkg-src                      Date:   17-Dec-2008 18:25:43
  Branch: HEAD                             Handle: 2008121717254200

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

  Log:
    upgrading package: wput 0.6.1 -> 0.6.2

  Summary:
    Revision    Changes     Path
    1.2         +21 -16     openpkg-src/wput/wput.patch
    1.3         +2  -2      openpkg-src/wput/wput.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/wput/wput.patch
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 wput.patch
  --- openpkg-src/wput/wput.patch       13 Dec 2007 08:11:39 -0000      1.1
  +++ openpkg-src/wput/wput.patch       17 Dec 2008 17:25:42 -0000      1.2
  @@ -1,6 +1,6 @@
   Index: Makefile.in
  ---- Makefile.in.orig 2007-12-12 18:30:04 +0100
  -+++ Makefile.in      2007-12-13 09:09:03 +0100
  +--- Makefile.in.orig 2008-09-27 12:31:23 +0200
  ++++ Makefile.in      2008-12-17 18:23:47 +0100
   @@ -2,7 +2,7 @@
    PACKAGE     = @PACKAGE@
    prefix      = @prefix@
  @@ -10,26 +10,31 @@
    exec_prefix = @exec_prefix@
    bind...@bindir@
    
  -@@ -17,7 +17,7 @@
  - install: all
  -     cd po && $(MAKE) $(MAKEDEFS) $@
  +@@ -19,9 +19,9 @@
  +     mkdir -p $(bindir) 
  +     mkdir -p $(mandir) 
        install -m0755 wput $(bindir)
   -    install -m0644 doc/wput.1.gz $(mandir)
  +-    ln -s $(bindir)/wput $(bindir)/wdel
  +-    install -m0644 doc/wdel.1.gz $(mandir)
   +    install -m0644 doc/wput.1 $(mandir)
  ++    ln $(bindir)/wput $(bindir)/wdel
  ++    install -m0644 doc/wdel.1 $(mandir)
        @echo "----------------"
  -     @echo "Wput installed. See 'wput -h' or 'man wput' for usage 
information."
  -     @echo "Further documentation is located in the doc/USAGE.* files."
  +     @echo "Wput and Wdel installed. See 'wput/wdel -h' or 'man wput/wdel' 
for"
  +     @echo "usage information."
   Index: doc/Makefile
  ---- doc/Makefile.orig        2007-12-12 18:30:04 +0100
  -+++ doc/Makefile     2007-12-13 09:09:09 +0100
  -@@ -1,4 +1,2 @@
  +--- doc/Makefile.orig        2008-09-27 12:31:23 +0200
  ++++ doc/Makefile     2008-12-17 18:23:38 +0100
  +@@ -1,5 +1,3 @@
    all:
   -    gzip < wput.1 > wput.1.gz
  +-    gzip < wdel.1 > wdel.1.gz
    clean:
  --    rm -f wput.1.gz
  +     rm -f wput.1.gz wdel.1.gz
   Index: src/memdbg.c
  ---- src/memdbg.c.orig        2007-12-12 18:30:04 +0100
  -+++ src/memdbg.c     2007-12-13 09:08:03 +0100
  +--- src/memdbg.c.orig        2008-09-27 12:31:23 +0200
  ++++ src/memdbg.c     2008-12-17 18:23:38 +0100
   @@ -1,5 +1,5 @@
    #include <stdio.h>
   -#include <malloc.h>
  @@ -38,8 +43,8 @@
    #ifndef WIN32
    #include <sys/socket.h>
   Index: src/socketlib.c
  ---- src/socketlib.c.orig     2007-12-12 18:30:04 +0100
  -+++ src/socketlib.c  2007-12-13 09:08:03 +0100
  +--- src/socketlib.c.orig     2008-09-27 12:31:23 +0200
  ++++ src/socketlib.c  2008-12-17 18:23:38 +0100
   @@ -20,7 +20,7 @@
     * It is meant to provide some library functions. The only required 
external depency
     * the printip function that is provided in utils.c */
  @@ -48,4 +53,4 @@
   +#include <stdlib.h>
    #include <string.h>
    #include <fcntl.h>
  - #ifndef WIN32
  + #include <errno.h>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/wput/wput.spec
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 wput.spec
  --- openpkg-src/wput/wput.spec        1 Jan 2008 15:07:13 -0000       1.2
  +++ openpkg-src/wput/wput.spec        17 Dec 2008 17:25:42 -0000      1.3
  @@ -31,8 +31,8 @@
   Class:        EVAL
   Group:        Web
   License:      GPL
  -Version:      0.6.1
  -Release:      20080101
  +Version:      0.6.2
  +Release:      20081217
   
   #   list of sources
   Source0:      http://switch.dl.sourceforge.net/wput/wput-%{version}.tgz
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to