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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 10:23:42
  Branch: HEAD Handle: 2009091309234100

  Modified files:
openpkg-src/libjio  libjio.spec

  Log:
upgrading package: libjio 0.90 - 1.00

  Summary:
RevisionChanges Path
1.6 +7  -7  openpkg-src/libjio/libjio.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/libjio/libjio.spec
  
  $ cvs diff -u -r1.5 -r1.6 libjio.spec
  --- openpkg-src/libjio/libjio.spec8 Aug 2009 07:43:24 -   1.5
  +++ openpkg-src/libjio/libjio.spec13 Sep 2009 08:23:41 -  1.6
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Libraries
   License:  OSL
  -Version:  0.90
  -Release:  20090808
  +Version:  1.00
  +Release:  20090913
   
   #   list of sources
   Source0:  
http://blitiri.com.ar/p/libjio/files/%{version}/libjio-%{version}.tar.gz
  @@ -61,7 +61,7 @@
   %track
   prog libjio = {
   version   = %{version}
  -url   = ftp://ftp.libjio.org/pub/libjio/
  +url   = http://blitiri.com.ar/p/libjio/
   regex = libjio-(__VER__)\.tar\.gz
   }
   
  @@ -74,7 +74,7 @@
 %{l_make} %{l_mflags} \
 CC=%{l_cc} \
 CFLAGS=%{l_cflags -O} -std=c99 \
  -  libjio.a libjio.pc jiofsck
  +  build/libjio.a build/libjio.pc build/jiofsck
   ) || exit $?
   
   %install
  @@ -87,13 +87,13 @@
   $RPM_BUILD_ROOT%{l_prefix}/man/cat3
   ( cd libjio
 %{l_shtool} install -c -s -m 755 \
  -  jiofsck $RPM_BUILD_ROOT%{l_prefix}/bin/
  +  build/jiofsck $RPM_BUILD_ROOT%{l_prefix}/bin/
 %{l_shtool} install -c -m 644 \
 libjio.h $RPM_BUILD_ROOT%{l_prefix}/include/
 %{l_shtool} install -c -m 644 \
  -  libjio.a $RPM_BUILD_ROOT%{l_prefix}/lib/
  +  build/libjio.a $RPM_BUILD_ROOT%{l_prefix}/lib/
 %{l_shtool} install -c -m 644 \
  -  libjio.pc $RPM_BUILD_ROOT%{l_prefix}/lib/pkgconfig/
  +  build/libjio.pc $RPM_BUILD_ROOT%{l_prefix}/lib/pkgconfig/
   ) || exit $?
   %{l_shtool} install -c -m 644 \
   doc/libjio.rst $RPM_BUILD_ROOT%{l_prefix}/man/cat3/libjio.1
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 10:23:58
  Branch: HEAD Handle: 2009091309235800

  Modified files:
openpkg-src/imagemagick imagemagick.spec

  Log:
upgrading package: imagemagick 6.5.5.8 - 6.5.5.9

  Summary:
RevisionChanges Path
1.598   +2  -2  openpkg-src/imagemagick/imagemagick.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/imagemagick/imagemagick.spec
  
  $ cvs diff -u -r1.597 -r1.598 imagemagick.spec
  --- openpkg-src/imagemagick/imagemagick.spec  9 Sep 2009 08:04:44 -   
1.597
  +++ openpkg-src/imagemagick/imagemagick.spec  13 Sep 2009 08:23:58 -  
1.598
  @@ -23,7 +23,7 @@
   
   #   package version
   %define   V_major 6.5.5
  -%define   V_minor 8
  +%define   V_minor 9
   %define   V_dist  %{V_major}-%{V_minor}
   %define   V_opkg  %{V_major}.%{V_minor}
   
  @@ -38,7 +38,7 @@
   Group:Graphics
   License:  ImageMagick
   Version:  %{V_opkg}
  -Release:  20090909
  +Release:  20090913
   
   #   package options
   %option   with_perl   no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/apache-pubtkt/ apache-pubtkt.spec

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 10:24:57
  Branch: HEAD Handle: 2009091309245700

  Modified files:
openpkg-src/apache-pubtkt
apache-pubtkt.spec

  Log:
upgrading package: apache-pubtkt 0.5 - 0.6

  Summary:
RevisionChanges Path
1.7 +2  -2  openpkg-src/apache-pubtkt/apache-pubtkt.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/apache-pubtkt/apache-pubtkt.spec
  
  $ cvs diff -u -r1.6 -r1.7 apache-pubtkt.spec
  --- openpkg-src/apache-pubtkt/apache-pubtkt.spec  18 Apr 2009 13:08:33 
-  1.6
  +++ openpkg-src/apache-pubtkt/apache-pubtkt.spec  13 Sep 2009 08:24:57 
