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:   27-Nov-2005 09:52:50
  Branch: HEAD                             Handle: 2005112708524900

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

  Log:
    upgrading package: newt 0.52.1.0 -> 0.52.2.1

  Summary:
    Revision    Changes     Path
    1.3         +14 -14     openpkg-src/newt/newt.patch
    1.21        +3  -3      openpkg-src/newt/newt.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/newt/newt.patch
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 newt.patch
  --- openpkg-src/newt/newt.patch       30 Oct 2005 08:50:17 -0000      1.2
  +++ openpkg-src/newt/newt.patch       27 Nov 2005 08:52:49 -0000      1.3
  @@ -1,6 +1,6 @@
   Index: Makefile.in
  ---- Makefile.in.orig 2005-09-30 16:20:53 +0200
  -+++ Makefile.in      2005-10-30 09:39:25 +0100
  +--- Makefile.in.orig 2005-11-22 09:39:14 +0100
  ++++ Makefile.in      2005-11-27 09:51:48 +0100
   @@ -1,162 +1,70 @@
   -LIBS = -lslang -lm -ldl #-lefence
   -SHLIBS = -lslang -lm -dl -lc  
  @@ -50,10 +50,10 @@
   -TARGET=depend $(PROGS)
   -endif
   -
  --all:        $(TARGET) _snackmodule.so po/po-stamp
  +-all:        $(TARGET) _snackmodule.so po/stamp-po
   -
  --po/po-stamp:
  --    $(MAKE) -C po po-stamp
  +-po/stamp-po:
  +-    $(MAKE) -C po stamp-po
   -
   -test:       $(TESTOBJS) $(LIBNEWT)
   -    $(CC) -g -o test $(TESTOBJS) $(LIBNEWT) $(LIBS) -static
  @@ -181,7 +181,7 @@
   -
   -$(LIBNEWTSH): $(SHAREDDIR) $(SHAREDOBJS)
   -    $(CC) -shared -o $(LIBNEWTSH) $(SHLIBFLAGS) 
-Wl,-soname,$(LIBNEWTSONAME) $(SHAREDOBJS) $(SHLIBS)
  --    ln -s $(LIBNEWTSH) libnewt.so
  +-    ln -fs $(LIBNEWTSH) libnewt.so
   -
   -$(SHAREDDIR)/%.o : %.c
   -    $(CC) $(SHCFLAGS) -c $(CFLAGS) -o $@ $<
  @@ -231,7 +231,7 @@
   -endif
   Index: newt.c
   --- newt.c.orig      2005-09-30 16:13:16 +0200
  -+++ newt.c   2005-10-30 09:39:25 +0100
  ++++ newt.c   2005-11-27 09:51:14 +0100
   @@ -9,7 +9,9 @@
    #include <sys/types.h>
    #include <termios.h>
  @@ -295,8 +295,8 @@
                        *p = '\0';
                        return;
   Index: shtool
  ---- shtool.orig      2005-10-30 09:40:04 +0100
  -+++ shtool   2005-10-30 09:39:55 +0100
  +--- /dev/null        2005-11-27 09:51:01 +0100
  ++++ shtool   2005-11-27 09:51:14 +0100
   @@ -0,0 +1,661 @@
   +#!/bin/sh
   +##
  @@ -961,7 +961,7 @@
   +
   Index: textbox.c
   --- textbox.c.orig   2005-09-30 16:05:55 +0200
  -+++ textbox.c        2005-10-30 09:39:25 +0100
  ++++ textbox.c        2005-11-27 09:51:14 +0100
   @@ -4,7 +4,9 @@
    #include <stdlib.h>
    #include <string.h>
  @@ -1035,8 +1035,8 @@
                }
            }
   Index: tutorial.txt
  ---- tutorial.txt.orig        2005-10-30 09:39:25 +0100
  -+++ tutorial.txt     2005-10-30 09:39:25 +0100
  +--- /dev/null        2005-11-27 09:51:01 +0100
  ++++ tutorial.txt     2005-11-27 09:51:14 +0100
   @@ -0,0 +1,1079 @@
   +
   +Writing Programs Using newtErik Troan, <[EMAIL PROTECTED]>
  @@ -2119,7 +2119,7 @@
   +void newtFormSetWidth(newtComponent co, int width);
   Index: whiptail.1
   --- whiptail.1.orig  2005-09-21 11:32:04 +0200
  -+++ whiptail.1       2005-10-30 09:39:25 +0100
  ++++ whiptail.1       2005-11-27 09:51:14 +0100
   @@ -1,3 +1,513 @@
   +.TH WHIPTAIL 1 "10 January 1998" "Whiptail Version 0.21"
   +.SH NAME
  @@ -2636,7 +2636,7 @@
    whiptail \- display dialog boxes from shell scripts
   Index: whiptail.c
   --- whiptail.c.orig  2005-09-21 11:32:03 +0200
  -+++ whiptail.c       2005-10-30 09:39:25 +0100
  ++++ whiptail.c       2005-11-27 09:51:14 +0100
   @@ -8,6 +8,7 @@
    #include <unistd.h>
    #include <wchar.h>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/newt/newt.spec
  ============================================================================
  $ cvs diff -u -r1.20 -r1.21 newt.spec
  --- openpkg-src/newt/newt.spec        30 Oct 2005 08:50:17 -0000      1.20
  +++ openpkg-src/newt/newt.spec        27 Nov 2005 08:52:49 -0000      1.21
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define       V_major 0.52.1
  -%define       V_minor 0
  +%define       V_major 0.52.2
  +%define       V_minor 1
   
   #   package information
   Name:         newt
  @@ -37,7 +37,7 @@
   Group:        Terminal
   License:      LGPL
   Version:      %{V_major}.%{V_minor}
  -Release:      20051030
  +Release:      20051127
   
   #   list of sources
   Source0:      
ftp://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/newt-%{V_major}-%{V_minor}.src.rpm
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to