[CVS] OpenPKG: openpkg-src/putty/ putty.patch putty.spec

2007-04-29 Thread Ralf S. Engelschall
  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:   30-Apr-2007 00:20:37
  Branch: HEAD Handle: 2007042923203600

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

  Log:
upgrading package: putty 0.59 -> 0.60

  Summary:
RevisionChanges Path
1.6 +12 -65 openpkg-src/putty/putty.patch
1.13+2  -2  openpkg-src/putty/putty.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/putty/putty.patch
  
  $ cvs diff -u -r1.5 -r1.6 putty.patch
  --- openpkg-src/putty/putty.patch 26 Jan 2007 09:30:37 -  1.5
  +++ openpkg-src/putty/putty.patch 29 Apr 2007 22:20:36 -  1.6
  @@ -1,7 +1,7 @@
   Index: unix/Makefile.gtk
   unix/Makefile.gtk.orig   2007-01-24 21:22:52 +0100
  -+++ unix/Makefile.gtk2007-01-26 10:29:01 +0100
  -@@ -96,9 +96,9 @@
  +--- unix/Makefile.gtk.orig   2007-04-29 13:41:48 +0200
   unix/Makefile.gtk2007-04-30 00:17:00 +0200
  +@@ -97,9 +97,9 @@

# You can define this path to point at your tools if you need to
# TOOLPATH = /opt/gcc/bin
  @@ -11,63 +11,10 @@
   -CFLAGS = -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ 
-I../unix/ \
   +CFLAGS = -O2 -Wall -I.././ -I../charset/ -I../windows/ -I../unix/ \