-  1.7
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Web
   License:  BSD-style
  -Version:  0.5
  -Release:  20090123
  +Version:  0.6
  +Release:  20090913
   
   #   list of sources
   Source0:  
http://neon1.net/mod_auth_pubtkt/mod_auth_pubtkt-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 10:32:55
  Branch: HEAD Handle: 2009091309325500

  Modified files:
openpkg-src/cloudvpncloudvpn.spec

  Log:
upgrading package: cloudvpn 1.99.7 - 1.99.8

  Summary:
RevisionChanges Path
1.11+3  -3  openpkg-src/cloudvpn/cloudvpn.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/cloudvpn/cloudvpn.spec
  
  $ cvs diff -u -r1.10 -r1.11 cloudvpn.spec
  --- openpkg-src/cloudvpn/cloudvpn.spec3 Aug 2009 18:33:25 -   
1.10
  +++ openpkg-src/cloudvpn/cloudvpn.spec13 Sep 2009 08:32:55 -  
1.11
  @@ -34,8 +34,8 @@
   Class:EVAL
   Group:Networking
   License:  GPL
  -Version:  1.99.7
  -Release:  20090803
  +Version:  1.99.8
  +Release:  20090913
   
   #   list of sources
   Source0:  http://www.e-x-a.org/releases/cloudvpn-%{version}.tar.bz2
  @@ -85,7 +85,7 @@
   %{l_shtool} mkdir -f -p -m 755 \
   $RPM_BUILD_ROOT%{l_prefix}/bin
   %{l_shtool} install -c -s -m 755 \
  -cloud ether stunproxy \
  +cloud ether \
   $RPM_BUILD_ROOT%{l_prefix}/bin/
   %{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/axl/ axl.patch axl.spec

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 10:34:39
  Branch: HEAD Handle: 2009091309343800

  Added files:
openpkg-src/axl axl.patch
  Modified files:
openpkg-src/axl axl.spec

  Log:
upgrading package: axl 0.5.7 - 0.6.0

  Summary:
RevisionChanges Path
1.3 +12 -0  openpkg-src/axl/axl.patch
1.36+7  -3  openpkg-src/axl/axl.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/axl/axl.patch
  
  $ cvs diff -u -r0 -r1.3 axl.patch
  --- /dev/null 2009-09-13 10:34:38 +0200
  +++ axl.patch 2009-09-13 10:34:39 +0200
  @@ -0,0 +1,12 @@
  +Index: configure
  +--- configure.orig   2009-09-03 15:36:48 +0200
   configure2009-09-13 10:29:56 +0200
  +@@ -21396,7 +21396,7 @@
  + 
  + 
  + 
  +-if test x$python_devel_found = xyes; then
  ++if false; then
  +   ENABLE_PY_AXL_TRUE=
  +   ENABLE_PY_AXL_FALSE='#'
  + else
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/axl/axl.spec
  
  $ cvs diff -u -r1.35 -r1.36 axl.spec
  --- openpkg-src/axl/axl.spec  30 Jun 2009 20:20:05 -  1.35
  +++ openpkg-src/axl/axl.spec  13 Sep 2009 08:34:38 -  1.36
  @@ -22,8 +22,8 @@
   ##
   
   #   package version
  -%define   V_external 0.5.7
  -%define   V_internal b3918.g3941
  +%define   V_external 0.6.0
  +%define   V_internal b4046.g4055
   
   #   package information
   Name: axl
  @@ -36,10 +36,11 @@
   Group:XML
   License:  LGPL
   Version:  %{V_external}
  -Release:  20090628
  +Release:  20090913
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/vortexlibrary/axl-%{V_external}.%{V_internal}.tar.gz
  +Patch0:   axl.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -62,12 +63,15 @@
   
   %prep
   %setup -q -n axl-%{V_external}.%{V_internal}
  +%patch -p0
   
   %build
   CC=%{l_cc} \
   CFLAGS=%{l_cflags -O} \
   ./configure \
   --prefix=%{l_prefix} \
  +--disable-axl-doc \
  +--disable-axl-test \
   --disable-shared
   %{l_make} %{l_mflags -O}
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 10:49:31
  Branch: HEAD Handle: 2009091309493000

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

  Log:
modifying package: perl-time-5.10 20090910 - 20090913

  Summary:
RevisionChanges Path
1.245   +2  -2  openpkg-src/perl-time/perl-time.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-time/perl-time.spec
  
  $ cvs diff -u -r1.244 -r1.245 perl-time.spec
  --- openpkg-src/perl-time/perl-time.spec  10 Sep 2009 18:46:40 -  
1.244
  +++ openpkg-src/perl-time/perl-time.spec  13 Sep 2009 08:49:30 -  
1.245
  @@ -27,7 +27,7 @@
   %define   V_time_hires  1.9719
   %define   V_time_local  1.1901
   %define   V_date_manip  5.54
  -%define   V_date_calc   5.7
  +%define   V_date_calc   5.8
   %define   V_class_date  1.1.9
   %define   V_benchmark_timer 0.7102
   %define   V_time_modules2006.0814
  @@ -55,7 +55,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20090910
  +Release:  20090913
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Time/TimeDate-%{V_time_date}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 11:03:03
  Branch: HEAD Handle: 2009091310030300

  Modified files:
openpkg-src/botan   botan.spec

  Log:
upgrading package: botan 1.8.5 - 1.8.7

  Summary:
RevisionChanges Path
1.34+2  -2  openpkg-src/botan/botan.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/botan/botan.spec
  
  $ cvs diff -u -r1.33 -r1.34 botan.spec
  --- openpkg-src/botan/botan.spec  7 Aug 2009 12:07:33 -   1.33
  +++ openpkg-src/botan/botan.spec  13 Sep 2009 09:03:03 -  1.34
  @@ -23,7 +23,7 @@
   
   #   package version
   %define   V_major 1.8
  -%define   V_minor 5
  +%define   V_minor 7
   
   #   package information
   Name: botan
  @@ -36,7 +36,7 @@
   Group:Cryptography
   License:  BSD
   Version:  %{V_major}.%{V_minor}
  -Release:  20090807
  +Release:  20090913
   
   #   list of sources
   Source0:  
http://files.randombit.net/botan/v%{V_major}/Botan-%{version}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 11:03:11
  Branch: HEAD Handle: 2009091310031100

  Modified files:
openpkg-src/xterm   xterm.spec

  Log:
upgrading package: xterm 247 - 248

  Summary:
RevisionChanges Path
1.160   +2  -2  openpkg-src/xterm/xterm.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/xterm/xterm.spec
  
  $ cvs diff -u -r1.159 -r1.160 xterm.spec
  --- openpkg-src/xterm/xterm.spec  31 Aug 2009 20:48:39 -  1.159
  +++ openpkg-src/xterm/xterm.spec  13 Sep 2009 09:03:11 -  1.160
  @@ -22,7 +22,7 @@
   ##
   
   #   package versions
  -%define   V_xterm247
  +%define   V_xterm248
   %define   V_xtermset 0.5.2
   %define   V_xtermcontrol 2.9
   
  @@ -37,7 +37,7 @@
   Group:XWindow
   License:  X11
   Version:  %{V_xterm}
  -Release:  20090831
  +Release:  20090913
   
   #   list of sources
   Source0:  ftp://invisible-island.net/xterm/xterm-%{V_xterm}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 20:53:13
  Branch: HEAD Handle: 2009091319531300

  Modified files:
openpkg-src/ziproxy ziproxy.spec

  Log:
upgrading package: ziproxy 2.7.0 - 2.7.1

  Summary:
RevisionChanges Path
1.5 +3  -3  openpkg-src/ziproxy/ziproxy.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/ziproxy/ziproxy.spec
  
  $ cvs diff -u -r1.4 -r1.5 ziproxy.spec
  --- openpkg-src/ziproxy/ziproxy.spec  30 Jun 2009 20:21:46 -  1.4
  +++ openpkg-src/ziproxy/ziproxy.spec  13 Sep 2009 18:53:13 -  1.5
  @@ -22,8 +22,8 @@
   ##
   
   #   package version
  -%define   V_opkg 2.7.0
  -%define   V_dist 2.7.0
  +%define   V_opkg 2.7.1
  +%define   V_dist 2.7.1
   
   #   package information
   Name: ziproxy
  @@ -36,7 +36,7 @@
   Group:Web
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20090608
  +Release:  20090913
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/ziproxy/ziproxy-%{V_dist}.tar.bz2
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 20:55:24
  Branch: HEAD Handle: 2009091319552400

  Modified files:
openpkg-src/ncurses ncurses.spec

  Log:
upgrading package: ncurses 5.7.20090906 - 5.7.20090912

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

  patch -p0 '@@ .'
  Index: openpkg-src/ncurses/ncurses.spec
  
  $ cvs diff -u -r1.440 -r1.441 ncurses.spec
  --- openpkg-src/ncurses/ncurses.spec  9 Sep 2009 08:10:05 -   1.440
  +++ openpkg-src/ncurses/ncurses.spec  13 Sep 2009 18:55:24 -  1.441
  @@ -70,9 +70,10 @@
   %define   V_patch45 20090829
   %define   V_patch46 20090905
   %define   V_patch47 20090906
  +%define   V_patch48 20090912
   %define   V_patchB  %{V_patch1}
  -%define   V_patchL  %{V_patch47}
  -%define   V_patches 47
  +%define   V_patchL  %{V_patch48}
  +%define   V_patches 48
   
   #   package information
   Name: ncurses
  @@ -85,7 +86,7 @@
   Group:Terminal
   License:  MIT-style
   Version:  %{V_base}.%{V_patchL}
  -Release:  20090909
  +Release:  20090913
   
   #   list of sources
   Source0:  ftp://invisible-island.net/ncurses/ncurses-%{V_base}.tar.gz
  @@ -136,6 +137,7 @@
   Patch45:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch45}.patch.gz
   Patch46:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch46}.patch.gz
   Patch47:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch47}.patch.gz
  +Patch48:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch48}.patch.gz
   Patch100: ncurses.patch
   
   #   build information
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 20:58:14
  Branch: HEAD Handle: 2009091319581400

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

  Log:
modifying package: perl-stats-5.10 20090910 - 20090913

  Summary:
RevisionChanges Path
1.46+2  -2  openpkg-src/perl-stats/perl-stats.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-stats/perl-stats.spec
  
  $ cvs diff -u -r1.45 -r1.46 perl-stats.spec
  --- openpkg-src/perl-stats/perl-stats.spec10 Sep 2009 14:21:38 -  
1.45
  +++ openpkg-src/perl-stats/perl-stats.spec13 Sep 2009 18:58:14 -  
1.46
  @@ -23,7 +23,7 @@
   
   #   versions of individual parts
   %define   V_perl 5.10
  -%define   V_statistics_basic 1.6600
  +%define   V_statistics_basic 1.6601
   %define   V_statistics_lite  3.2
   %define   V_statistics_maxentropy0.9
   %define   V_statistics_descriptive   3.0100
  @@ -45,7 +45,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20090910
  +Release:  20090913
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Statistics/Statistics-Basic-%{V_statistics_basic}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 20:59:50
  Branch: HEAD Handle: 2009091319594900

  Modified files:
openpkg-src/rt  rt.spec

  Log:
modifying package: rt-3.8.4 20090807 - 20090913

  Summary:
RevisionChanges Path
1.204   +2  -2  openpkg-src/rt/rt.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/rt/rt.spec
  
  $ cvs diff -u -r1.203 -r1.204 rt.spec
  --- openpkg-src/rt/rt.spec7 Aug 2009 17:13:09 -   1.203
  +++ openpkg-src/rt/rt.spec13 Sep 2009 18:59:49 -  1.204
  @@ -23,7 +23,7 @@
   
   #   package versions
   %define   V_rt 3.8.4
  -%define   V_log_dispatch   2.22
  +%define   V_log_dispatch   2.23
   %define   V_html_mason 1.42
   %define   V_mldbm  2.01
   %define   V_html_format2.04
  @@ -41,7 +41,7 @@
   Group:Ticketing
   License:  GPL
   Version:  %{V_rt}
  -Release:  20090807
  +Release:  20090913
   
   #   package options
   %option   with_db_sqlite   no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 21:01:00
  Branch: HEAD Handle: 2009091320005900

  Modified files:
openpkg-src/imagemagick imagemagick.spec

  Log:
upgrading package: imagemagick 6.5.5.9 - 6.5.5.10

  Summary:
RevisionChanges Path
1.599   +1  -1  openpkg-src/imagemagick/imagemagick.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/imagemagick/imagemagick.spec
  
  $ cvs diff -u -r1.598 -r1.599 imagemagick.spec
  --- openpkg-src/imagemagick/imagemagick.spec  13 Sep 2009 08:23:58 -  
1.598
  +++ openpkg-src/imagemagick/imagemagick.spec  13 Sep 2009 19:00:59 -  
1.599
  @@ -23,7 +23,7 @@
   
   #   package version
   %define   V_major 6.5.5
  -%define   V_minor 9
  +%define   V_minor 10
   %define   V_dist  %{V_major}-%{V_minor}
   %define   V_opkg  %{V_major}.%{V_minor}
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 21:01:19
  Branch: HEAD Handle: 2009091320011800

  Modified files:
openpkg-src/neonneon.spec

  Log:
upgrading package: neon 0.28.6 - 0.29.0

  Summary:
RevisionChanges Path
1.75+2  -2  openpkg-src/neon/neon.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/neon/neon.spec
  
  $ cvs diff -u -r1.74 -r1.75 neon.spec
  --- openpkg-src/neon/neon.spec19 Aug 2009 18:18:59 -  1.74
  +++ openpkg-src/neon/neon.spec13 Sep 2009 19:01:18 -  1.75
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:Web
   License:  LGPL
  -Version:  0.28.6
  -Release:  20090819
  +Version:  0.29.0
  +Release:  20090913
   
   #   list of sources
   Source0:  http://www.webdav.org/neon/neon-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 21:03:15
  Branch: HEAD Handle: 2009091320031500

  Modified files:
openpkg-src/pdfresurrect
pdfresurrect.spec

  Log:
upgrading package: pdfresurrect 0.7 - 0.8

  Summary:
RevisionChanges Path
1.2 +3  -3  openpkg-src/pdfresurrect/pdfresurrect.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/pdfresurrect/pdfresurrect.spec
  
  $ cvs diff -u -r1.1 -r1.2 pdfresurrect.spec
  --- openpkg-src/pdfresurrect/pdfresurrect.spec10 Sep 2009 07:37:35 
-  1.1
  +++ openpkg-src/pdfresurrect/pdfresurrect.spec13 Sep 2009 19:03:15 
-  1.2
  @@ -22,8 +22,8 @@
   ##
   
   #   package version
  -%define   V_opkg 0.7
  -%define   V_dist 0_7
  +%define   V_opkg 0.8
  +%define   V_dist 0_8
   
   #   package information
   Name: pdfresurrect
  @@ -36,7 +36,7 @@
   Group:Print
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20090910
  +Release:  20090913
   
   #   list of sources
   Source0:  
http://www.757labs.com/projects/pdfresurrect/releases/pdfresurrect-v%{V_dist}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/python-text/ python-text.spec

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 21:04:20
  Branch: HEAD Handle: 2009091320042000

  Modified files:
openpkg-src/python-text python-text.spec

  Log:
modifying package: python-text-2.5 20090517 - 20090913

  Summary:
RevisionChanges Path
1.2 +2  -2  openpkg-src/python-text/python-text.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/python-text/python-text.spec
  
  $ cvs diff -u -r1.1 -r1.2 python-text.spec
  --- openpkg-src/python-text/python-text.spec  17 May 2009 10:24:59 -  
1.1
  +++ openpkg-src/python-text/python-text.spec  13 Sep 2009 19:04:20 -  
1.2
  @@ -23,7 +23,7 @@
   
   #   package versions
   %define   V_python2.5
  -%define   V_pygments  1.0
  +%define   V_pygments  1.1
   
   #   package information
   Name: python-text
  @@ -36,7 +36,7 @@
   Group:Language
   License:  GPL
   Version:  %{V_python}
  -Release:  20090517
  +Release:  20090913
   
   #   list of sources
   Source0:  
http://pypi.python.org/packages/source/P/Pygments/Pygments-%{V_pygments}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 21:08:27
  Branch: HEAD Handle: 2009091320082700

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

  Log:
modifying package: perl-time-5.10 20090913 again

  Summary:
RevisionChanges Path
1.246   +2  -2  openpkg-src/perl-time/perl-time.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-time/perl-time.spec
  
  $ cvs diff -u -r1.245 -r1.246 perl-time.spec
  --- openpkg-src/perl-time/perl-time.spec  13 Sep 2009 08:49:30 -  
1.245
  +++ openpkg-src/perl-time/perl-time.spec  13 Sep 2009 19:08:27 -  
1.246
  @@ -32,9 +32,9 @@
   %define   V_benchmark_timer 0.7102
   %define   V_time_modules2006.0814
   %define   V_time_tai64  2.11
  -%define   V_datetime_locale 0.43
  +%define   V_datetime_locale 0.44
   %define   V_datetime0.4501
  -%define   V_datetime_timezone   0.97
  +%define   V_datetime_timezone   0.98
   %define   V_datetime_businesshours  1.01a
   %define   V_datetime_format_natural 0.78
   %define   V_datetime_format_mail0.3001
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 21:08:27
  Branch: HEAD Handle: 2009091320082700

  Modified files:
openpkg-src/scala   scala.spec

  Log:
upgrading package: scala 2.7.5 - 2.7.6

  Summary:
RevisionChanges Path
1.9 +2  -2  openpkg-src/scala/scala.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/scala/scala.spec
  
  $ cvs diff -u -r1.8 -r1.9 scala.spec
  --- openpkg-src/scala/scala.spec  19 Jul 2009 12:30:46 -  1.8
  +++ openpkg-src/scala/scala.spec  13 Sep 2009 19:08:27 -  1.9
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Language
   License:  BSD
  -Version:  2.7.5
  -Release:  20090719
  +Version:  2.7.6
  +Release:  20090913
   
   #   list of sources
   Source0:  
http://www.scala-lang.org/downloads/distrib/files/scala-%{version}.final.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 21:08:38
  Branch: HEAD Handle: 2009091320083800

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

  Log:
upgrading package: git 1.6.4.2 - 1.6.4.3

  Summary:
RevisionChanges Path
1.96+9  -9  openpkg-src/git/git.patch
1.153   +2  -2  openpkg-src/git/git.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/git/git.patch
  
  $ cvs diff -u -r1.95 -r1.96 git.patch
  --- openpkg-src/git/git.patch 30 Aug 2009 20:16:22 -  1.95
  +++ openpkg-src/git/git.patch 13 Sep 2009 19:08:38 -  1.96
  @@ -37,9 +37,9 @@
endif

uninstall:
  -Index: git-1.6.4.2/Documentation/Makefile
   git-1.6.4.2/Documentation/Makefile.orig  2009-03-04 09:18:50 +0100
  -+++ git-1.6.4.2/Documentation/Makefile   2009-03-04 22:59:49 +0100
  +Index: git-1.6.4.3/Documentation/Makefile
  +--- git-1.6.4.3/Documentation/Makefile.orig  2009-03-04 09:18:50 +0100
   git-1.6.4.3/Documentation/Makefile   2009-03-04 22:59:49 +0100
   @@ -50,10 +50,10 @@
infodir?=$(prefix)/share/info
MAKEINFO=makeinfo
  @@ -53,9 +53,9 @@
endif

-include ../config.mak.autogen
  -Index: git-1.6.4.2/Makefile
   git-1.6.4.2/Makefile.orig2009-03-04 09:18:50 +0100
  -+++ git-1.6.4.2/Makefile 2009-03-04 23:00:34 +0100
  +Index: git-1.6.4.3/Makefile
  +--- git-1.6.4.3/Makefile.orig2009-03-04 09:18:50 +0100
   git-1.6.4.3/Makefile 2009-03-04 23:00:34 +0100
   @@ -198,7 +198,7 @@
infodir = share/info
gitexecdir = libexec/git-core
  @@ -79,9 +79,9 @@
endif
BUILTIN_OBJS += builtin-http-fetch.o
EXTLIBS += $(CURL_LIBCURL)
  -Index: git-1.6.4.2/perl/Makefile.PL
   git-1.6.4.2/perl/Makefile.PL.orig2009-03-04 09:18:50 +0100
  -+++ git-1.6.4.2/perl/Makefile.PL 2009-03-04 22:55:27 +0100
  +Index: git-1.6.4.3/perl/Makefile.PL
  +--- git-1.6.4.3/perl/Makefile.PL.orig2009-03-04 09:18:50 +0100
   git-1.6.4.3/perl/Makefile.PL 2009-03-04 22:55:27 +0100
   @@ -26,5 +26,6 @@
VERSION_FROM= 'Git.pm',
PM  = \%pm,
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/git/git.spec
  
  $ cvs diff -u -r1.152 -r1.153 git.spec
  --- openpkg-src/git/git.spec  30 Aug 2009 20:16:22 -  1.152
  +++ openpkg-src/git/git.spec  13 Sep 2009 19:08:38 -  1.153
  @@ -22,7 +22,7 @@
   ##
   
   #   package version
  -%define   V_git   1.6.4.2
  +%define   V_git   1.6.4.3
   %define   V_cogito0.18.2
   %define   V_stgit 0.14.3
   %define   V_guilt 0.32.1
  @@ -40,7 +40,7 @@
   Group:SCM
   License:  GPL
   Version:  %{V_git}
  -Release:  20090830
  +Release:  20090913
   
   #   package options
   %option   with_cogito  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 21:09:09
  Branch: HEAD Handle: 2009091320090900

  Modified files:
openpkg-src/vim vim.spec

  Log:
upgrading package: vim 7.2.245 - 7.2.259

  Summary:
RevisionChanges Path
1.726   +16 -2  openpkg-src/vim/vim.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/vim/vim.spec
  
  $ cvs diff -u -r1.725 -r1.726 vim.spec
  --- openpkg-src/vim/vim.spec  1 Aug 2009 16:38:10 -   1.725
  +++ openpkg-src/vim/vim.spec  13 Sep 2009 19:09:09 -  1.726
  @@ -24,7 +24,7 @@
   #   package versions
   %define   V_vl  7.2
   %define   V_vs  72
  -%define   V_pl  245
  +%define   V_pl  259
   
   #   package information
   Name: vim
  @@ -37,7 +37,7 @@
   Group:Editor
   License:  Charityware
   Version:  %{V_vl}.%{V_pl}
  -Release:  20090801
  +Release:  20090913
   
   #   package options
   %option   with_x11no
  @@ -298,6 +298,20 @@
   Patch243: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.243
   Patch244: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.244
   Patch245: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.245
  +Patch246: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.246
  +Patch247: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.247
  +Patch248: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.248
  +Patch249: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.249
  +Patch250: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.250
  +Patch251: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.251
  +Patch252: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.252
  +Patch253: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.253
  +Patch254: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.254
  +Patch255: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.255
  +Patch256: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.256
  +Patch257: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.257
  +Patch258: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.258
  +Patch259: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.259
   
   #   build information
   Prefix:   %{l_prefix}
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 21:13:21
  Branch: HEAD Handle: 2009091320132100

  Modified files:
openpkg-src/perftools   perftools.spec

  Log:
upgrading package: perftools 1.0 - 1.4

  Summary:
RevisionChanges Path
1.3 +3  -2  openpkg-src/perftools/perftools.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perftools/perftools.spec
  
  $ cvs diff -u -r1.2 -r1.3 perftools.spec
  --- openpkg-src/perftools/perftools.spec  18 Apr 2009 13:13:50 -  
1.2
  +++ openpkg-src/perftools/perftools.spec  13 Sep 2009 19:13:21 -  
1.3
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Debugging
   License:  BSD
  -Version:  1.0
  -Release:  20090110
  +Version:  1.4
  +Release:  20090913
   
   #   list of sources
   Source0:  
http://google-perftools.googlecode.com/files/google-perftools-%{version}.tar.gz
  @@ -68,6 +68,7 @@
   LDFLAGS=%{l_ldflags} \
   ./configure \
   --prefix=%{l_prefix} \
  +--mandir=%{l_prefix}/man \
   --disable-shared
   %{l_make} %{l_mflags -O}
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 21:13:26
  Branch: HEAD Handle: 2009091320132500

  Modified files:
openpkg-src/perl-dbiperl-dbi.spec

  Log:
modifying package: perl-dbi-5.10 20090906 - 20090913

  Summary:
RevisionChanges Path
1.371   +2  -2  openpkg-src/perl-dbi/perl-dbi.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-dbi/perl-dbi.spec
  
  $ cvs diff -u -r1.370 -r1.371 perl-dbi.spec
  --- openpkg-src/perl-dbi/perl-dbi.spec6 Sep 2009 21:11:56 -   
1.370
  +++ openpkg-src/perl-dbi/perl-dbi.spec13 Sep 2009 19:13:25 -  
1.371
  @@ -39,7 +39,7 @@
   %define   V_dbd_pgsql   2.15.1
   %define   V_dbd_oracle  1.23
   %define   V_dbd_sybase  1.09
  -%define   V_dbd_odbc1.22
  +%define   V_dbd_odbc1.23
   %define   V_dbd_pglite  0.11
   %define   V_dbd_cego1.1.7
   
  @@ -54,7 +54,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20090906
  +Release:  20090913
   
   #   package options
   %option   with_sqlite   yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 21:13:26
  Branch: HEAD Handle: 2009091320132600

  Modified files:
openpkg-src/perl-sysperl-sys.spec

  Log:
modifying package: perl-sys-5.10 20090902 - 20090913

  Summary:
RevisionChanges Path
1.265   +2  -2  openpkg-src/perl-sys/perl-sys.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-sys/perl-sys.spec
  
  $ cvs diff -u -r1.264 -r1.265 perl-sys.spec
  --- openpkg-src/perl-sys/perl-sys.spec2 Sep 2009 18:27:36 -   
1.264
  +++ openpkg-src/perl-sys/perl-sys.spec13 Sep 2009 19:13:26 -  
1.265
  @@ -24,7 +24,7 @@
   #   versions of individual parts
   %define   V_perl5.10
   %define   V_unix_syslog 1.1
  -%define   V_archive_tar 1.52
  +%define   V_archive_tar 1.54
   %define   V_archive_zip 1.30
   %define   V_archive_cpio0.07
   %define   V_expect  1.21
  @@ -72,7 +72,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20090902
  +Release:  20090913
   
   #   package options
   %option   with_pam   no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 21:04:48
  Branch: HEAD Handle: 2009091320044800

  Modified files:
openpkg-src/discountdiscount.spec

  Log:
upgrading package: discount 1.5.3 - 1.5.4

  Summary:
RevisionChanges Path
1.22+2  -2  openpkg-src/discount/discount.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/discount/discount.spec
  
  $ cvs diff -u -r1.21 -r1.22 discount.spec
  --- openpkg-src/discount/discount.spec11 Sep 2009 19:56:30 -  
1.21
  +++ openpkg-src/discount/discount.spec13 Sep 2009 19:04:48 -  
1.22
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Web
   License:  BSD
  -Version:  1.5.3
  -Release:  20090911
  +Version:  1.5.4
  +Release:  20090913
   
   #   list of sources
   Source0:  
http://www.pell.portland.or.us/~orc/Code/discount/discount-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 21:04:46
  Branch: HEAD Handle: 2009091320044600

  Modified files:
openpkg-src/fossil  fossil.spec

  Log:
upgrading package: fossil 20090828 - 20090911

  Summary:
RevisionChanges Path
1.12+3  -3  openpkg-src/fossil/fossil.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/fossil/fossil.spec
  
  $ cvs diff -u -r1.11 -r1.12 fossil.spec
  --- openpkg-src/fossil/fossil.spec30 Aug 2009 20:12:05 -  1.11
  +++ openpkg-src/fossil/fossil.spec13 Sep 2009 19:04:46 -  1.12
  @@ -22,8 +22,8 @@
   ##
   
   #   package version
  -%define   V_opkg  20090828
  -%define   V_dist  20090828225927
  +%define   V_opkg  20090911
  +%define   V_dist  20090911230450
   
   #   package information
   Name: fossil
  @@ -36,7 +36,7 @@
   Group:SCM
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20090830
  +Release:  20090913
   
   #   list of sources
   Source0:  http://www.fossil-scm.org/download/fossil-src-%{V_dist}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 21:24:36
  Branch: HEAD Handle: 2009091320243600

  Modified files:
openpkg-src/lftplftp.patch lftp.spec

  Log:
upgrading package: lftp 3.7.15 - 4.0.0

  Summary:
RevisionChanges Path
1.9 +14 -2  openpkg-src/lftp/lftp.patch
1.135   +2  -2  openpkg-src/lftp/lftp.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/lftp/lftp.patch
  
  $ cvs diff -u -r1.8 -r1.9 lftp.patch
  --- openpkg-src/lftp/lftp.patch   18 Nov 2008 19:42:58 -  1.8
  +++ openpkg-src/lftp/lftp.patch   13 Sep 2009 19:24:36 -  1.9
  @@ -1,6 +1,18 @@
  +Index: src/Torrent.cc
  +--- src/Torrent.cc.orig  2009-08-21 14:09:56 +0200
   src/Torrent.cc   2009-09-13 21:09:30 +0200
  +@@ -23,6 +23,8 @@
  + #include config.h
  + #include stdlib.h
  + #include assert.h
  ++#include sys/types.h
  ++#include sys/stat.h
  + #include sys/socket.h
  + #include netinet/in.h
  + #include arpa/inet.h
   Index: src/lftp_tinfo.cc
   src/lftp_tinfo.cc.orig   2006-02-06 12:00:41 +0100
  -+++ src/lftp_tinfo.cc2008-11-18 19:58:43 +0100
  +--- src/lftp_tinfo.cc.orig   2008-11-27 06:56:39 +0100
   src/lftp_tinfo.cc2009-09-13 21:09:13 +0200
   @@ -23,20 +23,20 @@
#include config.h

  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/lftp/lftp.spec
  
  $ cvs diff -u -r1.134 -r1.135 lftp.spec
  --- openpkg-src/lftp/lftp.spec22 Jul 2009 06:17:50 -  1.134
  +++ openpkg-src/lftp/lftp.spec13 Sep 2009 19:24:36 -  1.135
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:FTP
   License:  GPL
  -Version:  3.7.15
  -Release:  20090722
  +Version:  4.0.0
  +Release:  20090913
   
   #   list of sources
   Source0:  
http://ftp.yars.free.net/pub/source/lftp/lftp-%{version}.tar.bz2
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   13-Sep-2009 21:24:42
  Branch: HEAD Handle: 2009091320244100

  Modified files:
openpkg-src/xmlsec  xmlsec.spec

  Log:
upgrading package: xmlsec 1.2.12 - 1.2.13

  Summary:
RevisionChanges Path
1.40+2  -2  openpkg-src/xmlsec/xmlsec.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/xmlsec/xmlsec.spec
  
  $ cvs diff -u -r1.39 -r1.40 xmlsec.spec
  --- openpkg-src/xmlsec/xmlsec.spec14 Jul 2009 18:44:52 -  1.39
  +++ openpkg-src/xmlsec/xmlsec.spec13 Sep 2009 19:24:41 -  1.40
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:XML
   License:  MIT
  -Version:  1.2.12
  -Release:  20090714
  +Version:  1.2.13
  +Release:  20090913
   
   #   list of sources
   Source0:  
http://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-13 Thread Ralf S. Engelschall
)), origin::user,
F(proposed new root directory '%s' is not a directory) % new_root);
  {
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/monotone/monotone.spec
  
  $ cvs diff -u -r1.47 -r1.48 monotone.spec
  --- openpkg-src/monotone/monotone.spec7 Aug 2009 20:20:55 -   
1.47
  +++ openpkg-src/monotone/monotone.spec13 Sep 2009 20:12:41 -  
1.48
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:SCM
   License:  GPL
  -Version:  0.44
  -Release:  20090807
  +Version:  0.45
  +Release:  20090913
   
   #   package options
   %option   with_rse  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org