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

2007-12-27 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:   27-Dec-2007 20:27:56
  Branch: HEAD Handle: 2007122719275500

  Modified files:
openpkg-src/flexflex.spec

  Log:
fix typos and reformat description

  Summary:
RevisionChanges Path
1.90+9  -8  openpkg-src/flex/flex.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/flex/flex.spec
  
  $ cvs diff -u -r1.89 -r1.90 flex.spec
  --- openpkg-src/flex/flex.spec22 Dec 2007 15:39:21 -  1.89
  +++ openpkg-src/flex/flex.spec27 Dec 2007 19:27:55 -  1.90
  @@ -38,7 +38,7 @@
   Group:CompilerCompiler
   License:  BSD
   Version:  %{V_new}
  -Release:  20071222
  +Release:  20071227
   
   #   package options
   %option   with_old no
  @@ -57,13 +57,14 @@
   AutoReqProv:  no
   
   %description
  -Flex is a tool for generating scanners: programs which recognized lexical
  -patterns in text. flex reads the given input files for a description of a
  -scanner to generate. The description is in the form of pairs of regular
  -expressions and C code, called rules. flex generates as output a C source
  -file, lex.yy.c, which defines a routine yylex(). This file is compiled 
and
  -linked with the -lfl library to produce an executable. When the 
executable
  -is run, it analyzes its input for occurrences of the regular expressions.
  +Flex is a tool for generating scanners: programs which recognize
  +lexical patterns in text. Flex reads the given input files for a
  +description of a scanner to generate. The description is in the
  +form of pairs of regular expressions and C code, called rules.
  +Flex generates as output a C source file, lex.yy.c, which defines
  +a C function yylex(). This file is compiled and linked with the
  +-lfl library to produce an executable. When the executable is run,
  +it analyzes its input for occurrences of the regular expressions.
   Whenever it finds one, it executes the corresponding C code.
   
   %track
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-12-27 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:   27-Dec-2007 19:35:20
  Branch: HEAD Handle: 2007122718351900

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

  Log:
add Genshi (required by Trac)

  Summary:
RevisionChanges Path
1.7 +16 -1  openpkg-src/python-www/python-www.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python-www/python-www.spec
  
  $ cvs diff -u -r1.6 -r1.7 python-www.spec
  --- openpkg-src/python-www/python-www.spec17 Nov 2007 09:44:34 -  
1.6
  +++ openpkg-src/python-www/python-www.spec27 Dec 2007 18:35:19 -  
1.7
  @@ -26,6 +26,7 @@
   %define   V_python2.5
   %define   V_webpy 0.22
   %define   V_cheetah   2.0.1
  +%define   V_genshi0.4.4
   
   #   package information
   Name: python-www
  @@ -38,11 +39,12 @@
   Group:Language
   License:  GPL
   Version:  %{V_python}
  -Release:  20071117
  +Release:  20071227
   
   #   list of sources
   Source0:  http://webpy.org/static/web.py-%{V_webpy}.tar.gz
   Source1:  
http://switch.dl.sourceforge.net/cheetahtemplate/Cheetah-%{V_cheetah}.tar.gz
  +Source2:  http://ftp.edgewall.com/pub/genshi/Genshi-%{V_genshi}.tar.bz2
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -66,10 +68,16 @@
   url   = http://prdownloads.sourceforge.net/cheetahtemplate/
   regex = Cheetah-(__VER__)\.tar\.gz
   }
  +prog python-www:genshi = {
  +version   = %{V_genshi}
  +url   = http://genshi.edgewall.org/wiki/Download
  +regex = Genshi-(__VER__)\.tar\.bz2
  +}
   
   %prep
   %setup -q -c
   %setup -q -T -D -a 1
  +%setup -q -T -D -a 2
   
   %build
   
  @@ -89,6 +97,13 @@
 --root=$RPM_BUILD_ROOT \
 --prefix=%{l_prefix}
   ) || exit $?
  +( cd Genshi-%{V_genshi}
  +  PYTHONPATH=$RPM_BUILD_ROOT%{l_prefix}/lib/python/site-packages \
  +  %{l_prefix}/bin/python \
  +  setup.py install \
  +  --root=$RPM_BUILD_ROOT \
  +  --prefix=%{l_prefix}
  +) || exit $?
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
   %files -f files
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-12-27 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:   27-Dec-2007 17:38:37
  Branch: HEAD Handle: 2007122716383700

  Modified files:
openpkg-src/bacula  bacula.spec

  Log:
upgrading package: bacula 2.2.6 -> 2.2.7

  Summary:
RevisionChanges Path
1.67+2  -2  openpkg-src/bacula/bacula.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/bacula/bacula.spec
  
  $ cvs diff -u -r1.66 -r1.67 bacula.spec
  --- openpkg-src/bacula/bacula.spec12 Nov 2007 07:43:37 -  1.66
  +++ openpkg-src/bacula/bacula.spec27 Dec 2007 16:38:37 -  1.67
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:System
   License:  GPL
  -Version:  2.2.6
  -Release:  20071112
  +Version:  2.2.7
  +Release:  20071227
   
   #   package options
   %option   with_server   yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-12-27 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:   27-Dec-2007 17:38:36
  Branch: HEAD Handle: 2007122716383400

  Modified files:
openpkg-src/jsonjson.spec

  Log:
modifying package: json-20071202 20071226 -> 20071227

  Summary:
RevisionChanges Path
1.76+2  -2  openpkg-src/json/json.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/json/json.spec
  
  $ cvs diff -u -r1.75 -r1.76 json.spec
  --- openpkg-src/json/json.spec26 Dec 2007 08:36:38 -  1.75
  +++ openpkg-src/json/json.spec27 Dec 2007 16:38:34 -  1.76
  @@ -25,7 +25,7 @@
   #   package version
   %define   V_api_c   0.7
   %define   V_api_pl1 2.02
  -%define   V_api_pl2 0.01
  +%define   V_api_pl2 0.02
   %define   V_api_pl3 0.19
   %define   V_api_pl4 2.01
   %define   V_api_js  20071202
  @@ -41,7 +41,7 @@
   Group:Language
   License:  Open Source
   Version:  %{V_api_js}
  -Release:  20071226
  +Release:  20071227
   
   #   list of sources
   Source0:  http://oss.metaparadigm.com/json-c/json-c-%{V_api_c}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-12-27 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:   27-Dec-2007 14:59:39
  Branch: HEAD Handle: 2007122713593800

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

  Log:
add Algorithm::Permute

  Summary:
RevisionChanges Path
1.189   +11 -1  openpkg-src/perl-ds/perl-ds.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-ds/perl-ds.spec
  
  $ cvs diff -u -r1.188 -r1.189 perl-ds.spec
  --- openpkg-src/perl-ds/perl-ds.spec  24 Dec 2007 19:03:06 -  1.188
  +++ openpkg-src/perl-ds/perl-ds.spec  27 Dec 2007 13:59:38 -  1.189
  @@ -55,6 +55,7 @@
   %define   V_list_moreutils 0.21
   %define   V_heap   0.80
   %define   V_graph  0.84
  +%define   V_algorithm_permute  0.08
   
   #   package information
   Name: perl-ds
  @@ -67,7 +68,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20071224
  +Release:  20071227
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Bit/Bit-Vector-%{V_bit_vector}.tar.gz
  @@ -101,6 +102,7 @@
   Source28: 
http://www.cpan.org/modules/by-module/Tree/Tree-%{V_tree}.tar.gz
   Source29: 
http://www.cpan.org/modules/by-module/Tie/Tie-Persistent-%{V_tie_persistent}.tar.gz
   Source30: 
http://www.cpan.org/modules/by-module/Array/Array-Compare-%{V_array_compare}.tar.gz
  +Source31: 