-I../mac/ -I../macosx/ `gtk-config --cflags` -D 
_FILE_OFFSET_BITS=64
  - XLDFLAGS = `gtk-config --libs`
  - ULDFLAGS =#
  -@@ -176,14 +176,14 @@
  - timing.o toucs.o tree234.o utf8.o uxcfg.o uxmisc.o uxprint.o \
  - uxpterm.o uxpty.o uxsel.o uxsignal.o uxstore.o uxucs.o \
  - version.o wcwidth.o xenc.o xkeysym.o xpmptcfg.o xpmpterm.o
  --$(CC) $(XLDFLAGS) -o $@ be_none.o cmdline.o config.o dialog.o \
  -+$(CC) -o $@ be_none.o cmdline.o config.o dialog.o \
  - fromucs.o gtkcfg.o gtkcols.o gtkdlg.o gtkwin.o ldisc.o \
  - ldiscucs.o localenc.o logging.o macenc.o mimeenc.o \
  - minibidi.o misc.o nocproxy.o sbcs.o sbcsdat.o sercfg.o \
  - settings.o slookup.o terminal.o time.o timing.o toucs.o \
  - tree234.o utf8.o uxcfg.o uxmisc.o uxprint.o uxpterm.o \
  - uxpty.o uxsel.o uxsignal.o uxstore.o uxucs.o version.o \
  --wcwidth.o xenc.o xkeysym.o xpmptcfg.o xpmpterm.o 
  -+wcwidth.o xenc.o xkeysym.o xpmptcfg.o xpmpterm.o $(XLDFLAGS) 
  - 
  - putty: be_all_s.o cmdline.o config.o cproxy.o dialog.o fromucs.o gtkcfg.o \
  - gtkcols.o gtkdlg.o gtkwin.o ldisc.o ldiscucs.o localenc.o \
  -@@ -198,7 +198,7 @@
  - uxsel.o uxser.o uxsignal.o uxstore.o uxucs.o version.o \
  - wcwidth.o wildcard.o x11fwd.o xenc.o xkeysym.o xpmpucfg.o \
  - xpmputty.o
  --$(CC) $(XLDFLAGS) -o $@ be_all_s.o cmdline.o config.o cproxy.o \
  -+$(CC) -o $@ be_all_s.o cmdline.o config.o cproxy.o \
  - dialog.o fromucs.o gtkcfg.o gtkcols.o gtkdlg.o gtkwin.o \
  - ldisc.o ldiscucs.o localenc.o logging.o macenc.o mimeenc.o \
  - minibidi.o misc.o pinger.o portfwd.o proxy.o raw.o rlogin.o \
  -@@ -210,7 +210,7 @@
  - uxagentc.o uxcfg.o uxmisc.o uxnet.o uxnoise.o uxprint.o \
  - uxproxy.o uxputty.o uxsel.o uxser.o uxsignal.o uxstore.o \
  - uxucs.o version.o wcwidth.o wildcard.o x11fwd.o xenc.o \
  --xkeysym.o xpmpucfg.o xpmputty.o 
  -+xkeysym.o xpmpucfg.o xpmputty.o $(XLDFLAGS) 
  - 
  - puttygen: cmdgen.o import.o misc.o notiming.o sshaes.o sshbn.o sshdes.o \
  - sshdss.o sshdssg.o sshmd5.o sshprime.o sshpubk.o sshrand.o \
  -@@ -231,7 +231,7 @@
  - uxproxy.o uxputty.o uxsel.o uxser.o uxsignal.o uxstore.o \
  - uxucs.o version.o wcwidth.o xenc.o xkeysym.o xpmpucfg.o \
  - xpmputty.o
  --$(CC) $(XLDFLAGS) -o $@ be_nos_s.o cmdline.o config.o dialog.o \
  -+$(CC) -o $@ be_nos_s.o cmdline.o config.o dialog.o \
  - fromucs.o gtkcfg.o gtkcols.o gtkdlg.o gtkwin.o ldisc.o \
  - ldiscucs.o localenc.o logging.o macenc.o mimeenc.o \
  - minibidi.o misc.o nocproxy.o pinger.o proxy.o raw.o rlogin.o \
  -@@ -239,7 +239,7 @@
  - terminal.o time.o timing.o toucs.o tree234.o utf8.o uxcfg.o \
  - uxmisc.o uxnet.o uxprint.o uxproxy.o uxputty.o uxsel.o \
  - uxser.o uxsignal.o uxstore.o uxucs.o version.o wcwidth.o \
  --xenc.o xkeysym.o xpmpucfg.o xpmputty.o 
  -+xenc.o xkeysym.o xpmpucfg.o xpmputty.o $(XLDFLAGS) 
  - 
  - be_all.o: ../be_all.c 

[CVS] OpenPKG: openpkg-src/vim/ vim.spec

2007-04-29 Thread Ralf S. Engelschall
  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:   30-Apr-2007 00:19:38
  Branch: HEAD Handle: 2007042923193700

  Modified files:
openpkg-src/vim vim.spec

  Log:
upgrading package: vim 7.0.234 -> 7.0.235

  Summary:
RevisionChanges Path
1.488   +3  -2  openpkg-src/vim/vim.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/vim/vim.spec
  
  $ cvs diff -u -r1.487 -r1.488 vim.spec
  --- openpkg-src/vim/vim.spec  28 Apr 2007 08:46:58 -  1.487
  +++ openpkg-src/vim/vim.spec  29 Apr 2007 22:19:37 -  1.488
  @@ -25,7 +25,7 @@
   #   package versions
   %define   V_vl  7.0
   %define   V_vs  70
  -%define   V_pl  234
  +%define   V_pl  235
   
   #   package information
   Name: vim
  @@ -38,7 +38,7 @@
   Group:Editor
   License:  Charityware
   Version:  %{V_vl}.%{V_pl}
  -Release:  20070428
  +Release:  20070430
   
   #   package options
   %option   with_x11no
  @@ -288,6 +288,7 @@
   Patch232: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.232
   Patch233: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.233
   Patch234: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.234
  +Patch235: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.235
   
   #   build information
   Prefix:   %{l_prefix}
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/smokeping/ smokeping.spec

