Ver código fonte

upgrading package: perl-curses 20031009 -> 20031016

Ralf S. Engelschall 22 anos atrás
pai
commit
4b3e93a189
2 arquivos alterados com 28 adições e 19 exclusões
  1. 25 16
      perl-curses/perl-curses.patch
  2. 3 3
      perl-curses/perl-curses.spec

+ 25 - 16
perl-curses/perl-curses.patch

@@ -3,7 +3,7 @@ Index: CHANGES.RSE
 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 <rse@engelschall.com>
@@ -33,10 +33,11 @@ diff -N CHANGES.RSE
 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 @@ diff -u -d -u -d -r1.1.1.3 -r1.3
  }
  
  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 @@ diff -u -d -u -d -r1.1.1.5 -r1.7
 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 @@ diff -u -d -u -d -r1.1.1.5 -r1.6
 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 @@ Index: examples/demo-widgets
 ===================================================================
 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

+ 3 - 3
perl-curses/perl-curses.spec

@@ -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 @@ Packager:     The OpenPKG Project
 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