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

2007-08-04 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:   04-Aug-2007 10:36:54
  Branch: HEAD Handle: 2007080409365300

  Modified files:
openpkg-src/imagemagick imagemagick.spec

  Log:
by default build without X11 stuff as this is the way one needs it
more often

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

  patch -p0 '@@ .'
  Index: openpkg-src/imagemagick/imagemagick.spec
  
  $ cvs diff -u -r1.384 -r1.385 imagemagick.spec
  --- openpkg-src/imagemagick/imagemagick.spec  3 Aug 2007 05:14:42 -   
1.384
  +++ openpkg-src/imagemagick/imagemagick.spec  4 Aug 2007 08:36:53 -   
1.385
  @@ -39,11 +39,11 @@
   Group:Graphics
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20070803
  +Release:  20070804
   
   #   package options
   %option   with_perl   no
  -%option   with_x11yes
  +%option   with_x11no
   
   #   list of sources
   Source0:  
ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-%{V_dist}.tar.bz2
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-08-04 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:   04-Aug-2007 11:31:59
  Branch: HEAD Handle: 2007080410315800

  Modified files:
openpkg-src/dbmail  dbmail.spec

  Log:
add hint that the MTA has to be configured, too

  Summary:
RevisionChanges Path
1.18+6  -3  openpkg-src/dbmail/dbmail.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/dbmail/dbmail.spec
  
  $ cvs diff -u -r1.17 -r1.18 dbmail.spec
  --- openpkg-src/dbmail/dbmail.spec3 Aug 2007 20:45:29 -   1.17
  +++ openpkg-src/dbmail/dbmail.spec4 Aug 2007 09:31:58 -   1.18
  @@ -38,7 +38,7 @@
   Group:Mail
   License:  GPL
   Version:  %{V_major}.%{V_minor}%{V_micro}
  -Release:  20070803
  +Release:  20070804
   
   #   package options
   %option   with_fslyes
  @@ -284,8 +284,11 @@
 echo please establish the initial DBMail database with:
 echo   \$ $RPM_INSTALL_PREFIX/sbin/dbmail-setup install
   %endif
  -  echo Then hook DBMail into your particular MTA manually
  -  echo and add each of your users to DBMail with the commands:
  +  echo Then hook DBMail into your particular MTA manually.
  +  echo For instance for the Postfix MTA this is achieved via:
  +  echo   # transport:
  +  echo   domain lmtp:127.0.0.1:24
  +  echo Finally, add each of your users to DBMail with:
 echo   \$ $RPM_INSTALL_PREFIX/sbin/dbmail-users \\%{l_nil}
 echo -a username -w password -s user@domain
   ) | %{l_rpmtool} msg -b -t notice
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-08-04 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:   04-Aug-2007 14:15:22
  Branch: HEAD Handle: 2007080413152200

  Modified files:
openpkg-src/arpalertarpalert.spec

  Log:
upgrading package: arpalert 2.0.6 - 2.0.7

  Summary:
RevisionChanges Path
1.14+2  -2  openpkg-src/arpalert/arpalert.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/arpalert/arpalert.spec
  
  $ cvs diff -u -r1.13 -r1.14 arpalert.spec
  --- openpkg-src/arpalert/arpalert.spec7 Jun 2007 14:11:34 -   
1.13
  +++ openpkg-src/arpalert/arpalert.spec4 Aug 2007 12:15:22 -   
1.14
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Mapping
   License:  GPL
  -Version:  2.0.6
  -Release:  20070607
  +Version:  2.0.7
  +Release:  20070804
   
   #   list of sources
   Source0:  http://www.arpalert.org/src/arpalert-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-08-04 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:   04-Aug-2007 15:12:36
  Branch: HEAD Handle: 2007080414123500

  Modified files:
openpkg-src/saslsasl.spec

  Log:
fix building under with_pgsql=yes

  Summary:
RevisionChanges Path
1.149   +5  -1  openpkg-src/sasl/sasl.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/sasl/sasl.spec
  
  $ cvs diff -u -r1.148 -r1.149 sasl.spec
  --- openpkg-src/sasl/sasl.spec20 Jul 2007 20:18:12 -  1.148
  +++ openpkg-src/sasl/sasl.spec4 Aug 2007 13:12:35 -   1.149
  @@ -33,7 +33,7 @@
   Group:Cryptography
   License:  BSD
   Version:  2.1.22
  -Release:  20070720
  +Release:  20070804
   
   #   package options
   %option   with_fslyes
  @@ -159,6 +159,10 @@
   %if %{with_mysql} == yes
   libs=$libs -lz -lm
   %endif
  +%if %{with_pgsql} == yes
  +cflags=$cflags -I%{l_cppflags postgresql}
  +libs=$libs -lssl -lcrypto -lcrypt
  +%endif
   %if %{with_gss} == yes
   ldflags=$ldflags %{l_ldflags kerberos}
   %endif
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-08-04 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:   04-Aug-2007 15:17:17
  Branch: HEAD Handle: 2007080414171600

  Modified files:
openpkg-src/saslsasl.spec

  Log:
enable CRAM-MD5 and DIGEST-MD5 always

  Summary:
RevisionChanges Path
1.150   +2  -0  openpkg-src/sasl/sasl.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/sasl/sasl.spec
  
  $ cvs diff -u -r1.149 -r1.150 sasl.spec
  --- openpkg-src/sasl/sasl.spec4 Aug 2007 13:12:35 -   1.149
  +++ openpkg-src/sasl/sasl.spec4 Aug 2007 13:17:16 -   1.150
  @@ -182,6 +182,8 @@
   --sysconfdir=%{l_prefix}/etc/sasl \
   --with-plugindir=%{l_prefix}/lib/sasl \
   --with-saslauthd=%{l_prefix}/var/sasl/saslauthd \
  +--enable-digest \
  +--enable-cram \
   %if %{with_sasldb} == yes
   --enable-auth-sasldb \
   --with-dbpath=%{l_prefix}/var/sasl/sasldb \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-08-04 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:   04-Aug-2007 19:42:31
  Branch: HEAD Handle: 2007080418423000

  Modified files:
openpkg-src/lessless.patch less.spec

  Log:
restore historical more(1) behavior (inhibit ti/te processing)

  Summary:
RevisionChanges Path
1.5 +11 -2  openpkg-src/less/less.patch
1.56+1  -1  openpkg-src/less/less.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/less/less.patch
  
  $ cvs diff -u -r1.4 -r1.5 less.patch
  --- openpkg-src/less/less.patch   27 May 2007 11:23:19 -  1.4
  +++ openpkg-src/less/less.patch   4 Aug 2007 17:42:30 -   1.5
  @@ -1,6 +1,15 @@
   Index: main.c
   main.c.orig  2007-03-31 00:51:50 +0200
  -+++ main.c   2007-05-27 13:10:50 +0200
  +--- main.c.orig  2007-06-17 18:56:04 +0200
   main.c   2007-08-04 19:40:48 +0200
  +@@ -158,7 +158,7 @@
  + quit(QUIT_OK);
  + }
  + 
  +-if (less_is_more  get_quit_at_eof())
  ++if (less_is_more || get_quit_at_eof())
  + quit_if_one_screen = TRUE;
  + 
  + #if EDITOR
   @@ -171,7 +171,7 @@
}
editproto = lgetenv(LESSEDIT);
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/less/less.spec
  
  $ cvs diff -u -r1.55 -r1.56 less.spec
  --- openpkg-src/less/less.spec10 Jul 2007 17:32:45 -  1.55
  +++ openpkg-src/less/less.spec4 Aug 2007 17:42:30 -   1.56
  @@ -33,7 +33,7 @@
   Group:ShellUtils
   License:  GPL
   Version:  406
  -Release:  20070710
  +Release:  20070804
   
   #   list of sources
   Source0:  http://www.greenwoodsoftware.com/less/less-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-08-04 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:   04-Aug-2007 20:16:01
  Branch: HEAD Handle: 200708041916

  Modified files:
openpkg-src/crm114  crm114.spec

  Log:
upgrading package: crm114 20070622 - 20070731

  Summary:
RevisionChanges Path
1.55+3  -3  openpkg-src/crm114/crm114.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/crm114/crm114.spec
  
  $ cvs diff -u -r1.54 -r1.55 crm114.spec
  --- openpkg-src/crm114/crm114.spec26 Jun 2007 16:56:10 -  1.54
  +++ openpkg-src/crm114/crm114.spec4 Aug 2007 18:16:00 -   1.55
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_dist 20070622
  -%define   V_opkg 20070622
  +%define   V_dist 20070731
  +%define   V_opkg 20070731
   %define   V_name BlameTheInterns
   
   #   package information
  @@ -38,7 +38,7 @@
   Group:Mail
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20070626
  +Release:  20070804
   
   #   list of sources
   Source0:  
http://crm114.sourceforge.net/tarballs/crm114-%{V_dist}-%{V_name}.src.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-08-04 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:   04-Aug-2007 20:17:05
  Branch: HEAD Handle: 2007080419170400

  Modified files:
openpkg-src/uvscan  uvscan.spec

  Log:
upgrading package: uvscan 5.10.5080 - 5.10.5090

  Summary:
RevisionChanges Path
1.334   +2  -2  openpkg-src/uvscan/uvscan.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/uvscan/uvscan.spec
  
  $ cvs diff -u -r1.333 -r1.334 uvscan.spec
  --- openpkg-src/uvscan/uvscan.spec24 Jul 2007 15:05:44 -  1.333
  +++ openpkg-src/uvscan/uvscan.spec4 Aug 2007 18:17:04 -   1.334
  @@ -25,7 +25,7 @@
   #   package versions
   %define   V_engine  5.10
   %define   V_engine_comp 510
  -%define   V_datfiles5080
  +%define   V_datfiles5090
   
   #   package information
   Name: uvscan
  @@ -38,7 +38,7 @@
   Group:AntiVirus
   License:  Commercial/Free-Trial
   Version:  %{V_engine}.%{V_datfiles}
  -Release:  20070724
  +Release:  20070804
   
   #   list of sources
   Source0:  