2007-04-29 Thread Ralf S. Engelschall
  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:   30-Apr-2007 00:19:16
  Branch: HEAD Handle: 2007042923191200

  Modified files:
openpkg-src/smokeping   smokeping.spec

  Log:
upgrading package: smokeping 2.0.9 -> 2.1.0

  Summary:
RevisionChanges Path
1.28+2  -2  openpkg-src/smokeping/smokeping.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/smokeping/smokeping.spec
  
  $ cvs diff -u -r1.27 -r1.28 smokeping.spec
  --- openpkg-src/smokeping/smokeping.spec  24 Feb 2007 18:54:54 -  
1.27
  +++ openpkg-src/smokeping/smokeping.spec  29 Apr 2007 22:19:12 -  
1.28
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:Mapping
   License:  GPL
  -Version:  2.0.9
  -Release:  20070224
  +Version:  2.1.0
  +Release:  20070430
   
   #   list of sources
   Source0:  http://oss.oetiker.ch/smokeping/pub/smokeping-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/mrtg/ mrtg.spec

2007-04-29 Thread Ralf S. Engelschall
  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:   30-Apr-2007 00:19:16
  Branch: HEAD Handle: 2007042923191300

  Modified files:
openpkg-src/mrtgmrtg.spec

  Log:
upgrading package: mrtg 2.15.1 -> 2.15.2

  Summary:
RevisionChanges Path
1.28+2  -2  openpkg-src/mrtg/mrtg.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/mrtg/mrtg.spec
  
  $ cvs diff -u -r1.27 -r1.28 mrtg.spec
  --- openpkg-src/mrtg/mrtg.spec1 Feb 2007 08:18:47 -   1.27
  +++ openpkg-src/mrtg/mrtg.spec29 Apr 2007 22:19:13 -  1.28
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:Monitoring
   License:  GPL
  -Version:  2.15.1
  -Release:  20070201
  +Version:  2.15.2
  +Release:  20070430
   
   #   list of sources
   Source0:  http://oss.oetiker.ch/mrtg/pub/mrtg-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/visitors/ visitors.spec

2007-04-29 Thread Ralf S. Engelschall
  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:   29-Apr-2007 13:44:58
  Branch: HEAD Handle: 2007042912445800

  Modified files:
openpkg-src/visitorsvisitors.spec

  Log:
fix permissions on run-command script

  Summary:
RevisionChanges Path
1.16+2  -2  openpkg-src/visitors/visitors.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/visitors/visitors.spec
  
  $ cvs diff -u -r1.15 -r1.16 visitors.spec
  --- openpkg-src/visitors/visitors.spec16 Feb 2007 22:07:11 -  
1.15
  +++ openpkg-src/visitors/visitors.spec29 Apr 2007 11:44:58 -  
1.16
  @@ -33,7 +33,7 @@
   Group:Logfile
   License:  GPL
   Version:  0.7
  -Release:  20070216
  +Release:  20070429
   
   #   list of sources
   Source0:  http://www.hping.org/visitors/visitors-%{version}.tar.gz
  @@ -79,7 +79,7 @@
   visitors $RPM_BUILD_ROOT%{l_prefix}/bin/
   %{l_shtool} install -c -m 644 \
   visitors.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
  -%{l_shtool} install -c -m 644 %{l_value -s -a} \
  +%{l_shtool} install -c -m 755 %{l_value -s -a} \
   %{SOURCE rc.visitors} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
   %{l_files_std} \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-ds/ perl-ds.spec

2007-04-29 Thread Ralf S. Engelschall
  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:   29-Apr-2007 09:01:25
  Branch: HEAD Handle: 2007042908012400

  Modified files:
openpkg-src/perl-ds perl-ds.spec

  Log:
modifying package: perl-ds-5.8.8 20070325 -> 20070429

  Summary:
RevisionChanges Path
1.168   +2  -2  openpkg-src/perl-ds/perl-ds.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-ds/perl-ds.spec
  
  $ cvs diff -u -r1.167 -r1.168 perl-ds.spec
  --- openpkg-src/perl-ds/perl-ds.spec  25 Mar 2007 16:37:34 -  1.167
  +++ openpkg-src/perl-ds/perl-ds.spec  29 Apr 2007 07:01:24 -  1.168
  @@ -46,7 +46,7 @@
   %define   V_array_each 0.02
   %define   V_scalar_list_utils  1.19
   %define   V_list_moreutils 0.21
  -%define   V_heap   0.71
  +%define   V_heap   0.80
   %define   V_graph  0.81
   
   #   package information
  @@ -60,7 +60,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070325
  +Release:  20070429
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Bit/Bit-Vector-%{V_bit_vector}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-module/ perl-module.spec

2007-04-29 Thread Ralf S. Engelschall
  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:   29-Apr-2007 09:01:21
  Branch: HEAD Handle: 2007042908012000

  Modified files:
openpkg-src/perl-module perl-module.spec

  Log:
modifying package: perl-module-5.8.8 20070423 -> 20070429

  Summary:
RevisionChanges Path
1.74+2  -2  openpkg-src/perl-module/perl-module.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-module/perl-module.spec
  
  $ cvs diff -u -r1.73 -r1.74 perl-module.spec
  --- openpkg-src/perl-module/perl-module.spec  23 Apr 2007 16:13:50 -  
1.73
  +++ openpkg-src/perl-module/perl-module.spec  29 Apr 2007 07:01:20 -  
1.74
  @@ -34,7 +34,7 @@
   %define   V_extutils_modulemaker 0.49
   %define   V_extutils_makemaker   6.30
   %define   V_module_scandeps  0.73
  -%define   V_module_build 0.2807
  +%define   V_module_build 0.2808
   %define   V_module_corelist  2.09
   %define   V_module_info  0.30
   %define   V_module_locate1.7
  @@ -56,7 +56,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070423
  +Release:  20070429
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Depends-%{V_extutils_depends}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/ncurses/ ncurses.spec

2007-04-29 Thread Ralf S. Engelschall
  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:   29-Apr-2007 09:01:06
  Branch: HEAD Handle: 2007042908010500

  Modified files:
openpkg-src/ncurses ncurses.spec

  Log:
upgrading package: ncurses 5.6.20070421 -> 5.6.20070428

  Summary:
RevisionChanges Path
1.316   +5  -3  openpkg-src/ncurses/ncurses.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/ncurses/ncurses.spec
  
  $ cvs diff -u -r1.315 -r1.316 ncurses.spec
  --- openpkg-src/ncurses/ncurses.spec  22 Apr 2007 07:07:47 -  1.315
  +++ openpkg-src/ncurses/ncurses.spec  29 Apr 2007 07:01:05 -  1.316
  @@ -33,9 +33,10 @@
   %define   V_patch7  20070407
   %define   V_patch8  20070414
   %define   V_patch9  20070421
  +%define   V_patch10 20070428
   %define   V_patchB  %{V_patch1}
  -%define   V_patchL  %{V_patch9}
  -%define   V_patches 9
  +%define   V_patchL  %{V_patch10}
  +%define   V_patches 10
   
   #   package information
   Name: ncurses
  @@ -48,7 +49,7 @@
   Group:Terminal
   License:  MIT-style
   Version:  %{V_base}.%{V_patchL}
  -Release:  20070422
  +Release:  20070429
   
   #   list of sources
   Source0:  ftp://invisible-island.net/ncurses/ncurses-%{V_base}.tar.gz
  @@ -61,6 +62,7 @@
   Patch7:   
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch7}.patch.gz
   Patch8:   
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch8}.patch.gz
   Patch9:   
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch9}.patch.gz
  +Patch10:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch10}.patch.gz
   Patch100: ncurses.patch
   
   #   build information
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org