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

2006-12-08 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:   08-Dec-2006 09:14:30
  Branch: HEAD Handle: 2006120808142900

  Modified files:
openpkg-src/coreutils   coreutils.spec

  Log:
upgrading package: coreutils 6.6 - 6.7

  Summary:
RevisionChanges Path
1.64+2  -2  openpkg-src/coreutils/coreutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/coreutils/coreutils.spec
  
  $ cvs diff -u -r1.63 -r1.64 coreutils.spec
  --- openpkg-src/coreutils/coreutils.spec  22 Nov 2006 17:10:08 -  
1.63
  +++ openpkg-src/coreutils/coreutils.spec  8 Dec 2006 08:14:29 -   
1.64
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:ShellUtils
   License:  GPL
  -Version:  6.6
  -Release:  20061122
  +Version:  6.7
  +Release:  20061208
   
   #   package options
   %option   with_legacy  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-12-08 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:   08-Dec-2006 09:14:33
  Branch: HEAD Handle: 2006120808143201

  Modified files:
openpkg-src/aideaide.patch aide.spec

  Log:
upgrading package: aide 0.12 - 0.13

  Summary:
RevisionChanges Path
1.7 +6  -6  openpkg-src/aide/aide.patch
1.47+8  -3  openpkg-src/aide/aide.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/aide/aide.patch
  
  $ cvs diff -u -r1.6 -r1.7 aide.patch
  --- openpkg-src/aide/aide.patch   5 Oct 2006 20:12:22 -   1.6
  +++ openpkg-src/aide/aide.patch   8 Dec 2006 08:14:32 -   1.7
  @@ -1,18 +1,18 @@
   Index: src/snprintf.c
   src/snprintf.c.orig  2005-04-06 12:16:30 +0200
  -+++ src/snprintf.c   2006-10-05 21:57:44 +0200
  -@@ -410,10 +410,10 @@
  - 
  +--- src/snprintf.c.orig  2006-10-27 20:51:45 +0200
   src/snprintf.c   2006-12-08 09:00:08 +0100
  +@@ -411,10 +411,10 @@
