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

2005-02-03 Thread Ralf S. Engelschall
  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  Date:   03-Feb-2005 09:02:18
  Branch: HEAD Handle: 2005020308021700

  Modified files:
openpkg-src/l2  l2.spec

  Log:
upgrading package: l2 0.9.8 - 0.9.9

  Summary:
RevisionChanges Path
1.26+2  -2  openpkg-src/l2/l2.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/l2/l2.spec
  
  $ cvs diff -u -r1.25 -r1.26 l2.spec
  --- openpkg-src/l2/l2.spec1 Jan 2005 10:51:08 -   1.25
  +++ openpkg-src/l2/l2.spec3 Feb 2005 08:02:17 -   1.26
  @@ -33,8 +33,8 @@
   Class:PLUS
   Group:System
   License:  MIT-style
  -Version:  0.9.8
  -Release:  20041018
  +Version:  0.9.9
  +Release:  20050203
   
   #   list of sources
   Source0:  ftp://ftp.ossp.org/pkg/lib/l2/l2-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-re/ todo.txt

2005-02-03 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-re   Date:   03-Feb-2005 12:02:09
  Branch: HEAD Handle: 2005020311020800

  Modified files:
openpkg-re  todo.txt

  Log:
ok, the L2 now compiles but still segfaults under AMD64

  Summary:
RevisionChanges Path
1.348   +4  -4  openpkg-re/todo.txt
  

  patch -p0 '@@ .'
  Index: openpkg-re/todo.txt
  
  $ cvs diff -u -r1.347 -r1.348 todo.txt
  --- openpkg-re/todo.txt   2 Feb 2005 15:22:52 -   1.347
  +++ openpkg-re/todo.txt   3 Feb 2005 11:02:08 -   1.348
  @@ -58,9 +58,9 @@
 |--|--|--|--|--|--|--|--|--|--|--
 |MTWTFS|MTWTFS|MTWTFS|MTWTFS|MTWTFS|MTWTFS|MTWTFS|MTWTFS|MTWTFS|MTWTFS|...
 | CW01 | CW02 | CW03 | CW04 | CW05 | CW06 | CW07 | CW08 | CW44 | CW45 |...
  -^
  -# WE ARE HERE
  -#
  +  ^
  +  # WE ARE HERE
  +  #
   
 Legend:  (=) Primary Period (-) Extended Period (#) Milestone (+) Holiday
   
  @@ -123,7 +123,7 @@
   - perl-*, pango
 o Fixing: eso2: gcc/ld -Wl,-search_paths_first   .   .   .   .   x 
  .
   (occurs for openssh when configuring openssl!)
  -  o Fixing: bsd3: fsl/l2 fails: va_list req va_copyx   x   x   x   x 
  x
  +  o Fixing: bsd3: fsl/l2 fails: va_list l2_util_fmt_dump   x   x   x   x   x 
  x
   (makes trouble for ntp, openssh, cvs, etc)
 o Fixing: bsd4: configure - Gdb ia64-unknown-freebsd5.3  x   x   x   x   x 
  x
 o Fixing: gtk2, gimp, etc. require C++???#   .   .   .   . 
  .
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-02-03 Thread Ralf S. Engelschall
  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  Date:   03-Feb-2005 17:04:44
  Branch: HEAD Handle: 2005020316044300

  Modified files:
openpkg-src/openpkg HISTORY openpkg.spec rpm.patch.bugfix
rpm.patch.feature rpm.patch.porting
rpm.patch.regen

  Log:
fix the basename(3) issues the correct way by including libgen.h

  Summary:
RevisionChanges Path
1.242   +1  -0  openpkg-src/openpkg/HISTORY
1.396   +1  -1  openpkg-src/openpkg/openpkg.spec
1.55+2  -27 openpkg-src/openpkg/rpm.patch.bugfix
1.58+6  -5  openpkg-src/openpkg/rpm.patch.feature
1.63+8  -9  openpkg-src/openpkg/rpm.patch.porting
1.53+1  -1  openpkg-src/openpkg/rpm.patch.regen
  

  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.241 -r1.242 HISTORY
  --- openpkg-src/openpkg/HISTORY   2 Feb 2005 22:07:36 -   1.241
  +++ openpkg-src/openpkg/HISTORY   3 Feb 2005 16:04:43 -   1.242
  @@ -2,6 +2,7 @@
   2005
   
   
  +20050203 fix the basename(3) issues the correct way by including libgen.h
   20050202 fix DESTDIR not being passed to subdir make
   20050201 upgrade to cURL 7.13.0 (excluded in 2.2.3)
   20050131 apply three vendor bugfixes for GNU tar 1.15.1 (excluded in 2.2.3)
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.395 -r1.396 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  2 Feb 2005 22:07:36 -   1.395
  +++ openpkg-src/openpkg/openpkg.spec  3 Feb 2005 16:04:43 -   1.396
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  20050202
  +%define   V_openpkg  20050203
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/rpm.patch.bugfix
  
  $ cvs diff -u -r1.54 -r1.55 rpm.patch.bugfix
  --- openpkg-src/openpkg/rpm.patch.bugfix  1 Feb 2005 19:29:07 -   
1.54
  +++ openpkg-src/openpkg/rpm.patch.bugfix  3 Feb 2005 16:04:43 -   
1.55
  @@ -10,7 +10,7 @@
   ##  'patch' tool to upgrade those files. Each patch snippet is annotated
   ##  with a short description.
   ##
  -##  Created on: 25-Nov-2004
  +##  Created on: 03-Feb-2005
   ##
   ##  ATTENTION: THIS PATCH FILE WAS AUTO-GENERATED FROM AN OPENPKG
   ## RPM CVS REPOSITORY, HENCE DO NOT EDIT THIS FILE.
  @@ -23,7 +23,7 @@
   +---
   Index: build/parsePrep.c
   --- build/parsePrep.c7 Aug 2002 14:20:45 -   1.1.1.10
  -+++ build/parsePrep.c12 Feb 2004 16:58:58 -  1.3
   build/parsePrep.c3 Feb 2005 14:02:48 -
   @@ -584,12 +635,15 @@
saveLines = splitString(getStringBuf(sb), strlen(getStringBuf(sb)), 
'\n');
/[EMAIL PROTECTED]@*/
  @@ -46,31 +46,6 @@
}
   
   +---
  -| Repair for BSD/ia64: Remove a seemingly unnecessary (and incorrect?) cast.
  -| The basename(3) already returns (char *) as required by the format string.
  -+---
  -Index: build/parsePrep.c
   build/parsePrep.c.orig   2002-08-07 16:20:20 +0200
  -+++ build/parsePrep.c2005-02-01 19:12:14 +0100
  -@@ -136,14 +136,14 @@
  - if [ $STATUS -ne 0 ]; then\n
  -   exit $STATUS\n
  - fi,
  --c, /[EMAIL PROTECTED]@*/ (const char *) basename(fn), /[EMAIL 
PROTECTED]@*/
  -+c, /[EMAIL PROTECTED]@*/ basename(fn), /[EMAIL PROTECTED]@*/
  - zipper,
  - fn, strip, args);
  - zipper = _free(zipper);
  - } else {
  - sprintf(buf,
  - echo \Patch #%d (%s):\\n
  --patch -p%d %s -s  %s, c, (const char *) basename(fn),
  -+patch -p%d %s -s  %s, c, basename(fn),
  - strip, args, fn);
  - }
  - 
  -
  -+---
   | Do not pick of the vendor BeeCrypt package on RedHat Linux.
   +---
   Index: configure.ac
  @@ .
  patch -p0 '@@ .'
  Index: openpkg

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

