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:   03-Mar-2007 18:24:32
  Branch: HEAD                             Handle: 2007030317243101

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

  Log:
    upgrading package: newt 0.52.5.1 -> 0.52.6.1

  Summary:
    Revision    Changes     Path
    1.5         +13 -15     openpkg-src/newt/newt.patch
    1.36        +2  -2      openpkg-src/newt/newt.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/newt/newt.patch
  ============================================================================
  $ cvs diff -u -r1.4 -r1.5 newt.patch
  --- openpkg-src/newt/newt.patch       27 Oct 2006 17:34:49 -0000      1.4
  +++ openpkg-src/newt/newt.patch       3 Mar 2007 17:24:31 -0000       1.5
  @@ -1,7 +1,7 @@
   Index: Makefile.in
  ---- Makefile.in.orig 2006-10-13 15:34:27 +0200
  -+++ Makefile.in      2006-10-27 19:28:57 +0200
  -@@ -1,160 +1,70 @@
  +--- Makefile.in.orig 2007-03-02 13:00:51 +0100
  ++++ Makefile.in      2007-03-03 18:22:34 +0100
  +@@ -1,158 +1,70 @@
   -LIBS = -lslang
   -LIBTCL = -ltcl8.4
    
  @@ -73,11 +73,9 @@
   -
   -_snackmodule.so:   snackmodule.c $(LIBNEWTSH)
   -    for ver in $(PYTHONVERS) ; do \
  --        if [ ! -f "$$ver/_snackmodule.so" -o $(LIBNEWTSH) -nt 
"$$ver/_snackmodule.so" ]; then \
   -            mkdir -p $$ver ;\
   -            $(CC) $(CFLAGS) -I/usr/include/$$ver $(SHCFLAGS) -c -o 
$$ver/snackmodule.o snackmodule.c ;\
   -            $(CC) --shared $(SHCFLAGS) -o $$ver/_snackmodule.so 
$$ver/snackmodule.o -L .  -lnewt -lslang ;\
  --        fi ; \
   -    done
   -    touch $@
   -
  @@ -200,7 +198,7 @@
   -    for ver in $(PYTHONVERS) ; do \
   -       [ -d $(instroot)/$(libdir)/$$ver/site-packages ] || install -m 755 
-d $(instroot)/$(libdir)/$$ver/site-packages ;\
   -       install -m 755 $$ver/_snackmodule.so 
$(instroot)/$(libdir)/$$ver/site-packages ;\
  --       install -m 755 snack.py $(instroot)/$(libdir)/$$ver/site-packages ;\
  +-       install -m 644 snack.py $(instroot)/$(libdir)/$$ver/site-packages ;\
   -    done
   -
   -configure:  configure.ac newt.spec
  @@ -228,8 +226,8 @@
   -include .depend
   -endif
   Index: newt.c
  ---- newt.c.orig      2006-09-15 15:38:21 +0200
  -+++ newt.c   2006-10-27 19:30:05 +0200
  +--- newt.c.orig      2007-02-28 18:35:01 +0100
  ++++ newt.c   2007-03-03 18:22:34 +0100
   @@ -9,7 +9,9 @@
    #include <sys/types.h>
    #include <termios.h>
  @@ -294,8 +292,8 @@
                        *p = '\0';
                        return;
   Index: shtool
  ---- /dev/null        2006-10-27 19:30:04 +0200
  -+++ shtool   2006-10-27 19:28:08 +0200
  +--- shtool.orig      2007-03-03 18:22:34 +0100
  ++++ shtool   2007-03-03 18:22:34 +0100
   @@ -0,0 +1,661 @@
   +#!/bin/sh
   +##
  @@ -960,7 +958,7 @@
   +
   Index: textbox.c
   --- textbox.c.orig   2006-10-12 16:18:38 +0200
  -+++ textbox.c        2006-10-27 19:28:08 +0200
  ++++ textbox.c        2007-03-03 18:22:34 +0100
   @@ -4,7 +4,9 @@
    #include <stdlib.h>
    #include <string.h>
  @@ -1034,8 +1032,8 @@
                }
            }
   Index: tutorial.txt
  ---- /dev/null        2006-10-27 19:30:04 +0200
  -+++ tutorial.txt     2006-10-27 19:28:08 +0200
  +--- tutorial.txt.orig        2007-03-03 18:22:34 +0100
  ++++ tutorial.txt     2007-03-03 18:22:34 +0100
   @@ -0,0 +1,1079 @@
   +
   +Writing Programs Using newtErik Troan, <[EMAIL PROTECTED]>
  @@ -2117,8 +2115,8 @@
   +void newtFormSetHeight(newtComponent co, int height);
   +void newtFormSetWidth(newtComponent co, int width);
   Index: whiptail.c
  ---- whiptail.c.orig  2006-10-12 16:31:16 +0200
  -+++ whiptail.c       2006-10-27 19:28:08 +0200
  +--- whiptail.c.orig  2007-01-31 14:48:15 +0100
  ++++ whiptail.c       2007-03-03 18:22:34 +0100
   @@ -8,6 +8,7 @@
    #include <unistd.h>
    #include <wchar.h>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/newt/newt.spec
  ============================================================================
  $ cvs diff -u -r1.35 -r1.36 newt.spec
  --- openpkg-src/newt/newt.spec        1 Feb 2007 17:29:18 -0000       1.35
  +++ openpkg-src/newt/newt.spec        3 Mar 2007 17:24:32 -0000       1.36
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define       V_major 0.52.5
  +%define       V_major 0.52.6
   %define       V_minor 1
   %define       V_tag   fc7
   
  @@ -38,7 +38,7 @@
   Group:        Terminal
   License:      LGPL
   Version:      %{V_major}.%{V_minor}
  -Release:      20070201
  +Release:      20070303
   
   #   list of sources
   Source0:      
ftp://download.fedora.redhat.com/pub/fedora/linux/core/development/source/SRPMS/newt-%{V_major}-%{V_minor}.%{V_tag}.src.rpm
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to