ftp://ftp.mcafee.com/pub/antivirus/datfiles/4.x/dat-%{V_datfiles}.tar
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-08-04 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:   04-Aug-2007 20:17:25
  Branch: HEAD Handle: 2007080419172300

  Modified files:
openpkg-src/dzendzen.spec

  Log:
upgrading package: dzen 0.7.5 - 0.8.0

  Summary:
RevisionChanges Path
1.4 +2  -2  openpkg-src/dzen/dzen.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/dzen/dzen.spec
  
  $ cvs diff -u -r1.3 -r1.4 dzen.spec
  --- openpkg-src/dzen/dzen.spec2 Aug 2007 05:03:47 -   1.3
  +++ openpkg-src/dzen/dzen.spec4 Aug 2007 18:17:23 -   1.4
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:XWindow
   License:  MIT-style
  -Version:  0.7.5
  -Release:  20070802
  +Version:  0.8.0
  +Release:  20070804
   
   #   list of sources
   Source0:  http://gotmor.googlepages.com/dzen2-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-08-04 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:   04-Aug-2007 20:17:28
  Branch: HEAD Handle: 2007080419172800

  Modified files:
openpkg-src/gengetopt   gengetopt.spec

  Log:
upgrading package: gengetopt 2.20 - 2.21

  Summary:
RevisionChanges Path
1.6 +2  -2  openpkg-src/gengetopt/gengetopt.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/gengetopt/gengetopt.spec
  
  $ cvs diff -u -r1.5 -r1.6 gengetopt.spec
  --- openpkg-src/gengetopt/gengetopt.spec  3 Jul 2007 15:35:32 -   
1.5
  +++ openpkg-src/gengetopt/gengetopt.spec  4 Aug 2007 18:17:28 -   
1.6
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:CompilerCompiler
   License:  GPL
  -Version:  2.20
  -Release:  20070703
  +Version:  2.21
  +Release:  20070804
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/gengetopt/gengetopt-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/lcdf-typetools/ lcdf-typetools.spec

2007-08-04 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:   04-Aug-2007 20:17:49
  Branch: HEAD Handle: 2007080419174700

  Modified files:
openpkg-src/lcdf-typetools
lcdf-typetools.spec

  Log:
upgrading package: lcdf-typetools 2.65 - 2.66

  Summary:
RevisionChanges Path
1.39+2  -2  openpkg-src/lcdf-typetools/lcdf-typetools.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/lcdf-typetools/lcdf-typetools.spec
  
  $ cvs diff -u -r1.38 -r1.39 lcdf-typetools.spec
  --- openpkg-src/lcdf-typetools/lcdf-typetools.spec23 Jul 2007 05:54:40 
-  1.38
  +++ openpkg-src/lcdf-typetools/lcdf-typetools.spec4 Aug 2007 18:17:47 
-   1.39
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define   V_typetools   2.65
  +%define   V_typetools   2.66
   %define   V_t1utils 1.32
   %define   V_autofont0.94
   %define   V_fontools20070228
  @@ -39,7 +39,7 @@
   Group:Typesetting
   License:  GPL+MIT-style
   Version:  %{V_typetools}
  -Release:  20070723
  +Release:  20070804
   
   #   list of sources
   Source0:  http://www.lcdf.org/type/lcdf-typetools-%{V_typetools}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-08-04 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:   04-Aug-2007 20:19:27
  Branch: HEAD Handle: 2007080419192700

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

  Log:
upgrading package: urpmi 4.9.27 - 4.9.28

  Summary:
RevisionChanges Path
1.53+12 -12 openpkg-src/urpmi/urpmi.patch
1.73+5  -5  openpkg-src/urpmi/urpmi.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/urpmi/urpmi.patch
  
  $ cvs diff -u -r1.52 -r1.53 urpmi.patch
  --- openpkg-src/urpmi/urpmi.patch 6 Jul 2007 07:15:41 -   1.52
  +++ openpkg-src/urpmi/urpmi.patch 4 Aug 2007 18:19:27 -   1.53
  @@ -1,6 +1,6 @@
  -Index: URPM-1.67/Makefile.PL
   URPM-1.67/Makefile.PL.orig   2007-06-19 16:24:46 +0200
  -+++ URPM-1.67/Makefile.PL2007-06-22 19:56:56 +0200
  +Index: URPM-1.68/Makefile.PL
  +--- URPM-1.68/Makefile.PL.orig   2007-06-19 16:24:46 +0200
   URPM-1.68/Makefile.PL2007-06-22 19:56:56 +0200
   @@ -1,58 +1,7 @@