2005-02-03 Thread Ralf S. Engelschall
  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  Date:   03-Feb-2005 19:30:15
  Branch: HEAD Handle: 2005020318301400

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

  Log:
modifying package: perl-dbi-5.8.6 20041230 - 20050203

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

  patch -p0 '@@ .'
  Index: openpkg-src/perl-dbi/perl-dbi.spec
  
  $ cvs diff -u -r1.135 -r1.136 perl-dbi.spec
  --- openpkg-src/perl-dbi/perl-dbi.spec1 Jan 2005 10:53:30 -   
1.135
  +++ openpkg-src/perl-dbi/perl-dbi.spec3 Feb 2005 18:30:14 -   
1.136
  @@ -25,7 +25,7 @@
   
   #   versions of individual parts
   %define   V_perl   5.8.6
  -%define   V_dbi1.46
  +%define   V_dbi1.47
   %define   V_sql_statement  1.09
   %define   V_sql_abstract   1.17
   %define   V_dbd_anydata0.08
  @@ -48,7 +48,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20041230
  +Release:  20050203
   
   #   package options
   %option   with_dbd_sqlite  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-02-03 Thread Ralf S. Engelschall
  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  Date:   03-Feb-2005 19:30:26
  Branch: HEAD Handle: 2005020318302600

  Modified files:
openpkg-src/postgresql  postgresql.spec

  Log:
modifying package: postgresql-8.0.1 20050131 - 20050203

  Summary:
RevisionChanges Path
1.134   +2  -2  openpkg-src/postgresql/postgresql.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/postgresql/postgresql.spec
  
  $ cvs diff -u -r1.133 -r1.134 postgresql.spec
  --- openpkg-src/postgresql/postgresql.spec31 Jan 2005 13:20:49 -  
1.133
  +++ openpkg-src/postgresql/postgresql.spec3 Feb 2005 18:30:26 -   
1.134
  @@ -30,7 +30,7 @@
   %define   V_pgperl  2.0.2
   %define   V_psqlodbc07.03.0200
   %define   V_slony1  1.0.5
  -%define   V_pgpool  2.4
  +%define   V_pgpool  2.5
   
   #   package information
   Name: postgresql
  @@ -43,7 +43,7 @@
   Group:Database
   License:  GPL
   Version:  %{V_postgresql}
  -Release:  20050131
  +Release:  20050203
   
   #   package options
   %option   with_server   yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-02-03 Thread Ralf S. Engelschall
  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  Date:   03-Feb-2005 19:32:39
  Branch: HEAD Handle: 2005020318323800

  Modified files:
openpkg-src/vilevile.spec

  Log:
fix patchlevel

  Summary:
RevisionChanges Path
1.23+1  -1  openpkg-src/vile/vile.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/vile/vile.spec
  
  $ cvs diff -u -r1.22 -r1.23 vile.spec
  --- openpkg-src/vile/vile.spec3 Feb 2005 06:40:12 -   1.22
  +++ openpkg-src/vile/vile.spec3 Feb 2005 18:32:38 -   1.23
  @@ -41,7 +41,7 @@
   %define   V_patch14 n
   %define   V_patch15 o
   %define   V_patch16 p
  -%define   V_patchL  %{V_patch15}
  +%define   V_patchL  %{V_patch16}
   
   #   package information
   Name: vile
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-02-03 Thread Ralf S. Engelschall
  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  Date:   03-Feb-2005 19:32:43
  Branch: HEAD Handle: 2005020318324300

  Modified files:
openpkg-src/postgresql7 postgresql7.spec

  Log:
modifying package: postgresql7-7.4.7 20050201 - 20050203

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

  patch -p0 '@@ .'
  Index: openpkg-src/postgresql7/postgresql7.spec
  
  $ cvs diff -u -r1.2 -r1.3 postgresql7.spec
  --- openpkg-src/postgresql7/postgresql7.spec  1 Feb 2005 06:37:44 -   
