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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web openpkg$ Date:   16-Oct-2003 19:56:12
  Branch: HEAD                             Handle: 2003101618561002

  Modified files:
    openpkg-re/vcheck       vc.perl-curses
    openpkg-src/perl-curses perl-curses.patch perl-curses.spec
    openpkg-web             news.txt

  Log:
    upgrading package: perl-curses 20031009 -> 20031016

  Summary:
    Revision    Changes     Path
    1.14        +1  -1      openpkg-re/vcheck/vc.perl-curses
    1.12        +25 -16     openpkg-src/perl-curses/perl-curses.patch
    1.39        +3  -3      openpkg-src/perl-curses/perl-curses.spec
    1.7032      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-re/vcheck/vc.perl-curses
  ============================================================================
  $ cvs diff -u -r1.13 -r1.14 vc.perl-curses
  --- openpkg-re/vcheck/vc.perl-curses  9 Oct 2003 18:15:18 -0000       1.13
  +++ openpkg-re/vcheck/vc.perl-curses  16 Oct 2003 17:56:10 -0000      1.14
  @@ -12,7 +12,7 @@
     regex     = Curses-(__VER__)\.tar\.gz
   }
   prog perl-curses:Curses-UI = {
  -  version   = 0.80
  +  version   = 0.85
     url       = http://www.cpan.org/modules/by-module/Curses/
     regex     = Curses-UI-(__VER__)\.tar\.gz
   }
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-curses/perl-curses.patch
  ============================================================================
  $ cvs diff -u -r1.11 -r1.12 perl-curses.patch
  --- openpkg-src/perl-curses/perl-curses.patch 9 Oct 2003 18:15:20 -0000       1.11
  +++ openpkg-src/perl-curses/perl-curses.patch 16 Oct 2003 17:56:12 -0000      1.12
  @@ -3,7 +3,7 @@
   RCS file: CHANGES.RSE
   diff -N CHANGES.RSE
   --- /dev/null        1 Jan 1970 00:00:00 -0000
  -+++ CHANGES.RSE      1 Sep 2003 07:33:15 -0000
  ++++ CHANGES.RSE      16 Oct 2003 17:52:29 -0000      1.8
   @@ -0,0 +1,25 @@
   +
   +  The following changes were made by Ralf S. Engelschall <[EMAIL PROTECTED]>
  @@ -33,10 +33,11 @@
   Index: lib/Curses/UI.pm
   ===================================================================
   RCS file: /u/rse/wrk/cui/cvs/cui/lib/Curses/UI.pm,v
  -retrieving revision 1.1.1.6
  -diff -u -d -u -d -r1.1.1.6 UI.pm
  ---- lib/Curses/UI.pm 9 Oct 2003 18:09:41 -0000       1.1.1.6
  -+++ lib/Curses/UI.pm 9 Oct 2003 18:10:11 -0000
  +retrieving revision 1.1.1.7
  +retrieving revision 1.11
  +diff -u -d -u -d -r1.1.1.7 -r1.11
  +--- lib/Curses/UI.pm 16 Oct 2003 17:51:37 -0000      1.1.1.7
  ++++ lib/Curses/UI.pm 16 Oct 2003 17:52:30 -0000      1.11
   @@ -70,6 +70,7 @@
        -debug         => undef, # Turn on debugging mode?
        -language      => undef, # Which language to use?
  @@ -209,6 +210,12 @@
    }
    
    sub text_dimension ($;)
  +Index: lib/Curses/UI/Label.pm
  +===================================================================
  +RCS file: /u/rse/wrk/cui/cvs/cui/lib/Curses/UI/Label.pm,v
  +retrieving revision 1.1.1.4
  +retrieving revision 1.6
  +diff -u -d -u -d -r1.1.1.4 -r1.6
   Index: lib/Curses/UI/Listbox.pm
   ===================================================================
   RCS file: /u/rse/wrk/cui/cvs/cui/lib/Curses/UI/Listbox.pm,v
  @@ -261,11 +268,11 @@
   Index: lib/Curses/UI/TextEditor.pm
   ===================================================================
   RCS file: /u/rse/wrk/cui/cvs/cui/lib/Curses/UI/TextEditor.pm,v
  -retrieving revision 1.1.1.5
  -retrieving revision 1.6
  -diff -u -d -u -d -r1.1.1.5 -r1.6
  ---- lib/Curses/UI/TextEditor.pm      9 Oct 2003 18:09:42 -0000       1.1.1.5
  -+++ lib/Curses/UI/TextEditor.pm      9 Oct 2003 18:10:02 -0000       1.6
  +retrieving revision 1.1.1.6
  +retrieving revision 1.7
  +diff -u -d -u -d -r1.1.1.6 -r1.7
  +--- lib/Curses/UI/TextEditor.pm      16 Oct 2003 17:51:38 -0000      1.1.1.6
  ++++ lib/Curses/UI/TextEditor.pm      16 Oct 2003 17:51:55 -0000      1.7
   @@ -151,6 +151,7 @@
            -vscrollbar      => 0,           # show vertical scrollbar
            -hscrollbar      => 0,           # show horizontal scrollbar
  @@ -312,10 +319,11 @@
   Index: lib/Curses/UI/Widget.pm
   ===================================================================
   RCS file: /u/rse/wrk/cui/cvs/cui/lib/Curses/UI/Widget.pm,v
  -retrieving revision 1.1.1.5
  -diff -u -d -u -d -r1.1.1.5 Widget.pm
  ---- lib/Curses/UI/Widget.pm  9 Oct 2003 18:09:42 -0000       1.1.1.5
  -+++ lib/Curses/UI/Widget.pm  9 Oct 2003 18:10:11 -0000
  +retrieving revision 1.1.1.6
  +retrieving revision 1.9
  +diff -u -d -u -d -r1.1.1.6 -r1.9
  +--- lib/Curses/UI/Widget.pm  16 Oct 2003 17:51:38 -0000      1.1.1.6
  ++++ lib/Curses/UI/Widget.pm  16 Oct 2003 17:52:30 -0000      1.9
   @@ -85,6 +85,7 @@
            -onblur         => undef,    # onBlur event handler
            -intellidraw    => 1,        # Support intellidraw()?
  @@ -354,9 +362,10 @@
   ===================================================================
   RCS file: /u/rse/wrk/cui/cvs/cui/examples/demo-widgets,v
   retrieving revision 1.1.1.4
  -diff -u -d -u -d -r1.1.1.4 demo-widgets
  +retrieving revision 1.9
  +diff -u -d -u -d -r1.1.1.4 -r1.9
   --- examples/demo-widgets    1 Sep 2003 07:24:37 -0000       1.1.1.4
  -+++ examples/demo-widgets    1 Sep 2003 07:36:29 -0000
  ++++ examples/demo-widgets    16 Oct 2003 17:52:29 -0000      1.9
   @@ -1,6 +1,11 @@
   -#!/usr/bin/perl -w
   +#!/usr/lpkg/bin/perl -w
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-curses/perl-curses.spec
  ============================================================================
  $ cvs diff -u -r1.38 -r1.39 perl-curses.spec
  --- openpkg-src/perl-curses/perl-curses.spec  9 Oct 2003 18:15:20 -0000       1.38
  +++ openpkg-src/perl-curses/perl-curses.spec  16 Oct 2003 17:56:12 -0000      1.39
  @@ -25,7 +25,7 @@
   
   #   versions of individual parts
   %define       V_curses          1.06
  -%define       V_curses_ui       0.80
  +%define       V_curses_ui       0.85
   %define       V_curses_ui_dtv   0.10
   %define       V_curses_widgets  1.997
   %define       V_curses_forms    1.997
  @@ -40,8 +40,8 @@
   Distribution: OpenPKG [BASE]
   Group:        Language
   License:      GPL/Artistic
  -Version:      20031009
  -Release:      20031009
  +Version:      20031016
  +Release:      20031016
   
   #   list of sources
   Source0:      http://www.cpan.org/modules/by-module/Curses/Curses-%{V_curses}.tar.gz
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.7031 -r1.7032 news.txt
  --- openpkg-web/news.txt      16 Oct 2003 17:55:58 -0000      1.7031
  +++ openpkg-web/news.txt      16 Oct 2003 17:56:10 -0000      1.7032
  @@ -1,3 +1,4 @@
  +16-Oct-2003: Upgraded package: P<perl-curses-20031016-20031016>
   16-Oct-2003: Upgraded package: P<perl-parse-20031016-20031016>
   16-Oct-2003: Upgraded package: P<linkchecker-1.9.3-20031016>
   16-Oct-2003: Upgraded package: P<qt-3.2.2-20031016>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to