use strict;
use ExtUtils::MakeMaker;
  @@ -72,9 +72,9 @@
dist= { COMPRESS = bzip2, SUFFIX = .bz2 },
realclean   = { FILES = t/RPMS/noarch/* },
);
  -Index: URPM-1.67/URPM.xs
   URPM-1.67/URPM.xs.orig   2007-06-19 16:44:27 +0200
  -+++ URPM-1.67/URPM.xs2007-06-22 19:43:44 +0200
  +Index: URPM-1.68/URPM.xs
  +--- URPM-1.68/URPM.xs.orig   2007-06-19 16:44:27 +0200
   URPM-1.68/URPM.xs2007-06-22 19:43:44 +0200
   @@ -22,7 +22,7 @@
#include fcntl.h
#include unistd.h
  @@ -131,9 +131,9 @@
#include rpm/rpmts.h

#define FILENAME_TAG 100
  -Index: urpmi-4.9.27/Makefile.PL
   urpmi-4.9.27/Makefile.PL.orig2007-04-24 21:34:36 +0200
  -+++ urpmi-4.9.27/Makefile.PL 2007-06-22 19:43:44 +0200
  +Index: urpmi-4.9.28/Makefile.PL
  +--- urpmi-4.9.28/Makefile.PL.orig2007-04-24 21:34:36 +0200
   urpmi-4.9.28/Makefile.PL 2007-06-22 19:43:44 +0200
   @@ -60,6 +60,7 @@
my $po = $with_po ? ' installpo' : '';
my $gui = $with_gui ? ' installgurpmi2' : '';
  @@ -168,9 +168,9 @@
},
EXE_FILES   = [ @bin_scripts, @sbin_scripts ],
PMLIBDIRS   = [ qw(urpm) ],
  -Index: urpmi-4.9.27/urpm/sys.pm
   urpmi-4.9.27/urpm/sys.pm.orig2007-04-24 21:22:25 +0200
  -+++ urpmi-4.9.27/urpm/sys.pm 2007-06-22 19:43:44 +0200
  +Index: urpmi-4.9.28/urpm/sys.pm
  +--- urpmi-4.9.28/urpm/sys.pm.orig2007-04-24 21:22:25 +0200
   urpmi-4.9.28/urpm/sys.pm 2007-06-22 19:43:44 +0200
   @@ -94,7 +94,7 @@
}

  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/urpmi/urpmi.spec
  
  $ cvs diff -u -r1.72 -r1.73 urpmi.spec
  --- openpkg-src/urpmi/urpmi.spec  21 Jul 2007 08:33:41 -  1.72
  +++ openpkg-src/urpmi/urpmi.spec  4 Aug 2007 18:19:27 -   1.73
  @@ -23,10 +23,10 @@
   ##
   
   #   package version
  -%define   V_urpmi   4.9.27
  -%define   V_urpmi_rpm   4.9.27-1mdv2008.0
  -%define   V_urpm1.67
  -%define   V_urpm_rpm1.67-1mdv2008.0
  +%define   V_urpmi   4.9.28
  +%define   V_urpmi_rpm   4.9.28-1mdv2008.0
  +%define   V_urpm1.68
  +%define   V_urpm_rpm1.68-1mdv2008.0
   %define   V_mdv_distribconf 3.10
   %define   V_mdv_distribconf_rpm 3.10-1mdv2008.0
   %define   V_mdv_packdrakeng 1.12
  @@ -45,7 +45,7 @@
   Group:Bootstrapping
   License:  GPL
   Version:  %{V_urpmi}
  -Release:  20070721
  +Release:  20070804
   
   #   package options
   %option   with_wget  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/milter-regex/ milter-regex.spec

2007-08-04 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:   04-Aug-2007 20:19:36
  Branch: HEAD Handle: 2007080419193600

  Modified files:
openpkg-src/milter-regex
milter-regex.spec

  Log:
upgrading package: milter-regex 1.6 - 1.7

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

  patch -p0 '@@ .'
  Index: openpkg-src/milter-regex/milter-regex.spec
  
  $ cvs diff -u -r1.15 -r1.16 milter-regex.spec
  --- openpkg-src/milter-regex/milter-regex.spec2 Mar 2007 09:33:38 
-   1.15
  +++ openpkg-src/milter-regex/milter-regex.spec4 Aug 2007 18:19:36 
-   1.16
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Mail
   License:  BSD
  -Version:  1.6
  -Release:  20070302
  +Version:  1.7
  +Release:  20070804
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/milter-dkim/ milter-dkim.spec

2007-08-04 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:   04-Aug-2007 20:19:38
  Branch: HEAD Handle: 2007080419193800

  Modified files:
openpkg-src/milter-dkim milter-dkim.spec

  Log:
upgrading package: milter-dkim 2.0.1 - 2.0.2

  Summary:
RevisionChanges Path
1.23+2  -2  openpkg-src/milter-dkim/milter-dkim.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/milter-dkim/milter-dkim.spec
  
  $ cvs diff -u -r1.22 -r1.23 milter-dkim.spec
  --- openpkg-src/milter-dkim/milter-dkim.spec  2 Aug 2007 14:49:57 -   
1.22
  +++ openpkg-src/milter-dkim/milter-dkim.spec  4 Aug 2007 18:19:38 -   
1.23
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Mail
   License:  Open Source
  -Version:  2.0.1
  -Release:  20070802
  +Version:  2.0.2
  +Release:  20070804
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-08-04 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:   04-Aug-2007 20:19:55
  Branch: HEAD Handle: 2007080419195400

  Modified files:
openpkg-src/sqlite  sqlite.patch.odbc sqlite.spec

  Log:
modifying package: sqlite-3.4.1 20070731 - 20070804

  Summary:
RevisionChanges Path
1.2 +6  -6  openpkg-src/sqlite/sqlite.patch.odbc
1.149   +2  -2  openpkg-src/sqlite/sqlite.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/sqlite/sqlite.patch.odbc
  
  $ cvs diff -u -r1.1 -r1.2 sqlite.patch.odbc
  --- openpkg-src/sqlite/sqlite.patch.odbc  17 Jul 2007 10:50:51 -  
1.1
  +++ openpkg-src/sqlite/sqlite.patch.odbc  4 Aug 2007 18:19:54 -   
1.2
  @@ -1,6 +1,6 @@
   Index: Makefile.in
   Makefile.in.orig 2007-02-04 12:23:36 +0100
  -+++ Makefile.in  2007-06-20 18:09:00 +0200
  +--- Makefile.in.orig 2007-07-03 16:29:24 +0200
   Makefile.in  2007-08-04 20:16:20 +0200
   @@ -6,7 +6,7 @@
CC =@CC@
INSTALL =   @INSTALL@
  @@ -14,14 +14,14 @@

install-3:  libsqlite3odbc.la @EXT_BLOBTOXY@ @EXT_IMPEXP@
$(LIBTOOL) $(INSTALL) libsqlite3odbc.la $(DESTDIR)$(libdir)
  --test -n @EXT_BLOBTOXY@  \
  +--test -n @EXT_BLOBTOXY@  \
   -$(LIBTOOL) $(INSTALL) @EXT_BLOBTOXY@ $(DESTDIR)$(libdir)
  --test -n @EXT_IMPEXP@  \
  +--test -n @EXT_IMPEXP@  \
   -$(LIBTOOL) $(INSTALL) @EXT_IMPEXP@ $(DESTDIR)$(libdir)
   +if [ [EMAIL PROTECTED]@ != . ]; then \
  -+$(LIBTOOL) $(INSTALL) @EXT_BLOBTOXY@ $(DESTDIR)$(libdir); fi
  ++$(LIBTOOL) $(INSTALL) @EXT_BLOBTOXY@ $(DESTDIR)$(libdir); fi
   +if [ [EMAIL PROTECTED]@ != . ]; then \
  -+$(LIBTOOL) $(INSTALL) @EXT_IMPEXP@ $(DESTDIR)$(libdir); fi
  ++$(LIBTOOL) $(INSTALL) @EXT_IMPEXP@ $(DESTDIR)$(libdir); fi

uninstall-3:
$(LIBTOOL) --mode=uninstall \
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/sqlite/sqlite.spec
  
  $ cvs diff -u -r1.148 -r1.149 sqlite.spec
  --- openpkg-src/sqlite/sqlite.spec31 Jul 2007 07:35:19 -  1.148
  +++ openpkg-src/sqlite/sqlite.spec4 Aug 2007 18:19:54 -   1.149
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_sqlite   3.4.1
  -%define   V_odbc 0.74
  +%define   V_odbc 0.75
   
   #   package information
   Name: sqlite
  @@ -37,7 +37,7 @@
   Group:Database
   License:  PD
   Version:  %{V_sqlite}
  -Release:  20070731
  +Release:  20070804
   
   #   package options
   %option   with_utf8no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-08-04 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:   04-Aug-2007 20:20:01
  Branch: HEAD Handle: 2007080419200100

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

  Log:
modifying package: perl-www-5.8.8 20070801 - 20070804

  Summary:
RevisionChanges Path
1.360   +3  -3  openpkg-src/perl-www/perl-www.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-www/perl-www.spec
  
  $ cvs diff -u -r1.359 -r1.360 perl-www.spec
  --- openpkg-src/perl-www/perl-www.spec1 Aug 2007 04:59:59 -   
1.359
  +++ openpkg-src/perl-www/perl-www.spec4 Aug 2007 18:20:01 -   
1.360
  @@ -68,7 +68,7 @@
   %define   V_www_mechanize_formfi  0.06
   %define   V_www_mechanize_shell   0.44
   %define   V_www_mechanize_sleepy  0.6
  -%define   V_www_mechanize_timed   0.42
  +%define   V_www_mechanize_timed   0.43
   %define   V_www_search2.495
   %define   V_www_search_google 0.22
   %define   V_www_search_yahoo  2.409
  @@ -82,7 +82,7 @@
   %define   V_http_recorder 0.05
   %define   V_wddx  1.02
   %define   V_embperl   2.2.0
  -%define   V_net_openid_consumer   0.13
  +%define   V_net_openid_consumer   0.14
   %define   V_net_openid_server 0.11
   
   #   package information
  @@ -96,7 +96,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070801
  +Release:  20070804
   
   #   list of sources
   Source0:  http://www.cpan.org/modules/by-module/URI/URI-%{V_uri}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-08-04 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:   04-Aug-2007 20:29:52
  Branch: HEAD Handle: 2007080419295200

  Modified files:
openpkg-src/mesamesa.patch mesa.spec

  Log:
upgrading package: mesa 7.0 - 7.0.1

  Summary:
RevisionChanges Path
1.7 +6  -6  openpkg-src/mesa/mesa.patch
1.26+5  -3  openpkg-src/mesa/mesa.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mesa/mesa.patch
  
  $ cvs diff -u -r1.6 -r1.7 mesa.patch
  --- openpkg-src/mesa/mesa.patch   9 Jun 2007 08:16:50 -   1.6
  +++ openpkg-src/mesa/mesa.patch   4 Aug 2007 18:29:52 -   1.7
  @@ -1,6 +1,6 @@
   Index: configs/default
   configs/default.orig 2007-04-09 16:17:58 +0200
  -+++ configs/default  2007-06-09 09:33:12 +0200
  +--- configs/default.orig 2007-08-01 23:49:59 +0200
   configs/default  2007-08-04 20:14:00 +0200
   @@ -23,8 +23,8 @@
GLU_CFLAGS = 

  @@ -13,14 +13,14 @@
MAKE = make
INSTALL = $(TOP)/bin/minstall
   Index: src/glut/glx/glut_event.c
   src/glut/glx/glut_event.c.orig   2006-12-08 00:16:31 +0100
  -+++ src/glut/glx/glut_event.c2007-06-09 09:33:12 +0200
  +--- src/glut/glx/glut_event.c.orig   2007-08-01 23:50:00 +0200
   src/glut/glx/glut_event.c2007-08-04 20:17:45 +0200
   @@ -24,7 +24,7 @@
# ifdef __sgi
#  include bstring.h/* prototype for bzero used by FD_ZERO */
# endif
  --# if (defined(SVR4) || defined(CRAY) || defined(AIXV3))  
!defined(FD_SETSIZE)
  -+# if (defined(SVR4) || defined(CRAY) || defined(AIXV3) || 
defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__))  
!defined(FD_SETSIZE)
  +-# if (defined(__FreeBSD__) || defined(SVR4) || defined(CRAY) || 