1.2
  +++ openpkg-src/postgresql7/postgresql7.spec  3 Feb 2005 18:32:43 -   
1.3
  @@ -30,7 +30,7 @@
   %define   V_pgperl  2.0.2
   %define   V_psqlodbc07.03.0200
   %define   V_slony1  1.0.5
  -%define   V_pgpool  2.4
  +%define   V_pgpool  2.5
   
   #   package information
   Name: postgresql7
  @@ -43,7 +43,7 @@
   Group:Database
   License:  GPL
   Version:  %{V_postgresql}
  -Release:  20050201
  +Release:  20050203
   
   #   package options
   %option   with_server   yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-02-03 Thread Ralf S. Engelschall
  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  Date:   03-Feb-2005 19:33:03
  Branch: HEAD Handle: 2005020318330200

  Modified files:
openpkg-src/zsh zsh.spec

  Log:
upgrading package: zsh 4.2.3 - 4.2.4

  Summary:
RevisionChanges Path
1.40+3  -3  openpkg-src/zsh/zsh.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/zsh/zsh.spec
  
  $ cvs diff -u -r1.39 -r1.40 zsh.spec
  --- openpkg-src/zsh/zsh.spec  14 Jan 2005 07:52:19 -  1.39
  +++ openpkg-src/zsh/zsh.spec  3 Feb 2005 18:33:02 -   1.40
  @@ -33,11 +33,11 @@
   Class:BASE
   Group:Shell
   License:  BSD-style
  -Version:  4.2.3
  -Release:  20050114
  +Version:  4.2.4
  +Release:  20050203
   
   #   list of sources
  -Source0:  ftp://ftp.zsh.org/pub/zsh/zsh-%{version}.tar.bz2
  +Source0:  ftp://ftp.zsh.org/pub/zsh-%{version}.tar.bz2
   
   #   build information
   Prefix:   %{l_prefix}
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-02-03 Thread Ralf S. Engelschall
  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  Date:   03-Feb-2005 19:39:42
  Branch: HEAD Handle: 2005020318394100

  Modified files:
openpkg-src/ksh ksh.spec

  Log:
upgrading package: ksh 20041225 - 20050202

  Summary:
RevisionChanges Path
1.38+4  -4  openpkg-src/ksh/ksh.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/ksh/ksh.spec
  
  $ cvs diff -u -r1.37 -r1.38 ksh.spec
  --- openpkg-src/ksh/ksh.spec  1 Jan 2005 11:37:25 -   1.37
  +++ openpkg-src/ksh/ksh.spec  3 Feb 2005 18:39:41 -   1.38
  @@ -24,9 +24,9 @@
   ##
   
   #   package versions
  -%define   V_pkg   20041225
  -%define   V_ksh   2004-12-25
  -%define   V_init  2004-12-25
  +%define   V_pkg   20050202
  +%define   V_ksh   2005-02-02
  +%define   V_init  2005-02-02
   
   #   package information
   Name: ksh
  @@ -39,7 +39,7 @@
   Group:Shell
   License:  CPL
   Version:  %{V_pkg}
  -Release:  20050101
  +Release:  20050203
   
   #   list of sources
   #   (downloadable via username I accept www.opensource.org/licenses/cpl 
and password . only)
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-02-03 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   03-Feb-2005 20:03:29
  Branch: HEAD Handle: 2005020319032900

  Modified files:
openpkg-src/openpkg HISTORY

  Log:
add two forgotten history comments

  Summary:
RevisionChanges Path
1.243   +2  -0  openpkg-src/openpkg/HISTORY
  

  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.242 -r1.243 HISTORY
  --- openpkg-src/openpkg/HISTORY   3 Feb 2005 16:04:43 -   1.242
  +++ openpkg-src/openpkg/HISTORY   3 Feb 2005 19:03:29 -   1.243
  @@ -4,6 +4,8 @@
   
   20050203 fix the basename(3) issues the correct way by including libgen.h
   20050202 fix DESTDIR not being passed to subdir make
  +20050202 update platform support to match current state of buildfarm
  +20050201 remove cast in RPM source to workaround FreeBSD/ia64 segfault
   20050201 upgrade to cURL 7.13.0 (excluded in 2.2.3)
   20050131 apply three vendor bugfixes for GNU tar 1.15.1 (excluded in 2.2.3)
   20050124 upgrade from old config.guess/config.sub to newer versioned ones 
(excluded in 2.2.3)
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-02-03 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   04-Feb-2005 07:02:19
  Branch: HEAD Handle: 2005020406021800

  Modified files:
openpkg-src/linkchecker linkchecker.spec

  Log:
upgrading package: linkchecker 2.2 - 2.3

  Summary:
RevisionChanges Path
1.68+2  -2  openpkg-src/linkchecker/linkchecker.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/linkchecker/linkchecker.spec
  
  $ cvs diff -u -r1.67 -r1.68 linkchecker.spec
  --- openpkg-src/linkchecker/linkchecker.spec  25 Jan 2005 08:52:57 -  
1.67
  +++ openpkg-src/linkchecker/linkchecker.spec  4 Feb 2005 06:02:18 -   
1.68
  @@ -24,7 +24,7 @@
   ##
   
   #   package version
  -%define   V_linkchecker 2.2
  +%define   V_linkchecker 2.3
   %define   V_pydns   2.3.0
   
   #   package information
  @@ -38,7 +38,7 @@
   Group:Misc
   License:  GPL
   Version:  %{V_linkchecker}
  -Release:  20050125
  +Release:  20050204
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/linkchecker/linkchecker-%{V_linkchecker}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-02-03 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   04-Feb-2005 07:02:38
  Branch: HEAD Handle: 2005020406023800

  Modified files:
openpkg-src/rwhoisd rwhoisd.spec

  Log:
upgrading package: rwhoisd 1.5.9.2 - 1.5.9.3

  Summary:
RevisionChanges Path
1.12+2  -2  openpkg-src/rwhoisd/rwhoisd.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/rwhoisd/rwhoisd.spec
  
  $ cvs diff -u -r1.11 -r1.12 rwhoisd.spec
  --- openpkg-src/rwhoisd/rwhoisd.spec  26 Jan 2005 14:01:13 -  1.11
  +++ openpkg-src/rwhoisd/rwhoisd.spec  4 Feb 2005 06:02:38 -   1.12
  @@ -33,8 +33,8 @@
   Class:EVAL
   Group:Network
   License:  GPL
  -Version:  1.5.9.2
  -Release:  20050126
  +Version:  1.5.9.3
  +Release:  20050204
   
   #   list of sources
   Source0:  http://www.rwhois.net/ftp/rwhoisd-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-02-03 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   04-Feb-2005 07:05:44
  Branch: HEAD Handle: 2005020406054300

  Modified files:
openpkg-src/db  db.spec

  Log:
upgrading package: db 4.3.27.0 - 4.3.27.2

  Summary:
RevisionChanges Path
1.54+2  -2  openpkg-src/db/db.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/db/db.spec
  
  $ cvs diff -u -r1.53 -r1.54 db.spec
  --- openpkg-src/db/db.spec1 Jan 2005 10:48:33 -   1.53
  +++ openpkg-src/db/db.spec4 Feb 2005 06:05:43 -   1.54
  @@ -25,7 +25,7 @@
   
   #   package version
   %define   V_version  4.3.27
  -%define   V_revision 0
  +%define   V_revision 2
   
   #   package information
   Name: db
  @@ -38,7 +38,7 @@
   Group:Database
   License:  BSD
   Version:  %{V_version}.%{V_revision}
  -Release:  20041225
  +Release:  20050204
   
   #   package options
   %option   with_compat no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org