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:   11-Apr-2008 08:23:28
  Branch: HEAD                             Handle: 2008041107232800

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

  Log:
    upgrading package: msort 8.43 -> 8.44

  Summary:
    Revision    Changes     Path
    1.3         +23 -22     openpkg-src/msort/msort.patch
    1.4         +2  -2      openpkg-src/msort/msort.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/msort/msort.patch
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 msort.patch
  --- openpkg-src/msort/msort.patch     28 Jan 2008 18:12:56 -0000      1.2
  +++ openpkg-src/msort/msort.patch     11 Apr 2008 06:23:28 -0000      1.3
  @@ -1,6 +1,6 @@
   Index: compdefs.h
   --- compdefs.h.orig  2007-03-23 04:51:52 +0100
  -+++ compdefs.h       2008-01-28 19:11:30 +0100
  ++++ compdefs.h       2008-04-11 08:12:42 +0200
   @@ -4,9 +4,6 @@
    #if defined HAVE_LOCALE_H && defined HAVE_SETLOCALE && defined HAVE_WCSXFRM
    #define LOCALE_SORT_ORDER
  @@ -12,8 +12,8 @@
    #if defined USEUNINUMOK && defined HAVE_UNINUM_NSDEFS_H && defined 
HAVE_UNINUM_UNINUM_H
    #define USE_UNINUM
   Index: configure
  ---- configure.orig   2008-01-28 05:42:53 +0100
  -+++ configure        2008-01-28 19:11:30 +0100
  +--- configure.orig   2008-04-10 08:25:46 +0200
  ++++ configure        2008-04-11 08:12:42 +0200
   @@ -3051,7 +3051,7 @@
      echo $ECHO_N "(cached) $ECHO_C" >&6
    else
  @@ -33,9 +33,9 @@
    else
      { { echo "$as_me:$LINENO: error: libtre not found. see 
http://laurikari.net/tre/"; >&5
   Index: conversions.c
  ---- conversions.c.orig       2007-10-05 10:59:19 +0200
  -+++ conversions.c    2008-01-28 19:11:30 +0100
  -@@ -23,7 +23,7 @@
  +--- conversions.c.orig       2008-03-15 02:09:53 +0100
  ++++ conversions.c    2008-04-11 08:12:42 +0200
  +@@ -22,7 +22,7 @@
    #ifdef HAVE_STDINT_H
    #include <stdint.h>
    #endif
  @@ -45,9 +45,9 @@
    #ifdef HAVE_UNINUM_UNICODE_H
    #include <uninum/unicode.h>
   Index: dstr.c
  ---- dstr.c.orig      2007-10-05 10:59:22 +0200
  -+++ dstr.c   2008-01-28 19:11:30 +0100
  -@@ -24,7 +24,7 @@
  +--- dstr.c.orig      2008-03-15 02:10:28 +0100
  ++++ dstr.c   2008-04-11 08:12:42 +0200
  +@@ -22,7 +22,7 @@
    #ifdef HAVE_STDINT_H
    #include <stdint.h>
    #endif
  @@ -58,7 +58,7 @@
    #else
   Index: input.c
   --- input.c.orig     2007-10-05 11:00:44 +0200
  -+++ input.c  2008-01-28 19:11:30 +0100
  ++++ input.c  2008-04-11 08:12:42 +0200
   @@ -25,7 +25,7 @@
    #ifdef HAVE_STDINT_H
    #include <stdint.h>
  @@ -97,8 +97,8 @@
          perror(msg);
          exit(1);
   Index: misc.c
  ---- misc.c.orig      2008-01-28 05:25:39 +0100
  -+++ misc.c   2008-01-28 19:11:47 +0100
  +--- misc.c.orig      2008-04-10 05:15:59 +0200
  ++++ misc.c   2008-04-11 08:21:42 +0200
   @@ -17,6 +17,7 @@
     */
    
  @@ -115,7 +115,7 @@
    #include <errno.h>
    #ifndef USEUTF8PROC
    #include <unicode/umachine.h>
  -@@ -43,15 +43,15 @@
  +@@ -43,16 +43,16 @@
    #include <utf8proc.h>
    #include "unorm.h"
    #endif
  @@ -127,17 +127,18 @@
   -#include <uninum/unicode.h>
   +#include "uninum/nsdefs.h"
   +#include "uninum/unicode.h"
  -+#include "uninum/uninum.h"
    #else
    #include "unicode.h"
    #endif
  + #ifdef HAVE_UNINUM_UNINUM_H
   -#include <uninum/uninum.h>
  ++#include "uninum/uninum.h"
  + #endif
    #include "dstr.h"
    #include "exitcode.h"
  - #include "retcodes.h"
   Index: msort.c
  ---- msort.c.orig     2008-01-28 08:58:44 +0100
  -+++ msort.c  2008-01-28 19:11:30 +0100
  +--- msort.c.orig     2008-04-10 08:20:48 +0200
  ++++ msort.c  2008-04-11 08:12:42 +0200
   @@ -50,7 +50,7 @@
    #include <sys/file.h>
    #include <sys/stat.h>
  @@ -157,9 +158,9 @@
    
    #ifdef HAVE_LONG_LONG
   Index: sorts.c
  ---- sorts.c.orig     2007-10-05 11:02:36 +0200
  -+++ sorts.c  2008-01-28 19:11:30 +0100
  -@@ -24,9 +24,9 @@
  +--- sorts.c.orig     2008-04-11 01:16:49 +0200
  ++++ sorts.c  2008-04-11 08:12:42 +0200
  +@@ -25,9 +25,9 @@
    #endif
    #include <stdio.h>
    #include <string.h>
  @@ -172,8 +173,8 @@
    #include <uninum/unicode.h>
    #else
   Index: strs.c
  ---- strs.c.orig      2007-10-05 11:02:14 +0200
  -+++ strs.c   2008-01-28 19:11:30 +0100
  +--- strs.c.orig      2008-04-11 01:17:12 +0200
  ++++ strs.c   2008-04-11 08:12:42 +0200
   @@ -25,7 +25,7 @@
    #include <stdio.h>
    #include <string.h>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/msort/msort.spec
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 msort.spec
  --- openpkg-src/msort/msort.spec      28 Jan 2008 18:12:56 -0000      1.3
  +++ openpkg-src/msort/msort.spec      11 Apr 2008 06:23:28 -0000      1.4
  @@ -31,8 +31,8 @@
   Class:        EVAL
   Group:        ShellUtils
   License:      GPL
  -Version:      8.43
  -Release:      20080128
  +Version:      8.44
  +Release:      20080411
   
   #   list of sources
   Source0:      http://billposer.org/Software/Downloads/msort-%{version}.tar.gz
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to