http://www.cpan.org/modules/by-module/Algorithm/Algorithm-Permute-%{V_algorithm_permute}.tar.gz
   Patch0:   perl-ds.patch
   
   #   build information
  @@ -147,6 +149,7 @@
   - Heap::Heap (%{V_heap})
   - Graph::Graph (%{V_graph})
   - Tie::Persistent (%{V_tie_persistent})
  +- Algorithm::Permute (%{V_algorithm_permute})
   
   %track
   prog perl-ds:Bit-Vector = {
  @@ -305,6 +308,11 @@
   url   = http://www.cpan.org/modules/by-module/Tie/
   regex = Tie-Persistent-(\d+\.\d{2})\.tar\.gz
   }
  +prog perl-ds:Algorithm-Permute = {
  +version   = %{V_algorithm_permute}
  +url   = http://www.cpan.org/modules/by-module/Algorithm/
  +regex = Algorithm-Permute-(\d+\.\d{2})\.tar\.gz
  +}
   
   %prep
   %setup -q -c
  @@ -338,6 +346,7 @@
   %setup -q -T -D -a 28
   %setup -q -T -D -a 29
   %setup -q -T -D -a 30
  +%setup -q -T -D -a 31
   %patch -p0
   
   %build
  @@ -376,6 +385,7 @@
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE28} configure build install
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE29} configure build install
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE30} configure build install
  +%{l_prefix}/bin/perl-openpkg -d %{SOURCE31} configure build install
   %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat 