defined(AIXV3))  !defined(FD_SETSIZE)
  ++# if (defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) 
|| defined(SVR4) || defined(CRAY) || defined(AIXV3))  !defined(FD_SETSIZE)
#  include sys/select.h /* select system call interface */
#  ifdef luna
#   include sysent.h
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/mesa/mesa.spec
  
  $ cvs diff -u -r1.25 -r1.26 mesa.spec
  --- openpkg-src/mesa/mesa.spec27 Jun 2007 18:22:57 -  1.25
  +++ openpkg-src/mesa/mesa.spec4 Aug 2007 18:29:52 -   1.26
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:XWindow
   License:  LGPL
  -Version:  7.0
  -Release:  20070627
  +Version:  7.0.1
  +Release:  20070804
   
   #   package options
   %option   with_demos  no
  @@ -107,7 +107,9 @@
   CPPFLAGS=%{l_cppflags} \
   LDFLAGS=%{l_ldflags} \
   X11LIB_DIR=`%{l_rc} --query x11_libdir` \
  -%{l_make} %{l_mflags} $plat
  +%{l_make} %{l_mflags} \
  +SHELL=%{l_bash} \
  +$plat
   
   %install
   rm -rf $RPM_BUILD_ROOT
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-08-04 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:   04-Aug-2007 21:21:22
  Branch: HEAD Handle: 2007080420212100

  Modified files:
openpkg-src/gcc43   gcc43.spec

  Log:
upgrading package: gcc43 4.3s20070727 - 4.3s20070803

  Summary:
RevisionChanges Path
1.33+2  -2  openpkg-src/gcc43/gcc43.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/gcc43/gcc43.spec
  
  $ cvs diff -u -r1.32 -r1.33 gcc43.spec
  --- openpkg-src/gcc43/gcc43.spec  28 Jul 2007 11:26:07 -  1.32
  +++ openpkg-src/gcc43/gcc43.spec  4 Aug 2007 19:21:21 -   1.33
  @@ -29,7 +29,7 @@
   #   package version
   %define   V_full 4.3
   %define   V_comp 43
  -%define   V_snap 20070727
  +%define   V_snap 20070803
   
   #   package information
   Name: gcc43
  @@ -42,7 +42,7 @@
   Group:Compiler
   License:  GPL
   Version:  %{V_full}s%{V_snap}
  -Release:  20070728
  +Release:  20070804
   
   #   package options
   %option   with_cxx   no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/dbmail/ dbmail-setup.sh dbmail.spec

2007-08-04 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:   04-Aug-2007 21:32:04
  Branch: HEAD Handle: 2007080420320400

  Modified files:
openpkg-src/dbmail  dbmail-setup.sh dbmail.spec

  Log:
use 'dbmail' as the database name for MySQL/PosgreSQL and create the
database schema under the DBMail user instead of the database
superuser as at least under PostgreSQL 8.2 this else would lead to
permission problems on the dbmail_xxx tables

  Summary:
RevisionChanges Path
1.4 +2  -2  openpkg-src/dbmail/dbmail-setup.sh
1.19+1  -1  openpkg-src/dbmail/dbmail.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/dbmail/dbmail-setup.sh
  
  $ cvs diff -u -r1.3 -r1.4 dbmail-setup.sh
  --- openpkg-src/dbmail/dbmail-setup.sh13 Dec 2006 08:05:21 -  
1.3
  +++ openpkg-src/dbmail/dbmail-setup.sh4 Aug 2007 19:32:04 -   
1.4
  @@ -45,13 +45,13 @@
   ( echo GRANT ALL ON $db_name.* TO [EMAIL PROTECTED] IDENTIFIED 
BY '$db_pass';
 echo FLUSH PRIVILEGES;
   ) | @l_prefix@/bin/mysql --user=$db_suser 
--password=$db_spass mysql
  -@l_prefix@/bin/mysql --user=$db_suser --password=$db_spass 
$db_name $db_script
  +@l_prefix@/bin/mysql --user=$db_user --password=$db_pass 
$db_name $db_script
   elif [ .$db_type = .pgsql ]; then
   ( echo CREATE ROLE $db_user LOGIN ENCRYPTED PASSWORD '$db_pass' 
NOCREATEDB NOCREATEUSER;
 echo CREATE TABLESPACE $db_name OWNER $db_user LOCATION 
'$db_dir';
 echo CREATE DATABASE $db_name OWNER $db_user TABLESPACE 
$db_name;
   ) | @l_prefix@/bin/psql -U $db_suser -d template1 -f-
  -@l_prefix@/bin/psql -U $db_suser -d $db_name -f- $db_script
  +@l_prefix@/bin/psql -U $db_user -d $db_name -f- $db_script
   fi
   ;;
   uninstall )
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/dbmail/dbmail.spec
  
  $ cvs diff -u -r1.18 -r1.19 dbmail.spec
  --- openpkg-src/dbmail/dbmail.spec4 Aug 2007 09:31:58 -   1.18
  +++ openpkg-src/dbmail/dbmail.spec4 Aug 2007 19:32:04 -   1.19
  @@ -225,7 +225,7 @@
   %else
   -e 's;^\(user[^=]*=\).*$;\1 dbmail;' \
   -e 's;^\(pass[^=]*=\).*$;\1 dbmail;' \
  --e 's;^\(db[^=]*=\).*$;\1;' \
  +-e 's;^\(db[^=]*=\).*$;\1 dbmail;' \
   %endif
   -e 's;^\(sendmail[^=]*=\).*$;\1 %{l_prefix}/sbin/sendmail;' \
   -e 's;^\(EFFECTIVE_USER[^=]*=\).*$;\1 %{l_rusr};' \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-08-04 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:   04-Aug-2007 22:12:31
  Branch: HEAD Handle: 2007080421123000

  Modified files:
openpkg-src/saslsasl.spec

  Log:
try to make sure SASL is able to lookup its application files
correctly and do not use an extra 'apps' subdir as it doesn't look
necessary to have an extra subdir here

  Summary:
RevisionChanges Path
1.151   +3  -2  openpkg-src/sasl/sasl.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/sasl/sasl.spec
  
  $ cvs diff -u -r1.150 -r1.151 sasl.spec
  --- openpkg-src/sasl/sasl.spec4 Aug 2007 13:17:16 -   1.150
  +++ openpkg-src/sasl/sasl.spec4 Aug 2007 20:12:30 -   1.151
  @@ -146,7 +146,7 @@
   
   #   configure path to sasl-server config files
   %{l_shtool} subst \
  --e 's;@l_sysconfdir@;%{l_prefix}/etc/sasl/apps;g' \
  +-e 's;@l_sysconfdir@;%{l_prefix}/etc/sasl;g' \
   lib/server.c
   
   #   determine build flags
  @@ -180,6 +180,7 @@
   --cache-file=./config.cache \
   --prefix=%{l_prefix} \
   --sysconfdir=%{l_prefix}/etc/sasl \
  +--configdir=%{l_prefix}/etc/sasl/sasl \
   --with-plugindir=%{l_prefix}/lib/sasl \
   --with-saslauthd=%{l_prefix}/var/sasl/saslauthd \
   --enable-digest \
  @@ -334,7 +335,7 @@
   %{l_shtool} mkdir -f -p -m 755 \
   $RPM_BUILD_ROOT%{l_prefix}/var/sasl/log \
   $RPM_BUILD_ROOT%{l_prefix}/var/sasl/saslauthd \
  -$RPM_BUILD_ROOT%{l_prefix}/etc/sasl/apps
  +$RPM_BUILD_ROOT%{l_prefix}/etc/sasl
   
   #   install run-command script
   %if %{with_pam} == yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-08-04 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:   04-Aug-2007 22:15:30
  Branch: HEAD Handle: 2007080421153000

  Modified files:
openpkg-src/saslsasl.spec

  Log:
cleanup expression by removing duplicate sub-expression

  Summary:
RevisionChanges Path
1.152   +1  -1  openpkg-src/sasl/sasl.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/sasl/sasl.spec
  
  $ cvs diff -u -r1.151 -r1.152 sasl.spec
  --- openpkg-src/sasl/sasl.spec4 Aug 2007 20:12:30 -   1.151
  +++ openpkg-src/sasl/sasl.spec4 Aug 2007 20:15:30 -   1.152
  @@ -224,7 +224,7 @@
   --disable-gssapi \
   --without-gss_impl \
   %endif
  -%if %{with_mysql} == yes || %{with_pgsql} == yes || %{with_pgsql} 
== yes || %{with_sqlite} == yes
  +%if %{with_mysql} == yes || %{with_pgsql} == yes || %{with_sqlite} 
== yes
   --enable-sql \
   %if %{with_mysql} == yes
   --with-mysql=%{l_prefix} \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-08-04 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:   04-Aug-2007 22:16:53
  Branch: HEAD Handle: 2007080421165300

  Modified files:
openpkg-src/saslsasl.spec

  Log:
ops, forgot 'with' -- shame on me

  Summary:
RevisionChanges Path
1.153   +1  -1  openpkg-src/sasl/sasl.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/sasl/sasl.spec
  
  $ cvs diff -u -r1.152 -r1.153 sasl.spec
  --- openpkg-src/sasl/sasl.spec4 Aug 2007 20:15:30 -   1.152
  +++ openpkg-src/sasl/sasl.spec4 Aug 2007 20:16:53 -   1.153
  @@ -180,7 +180,7 @@
   --cache-file=./config.cache \
   --prefix=%{l_prefix} \
   --sysconfdir=%{l_prefix}/etc/sasl \
  ---configdir=%{l_prefix}/etc/sasl/sasl \
  +--with-configdir=%{l_prefix}/etc/sasl/sasl \
   --with-plugindir=%{l_prefix}/lib/sasl \
   --with-saslauthd=%{l_prefix}/var/sasl/saslauthd \
   --enable-digest \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-08-04 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:   04-Aug-2007 22:20:56
  Branch: HEAD Handle: 2007080421205600

  Modified files:
openpkg-src/saslsasl.spec

  Log:
support anonymous mode, too

  Summary:
RevisionChanges Path
1.154   +1  -0  openpkg-src/sasl/sasl.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/sasl/sasl.spec
  
  $ cvs diff -u -r1.153 -r1.154 sasl.spec
  --- openpkg-src/sasl/sasl.spec4 Aug 2007 20:16:53 -   1.153
  +++ openpkg-src/sasl/sasl.spec4 Aug 2007 20:20:56 -   1.154
  @@ -185,6 +185,7 @@
   --with-saslauthd=%{l_prefix}/var/sasl/saslauthd \
   --enable-digest \
   --enable-cram \
  +--enable-anon \
   %if %{with_sasldb} == yes
   --enable-auth-sasldb \
   --with-dbpath=%{l_prefix}/var/sasl/sasldb \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-08-04 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:   04-Aug-2007 22:22:54
  Branch: HEAD Handle: 2007080421225400

  Modified files:
openpkg-src/saslsasl.spec

  Log:
the local SASLDB one usually always wants to have available by default

  Summary:
RevisionChanges Path
1.155   +1  -1  openpkg-src/sasl/sasl.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/sasl/sasl.spec
  
  $ cvs diff -u -r1.154 -r1.155 sasl.spec
  --- openpkg-src/sasl/sasl.spec4 Aug 2007 20:20:56 -   1.154
  +++ openpkg-src/sasl/sasl.spec4 Aug 2007 20:22:54 -   1.155
  @@ -37,6 +37,7 @@
   
   #   package options
   %option   with_fslyes
  +%option   with_sasldb yes
   %option   with_pamno
   %option   with_login  no
   %option   with_ldap   no
  @@ -46,7 +47,6 @@
   %option   with_ntlm   no
   %option   with_otpno
   %option   with_gssno
  -%option   with_sasldb no
   
   #   list of sources
   Source0:  
ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org