/* declarations */

  + #if !defined(HAVE_SNPRINTF) || defined(PREFER_PORTABLE_SNPRINTF)
   -static char credits[] = \n\
   -@(#)snprintf.c, v2.2: Mark Martinec, [EMAIL PROTECTED]\n\
   -@(#)snprintf.c, v2.2: Copyright 1999, Mark Martinec. Frontier Artistic 
License applies.\n\
   -@(#)snprintf.c, v2.2: http://www.ijs.si/software/snprintf/\n;;
  -+static char credits[] = \n
  ++static char credits[] = \n\
   +@(#)snprintf.c, v2.2: Mark Martinec, [EMAIL PROTECTED]\n
   +@(#)snprintf.c, v2.2: Copyright 1999, Mark Martinec. Frontier Artistic 
License applies.\n
   +@(#)snprintf.c, v2.2: http://www.ijs.si/software/snprintf/\n;;
  + #endif

#if defined(NEED_ASPRINTF)
  - int asprintf(char **ptr, const char *fmt, /*args*/ ...) {
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/aide/aide.spec
  
  $ cvs diff -u -r1.46 -r1.47 aide.spec
  --- openpkg-src/aide/aide.spec13 Oct 2006 17:26:42 -  1.46
  +++ openpkg-src/aide/aide.spec8 Dec 2006 08:14:33 -   1.47
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:Filesystem
   License:  GPL
  -Version:  0.12
  -Release:  20061013
  +Version:  0.13
  +Release:  20061208
   
   #   package options
   %option   with_fsl  yes
  @@ -75,6 +75,9 @@
   %patch -p0
   
   %build
  +( echo ac_cv_func_ustat=no
  +  echo ac_cv_header_ustat_h=no
  +) config.cache
   CC=%{l_cc} \
   CFLAGS=%{l_cflags -O} \
   CPPFLAGS=%{l_cppflags} \
  @@ -82,11 +85,13 @@
   LIBS=%{l_fsl_libs} \
   GREP=grep \
   ./configure \
  +--cache-file=./config.cache \
   --prefix=%{l_prefix} \
   --mandir=%{l_prefix}/man \
   --sysconfdir=%{l_prefix}/etc/aide \
   --with-dbhmactype=sha1 \
  ---with-dbhmackey=T3BlblBLRyBNYWludGFpbmVy
  +--with-dbhmackey=T3BlblBLRyBNYWludGFpbmVy \
  +--disable-static
   %{l_make} %{l_mflags}
   
   %install
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-12-08 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:   08-Dec-2006 09:16:30
  Branch: HEAD Handle: 2006120808162900

  Modified files:
openpkg-src/jasper  jasper.spec
  Removed files:
openpkg-src/jasper  jasper.patch

  Log:
upgrading package: jasper 1.701.0 - 1.900.0

  Summary:
RevisionChanges Path
1.2 +0  -21 openpkg-src/jasper/jasper.patch
1.9 +2  -4  openpkg-src/jasper/jasper.spec
  

  rm -f openpkg-src/jasper/jasper.patch '@@ .'
  Index: openpkg-src/jasper/jasper.patch
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/jasper/jasper.spec
  
  $ cvs diff -u -r1.8 -r1.9 jasper.spec
  --- openpkg-src/jasper/jasper.spec13 Oct 2006 17:29:06 -  1.8
  +++ openpkg-src/jasper/jasper.spec8 Dec 2006 08:16:29 -   1.9
  @@ -32,12 +32,11 @@
   Class:BASE
   Group:Graphics
   License:  MIT
  -Version:  1.701.0
  -Release:  20061013
  +Version:  1.900.0
  +Release:  20061208
   
   #   list of sources
   Source0:  
http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-%{version}.zip
  -Patch0:   jasper.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -66,7 +65,6 @@
   ( cd ..
 %{l_prefix}/bin/unzip -q -x %{SOURCE0}
   ) || exit $?
  -%patch -p0
   %{l_shtool} subst \
   -e 's;[ \t]*/usr/local/lib${libsuff};;g' \
   -e 's;[ \t]*-I/usr/local/include;;g' \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-12-08 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:   08-Dec-2006 09:18:22
  Branch: HEAD Handle: 2006120808182200

  Modified files:
openpkg-src/nmapnmap.spec

  Log:
upgrading package: nmap 4.11 - 4.20

  Summary:
RevisionChanges Path
1.87+5  -5  openpkg-src/nmap/nmap.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/nmap/nmap.spec
  
  $ cvs diff -u -r1.86 -r1.87 nmap.spec
  --- openpkg-src/nmap/nmap.spec13 Oct 2006 17:30:43 -  1.86
  +++ openpkg-src/nmap/nmap.spec8 Dec 2006 08:18:22 -   1.87
  @@ -25,18 +25,18 @@
   #   package information
   Name: nmap
   Summary:  Network Mapping Tool
  -URL:  http://www.insecure.org/nmap/
  +URL:  http://insecure.org/nmap/
   Vendor:   Fyodor
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
   Class:BASE
   Group:Mapping
   License:  GPL
  -Version:  4.11
  -Release:  20061013
  +Version:  4.20
  +Release:  20061208
   
   #   list of sources
  -Source0:  http://www.insecure.org/nmap/dist/nmap-%{version}.tgz
  +Source0:  http://insecure.org/nmap/dist/nmap-%{version}.tgz
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -62,7 +62,7 @@
   %track
   prog nmap = {
   version   = %{version}
  -url   = http://www.insecure.org/nmap/dist/
  +url   = http://insecure.org/nmap/dist/
   regex = nmap-(\d+\.\d+)\.tgz
   }
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-12-08 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:   08-Dec-2006 09:47:31
  Branch: HEAD Handle: 2006120808473000

  Modified files:
openpkg-src/perl-wwwperl-www.spec

  Log:
modifying package: perl-www-5.8.8 20061205 - 20061208

  Summary:
RevisionChanges Path
1.325   +2  -2  openpkg-src/perl-www/perl-www.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-www/perl-www.spec
  
  $ cvs diff -u -r1.324 -r1.325 perl-www.spec
  --- openpkg-src/perl-www/perl-www.spec5 Dec 2006 16:29:56 -   
1.324
  +++ openpkg-src/perl-www/perl-www.spec8 Dec 2006 08:47:30 -   
1.325
  @@ -74,7 +74,7 @@
   %define   V_www_search_yahoo  2.405
   %define   V_www_search_lycos  2.221
   %define   V_www_search_alltheweb  1.5
  -%define   V_www_opensearch0.08
  +%define   V_www_opensearch0.09
   %define   V_www_wikipedia 1.9
   %define   V_http_daemon_ssl   1.02
   %define   V_http_proxy0.20
  @@ -96,7 +96,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20061205
  +Release:  20061208
   
   #   list of sources
   Source0:  http://www.cpan.org/modules/by-module/URI/URI-%{V_uri}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-12-08 Thread Ralf S. Engelschall
.g2413
   
   #   package information
   Name: vortex
  @@ -37,7 +37,7 @@
   Group:Network
   License:  LGPL
   Version:  %{V_external}
  -Release:  20061013
  +Release:  20061208
   
   #   package options
   %option   with_ssl yes
  @@ -53,8 +53,8 @@
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg = 20040130, pkgconfig
   PreReq:   OpenPKG, openpkg = 20040130
  -BuildPreReq:  axl, glib2
  -PreReq:   axl, glib2
  +BuildPreReq:  axl = 0.3.0, glib2
  +PreReq:   axl = 0.3.0, glib2
   %if %{with_ssl} == yes
   BuildPreReq:  openssl
   PreReq:   openssl
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-12-08 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:   08-Dec-2006 17:52:38
  Branch: HEAD Handle: 2006120816523700

  Modified files:
openpkg-src/postgresql82
postgresql82.spec

  Log:
modifying package: postgresql82-8.2.0 20061202 - 20061208

  Summary:
RevisionChanges Path
1.5 +4  -4  openpkg-src/postgresql82/postgresql82.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/postgresql82/postgresql82.spec
  
  $ cvs diff -u -r1.4 -r1.5 postgresql82.spec
  --- openpkg-src/postgresql82/postgresql82.spec2 Dec 2006 16:28:52 
-   1.4
  +++ openpkg-src/postgresql82/postgresql82.spec8 Dec 2006 16:52:37 
-   1.5
  @@ -22,7 +22,7 @@
   ##  SUCH DAMAGE.
   ##
   
  -#   FIXME: rse: at least pgcluster patch still not ported to 8.2
  +#   FIXME: rse: pgcluster patch still does not link correctly
   
   #   package versions
   %define   V_postgresql_base 8.2
  @@ -32,8 +32,8 @@
   %define   V_pgperl  2.0.2
   %define   V_psqlodbc08.02.0200
   %define   V_slony1  1.1.5
  -%define   V_pgcluster   1.5.0rc10
  -%define   V_pgcluster_dir   1165
  +%define   V_pgcluster   1.7.0rc1
  +%define   V_pgcluster_dir   1186
   %define   V_mysqlcompat 1.0b3
   %define   V_mysqlcompat_dir 548
   
  @@ -48,7 +48,7 @@
   Group:Database
   License:  GPL
   Version:  %{V_postgresql_base}.%{V_postgresql_pl}
  -Release:  20061202
  +Release:  20061208
   
   #   package options
   %option   with_server   yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org