perl-openpkg-files`
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-12-27 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:   27-Dec-2007 14:52:16
  Branch: HEAD Handle: 2007122713521500

  Modified files:
openpkg-src/bzip2   bzip2.spec

  Log:
fix license: bzip2 is also an MIT-style license

  Summary:
RevisionChanges Path
1.41+2  -2  openpkg-src/bzip2/bzip2.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/bzip2/bzip2.spec
  
  $ cvs diff -u -r1.40 -r1.41 bzip2.spec
  --- openpkg-src/bzip2/bzip2.spec  6 May 2007 22:17:06 -   1.40
  +++ openpkg-src/bzip2/bzip2.spec  27 Dec 2007 13:52:15 -  1.41
  @@ -31,9 +31,9 @@
   Distribution: OpenPKG Community
   Class:CORE
   Group:Compression
  -License:  GPL
  +License:  MIT
   Version:  1.0.4
  -Release:  20070507
  +Release:  20071227
   
   #   list of sources
   Source0:  http://www.bzip.org/%{version}/bzip2-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-12-27 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:   27-Dec-2007 14:51:43
  Branch: HEAD Handle: 2007122713514300

  Modified files:
openpkg-src/zlibzlib.spec

  Log:
fix license: zlib is an MIT-style license

  Summary:
RevisionChanges Path
1.41+2  -2  openpkg-src/zlib/zlib.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/zlib/zlib.spec
  
  $ cvs diff -u -r1.40 -r1.41 zlib.spec
  --- openpkg-src/zlib/zlib.spec6 May 2007 22:17:15 -   1.40
  +++ openpkg-src/zlib/zlib.spec27 Dec 2007 13:51:43 -  1.41
  @@ -31,9 +31,9 @@
   Distribution: OpenPKG Community
   Class:CORE
   Group:Compression
  -License:  BSD
  +License:  MIT
   Version:  1.2.3
  -Release:  20070507
  +Release:  20071227
   
   #   list of sources
   Source0:  http://www.zlib.net/zlib-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-12-27 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:   27-Dec-2007 13:21:15
  Branch: HEAD Handle: 2007122712211500

  Modified files:
openpkg-src/dracdrac.spec

  Log:
port to Solaris 10

  Summary:
RevisionChanges Path
1.16+6  -1  openpkg-src/drac/drac.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/drac/drac.spec
  
  $ cvs diff -u -r1.15 -r1.16 drac.spec
  --- openpkg-src/drac/drac.spec27 Oct 2007 11:59:23 -  1.15
  +++ openpkg-src/drac/drac.spec27 Dec 2007 12:21:15 -  1.16
  @@ -33,7 +33,7 @@
   Group:Mail
   License:  BSD
   Version:  1.12
  -Release:  20071027
  +Release:  20071227
   
   #   package options
   %option   with_fsl yes
  @@ -86,6 +86,11 @@
   ldflags="%{l_ldflags} -ldb"
   ldflags_tst="-L. -ldrac"
   case "%{l_platform -t}" in
  +*-sunos5.10* )
  +cppflags="$cppflags -DTI_RPC -DFCNTL_LOCK -DSYSINFO"
  +ldflags="$ldflags -lnsl -lrt"
  +ldflags_tst="$ldflags_tst -lnsl -lsocket"
  +;;
   *-sunos5.[6-9]* )
   cppflags="$cppflags -DTI_RPC -DFCNTL_LOCK -DSYSINFO"
   ldflags="$ldflags -lnsl"
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-12-27 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:   27-Dec-2007 11:44:23
  Branch: HEAD Handle: 2007122710442100

  Modified files:
openpkg-src/openpkg HISTORY openpkg.spec

  Log:
remove support for ancient FreeBSD 4 platform

  Summary:
RevisionChanges Path
1.485   +1  -0  openpkg-src/openpkg/HISTORY
1.621   +1  -48 openpkg-src/openpkg/openpkg.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.484 -r1.485 HISTORY
  --- openpkg-src/openpkg/HISTORY   22 Dec 2007 21:41:51 -  1.484
  +++ openpkg-src/openpkg/HISTORY   27 Dec 2007 10:44:21 -  1.485
  @@ -2,6 +2,7 @@
   2007
   
   
  +20071227 remove support for ancient FreeBSD 4
   20071222 upgrade to Perl 5.10.0
   20071030 upgrade to cURL 7.17.1
   20071019 upgrade to OpenSSL 0.9.8g
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.620 -r1.621 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  22 Dec 2007 21:41:51 -  1.620
  +++ openpkg-src/openpkg/openpkg.spec  27 Dec 2007 10:44:21 -  1.621
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  20071222
  +%define   V_openpkg  20071227
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ -1886,51 +1886,7 @@
   echo "openpkg:WARNING: (would require root-privileges)" 1>&2
   else
   case "$plid" in
  -FreeBSD/4.* )
  -if [ ! -f /etc/rc.d/${name}.sh ]; then
  -#   make sure /etc/rc.d exists
  -if [ ! -d /etc/rc.d ]; then
  -mkdir /etc/rc.d
  -fi
  -#   make sure /etc/rc.d is activated
  -( . /etc/defaults/rc.conf
  -  . /etc/rc.conf
  -  found=0
  -  for p in ${local_startup-x}; do
  -  if [ ".$p" = "./etc/rc.d" ]; then
  -  found=1
  -  break
  -  fi
  -  done
  -  if [ ".$found" = .0 ]; then
  -cp -p /etc/rc.conf /etc/rc.conf.bak
  -( grep -v local_startup /etc/rc.conf.bak
  -  echo "local_startup=\"/etc/rc.d $local_startup\""
  -) >/etc/rc.conf
  -rm -f /etc/rc.conf.bak >/dev/null 2>&1
  -  fi
  -) || exit $?
  -#   install transfer script
  -rm -f /etc/rc.d/${name}.sh >/dev/null 2>&1
  -( echo "#!/bin/sh"
  -  echo "##"
  -  echo "##  ${name}.sh -- startup/shutdown transfer 
script for OpenPKG ${prefix} hierarchy"
  -  echo "##"
  -  echo ""
  -  echo "[ ! -f ${prefix}/etc/rc ] && exit 0"
  -  echo "case \$1 in"
  -  echo "start ) exec ${prefix}/etc/rc all start ;;"
  -  echo "stop  ) exec ${prefix}/etc/rc all stop  ;;"
  -  echo "esac"
  -) >/etc/rc.d/${name}.sh
  -chmod 755 /etc/rc.d/${name}.sh
  -fi
  -;;
   FreeBSD/* )
  -if [ -f /etc/rc.d/${name}.sh ]; then
  -#   remove old transfer script (for upgrading from 
FreeBSD 4 only)
  -rm -f /etc/rc.d/${name}.sh >/dev/null 2>&1
  -fi
   if [ ! -f /etc/rc.d/openpkg-${name} ]; then
   #   install transfer script
   rm -f /etc/rc.d/openpkg-${name} >/dev/null 2>&1
  @@ -2700,9 +2656,6 @@
   echo "openpkg:WARNING: (would require root-privileges)" 1>&2
   else
   case "$plid" in
  -FreeBSD/4.* )
  -rm -f /etc/rc.d/${name}.sh >/dev/null 2>&1
  -  

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

2007-12-27 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:   27-Dec-2007 11:01:01
  Branch: HEAD Handle: 200712271001

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

  Log:
modifying package: perl-dbi-5.10.0 20071219 -> 20071227

  Summary:
RevisionChanges Path
1.33+3  -3  openpkg-src/perl-dbi/perl-dbi.patch
1.249   +2  -2  openpkg-src/perl-dbi/perl-dbi.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-dbi/perl-dbi.patch
  
  $ cvs diff -u -r1.32 -r1.33 perl-dbi.patch
  --- openpkg-src/perl-dbi/perl-dbi.patch   21 Oct 2007 19:59:15 -  
1.32
  +++ openpkg-src/perl-dbi/perl-dbi.patch   27 Dec 2007 10:01:00 -  
1.33
  @@ -108,9 +108,9 @@
'MYEXTLIB'=> $opt->{'prefix'} . "/lib/libCego.a " 
  . $opt->{'prefix'} . "/lib/libXML.a " 
  . $opt->{'prefix'} . "/lib/libBase.a",
  -Index: DBD-mysql-4.005/dbdimp.h
   DBD-mysql-4.005/dbdimp.h.orig2007-06-07 13:51:16 +0200
  -+++ DBD-mysql-4.005/dbdimp.h 2007-10-21 21:55:59 +0200
  +Index: DBD-mysql-4.006/dbdimp.h
  +--- DBD-mysql-4.006/dbdimp.h.orig2007-06-07 13:51:16 +0200
   DBD-mysql-4.006/dbdimp.h 2007-10-21 21:55:59 +0200
   @@ -19,6 +19,7 @@
 *  Header files we use
 */
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-dbi/perl-dbi.spec
  
  $ cvs diff -u -r1.248 -r1.249 perl-dbi.spec
  --- openpkg-src/perl-dbi/perl-dbi.spec19 Dec 2007 13:50:47 -  
1.248
  +++ openpkg-src/perl-dbi/perl-dbi.spec27 Dec 2007 10:01:00 -  
1.249
  @@ -36,7 +36,7 @@
   %define   V_dbd_csv 0.22
   %define   V_dbd_sprite  0.59
   %define   V_dbd_sqlite  1.14
  -%define   V_dbd_mysql   4.005
  +%define   V_dbd_mysql   4.006
   %define   V_dbd_pgsql   1.49
   %define   V_dbd_oracle  1.19
   %define   V_dbd_sybase  1.08
  @@ -55,7 +55,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20071219
  +Release:  20071227
   
   #   package options
   %option   with_dbd_sqlite  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/dvdrw-tools/ dvdrw-tools.spec

2007-12-27 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:   27-Dec-2007 10:59:44
  Branch: HEAD Handle: 2007122709594400

  Modified files:
openpkg-src/dvdrw-tools dvdrw-tools.spec

  Log:
remove l_docdir

  Summary:
RevisionChanges Path
1.9 +3  -3  openpkg-src/dvdrw-tools/dvdrw-tools.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/dvdrw-tools/dvdrw-tools.spec
  
  $ cvs diff -u -r1.8 -r1.9 dvdrw-tools.spec
  --- openpkg-src/dvdrw-tools/dvdrw-tools.spec  1 Jan 2007 17:37:36 -   
1.8
  +++ openpkg-src/dvdrw-tools/dvdrw-tools.spec  27 Dec 2007 09:59:44 -  
1.9
  @@ -33,7 +33,7 @@
   Group:Filesystem
   License:  GPL/Commercial
   Version:  7.0
  -Release:  20061013
  +Release:  20071227
   
   #   list of sources
   Source0:  
http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-%{version}.tar.gz
  @@ -69,7 +69,7 @@
   %{l_shtool} mkdir -f -p -m 755 \
   $RPM_BUILD_ROOT%{l_prefix}/bin \
   $RPM_BUILD_ROOT%{l_prefix}/man/man1 \
  -$RPM_BUILD_ROOT%{l_docdir}/dvdrw-tools
  +$RPM_BUILD_ROOT%{l_prefix}/share/dvdrw-tools
   
   %{l_shtool} install -c -s -m 755 \
   growisofs dvd+rw-format dvd+rw-booktype \
  @@ -80,7 +80,7 @@
   %{l_shtool} install -c -m 644 \
   growisofs.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
   %{l_shtool} install -c -m 644 \
  -index.html $RPM_BUILD_ROOT%{l_docdir}/dvdrw-tools/dvdrw-tools.html
  +index.html 
$RPM_BUILD_ROOT%{l_prefix}/share/dvdrw-tools/dvdrw-tools.html
   
   %{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-parse/ perl-parse.spec

2007-12-27 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:   27-Dec-2007 10:50:13
  Branch: HEAD Handle: 2007122709501300

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

  Log:
modifying package: perl-parse-5.10.0 20071220 -> 20071227

  Summary:
RevisionChanges Path
1.189   +2  -2  openpkg-src/perl-parse/perl-parse.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-parse/perl-parse.spec
  
  $ cvs diff -u -r1.188 -r1.189 perl-parse.spec
  --- openpkg-src/perl-parse/perl-parse.spec20 Dec 2007 16:04:21 -  
1.188
  +++ openpkg-src/perl-parse/perl-parse.spec27 Dec 2007 09:50:13 -  
1.189
  @@ -36,7 +36,7 @@
   %define   V_parse_recdescent_consumer 1.03
   %define   V_parse_recdescent_topiary  0.04
   %define   V_parse_yapp1.05
  -%define   V_parse_eyapp   1.097
  +%define   V_parse_eyapp   1.098
   %define   V_parse_earley  0.15
   %define   V_parse_lex 2.15
   %define   V_parse_flex0.11
  @@ -65,7 +65,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20071220
  +Release:  20071227
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Config/Config-IniFiles-%{V_config_inifiles}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-12-27 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:   27-Dec-2007 10:50:13
  Branch: HEAD Handle: 2007122709501300

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

  Log:
modifying package: perl-sys-5.10.0 20071225 -> 20071227

  Summary:
RevisionChanges Path
1.205   +3  -3  openpkg-src/perl-sys/perl-sys.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-sys/perl-sys.spec
  
  $ cvs diff -u -r1.204 -r1.205 perl-sys.spec
  --- openpkg-src/perl-sys/perl-sys.spec25 Dec 2007 16:02:29 -  
1.204
  +++ openpkg-src/perl-sys/perl-sys.spec27 Dec 2007 09:50:13 -  
1.205
  @@ -34,7 +34,7 @@
   %define   V_ipc_shareable   0.60
   %define   V_ipc_sharedcache 1.3
   %define   V_ipc_run 0.80
  -%define   V_ipc_run30.039
  +%define   V_ipc_run30.040
   %define   V_ipc_signal  1.00
   %define   V_ipc_filter  0.002
   %define   V_file_tail   0.99.3
  @@ -52,7 +52,7 @@
   %define   V_io  1.2301
   %define   V_io_all  0.38
   %define   V_io_multiplex1.09
  -%define   V_io_interface1.03
  +%define   V_io_interface1.04
   %define   V_io_util 1.5
   %define   V_io_mux  0.08
   %define   V_boulder 1.30
  @@ -71,7 +71,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20071225
  +Release:  20071227
   
   #   package options
   %option   with_pam   no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-12-27 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:   27-Dec-2007 10:50:01
  Branch: HEAD Handle: 200712270950

  Modified files:
openpkg-src/mtools  mtools.spec

  Log:
modifying package: mtools-3.9.11 20070601 -> 20071227

  Summary:
RevisionChanges Path
1.48+2  -2  openpkg-src/mtools/mtools.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/mtools/mtools.spec
  
  $ cvs diff -u -r1.47 -r1.48 mtools.spec
  --- openpkg-src/mtools/mtools.spec1 Jun 2007 17:29:53 -   1.47
  +++ openpkg-src/mtools/mtools.spec27 Dec 2007 09:50:00 -  1.48
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_base  3.9.11
  -%define   V_patch 20070601
  +%define   V_patch 20071226
   
   #   package information
   Name: mtools
  @@ -37,7 +37,7 @@
   Group:Filesystem
   License:  GPL
   Version:  %{V_base}
  -Release:  20070601
  +Release:  20071227
   
   #   list of sources
   Source0:  http://mtools.linux.lu/mtools-%{V_base}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org