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

2007-12-29 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:   29-Dec-2007 20:00:32
  Branch: HEAD Handle: 2007122919003100

  Modified files:
openpkg-src/libarchive  libarchive.spec

  Log:
upgrading package: libarchive 2.4.9 -> 2.4.10

  Summary:
RevisionChanges Path
1.102   +2  -2  openpkg-src/libarchive/libarchive.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/libarchive/libarchive.spec
  
  $ cvs diff -u -r1.101 -r1.102 libarchive.spec
  --- openpkg-src/libarchive/libarchive.spec23 Dec 2007 21:24:52 -  
1.101
  +++ openpkg-src/libarchive/libarchive.spec29 Dec 2007 19:00:31 -  
1.102
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Archiver
   License:  MIT-style
  -Version:  2.4.9
  -Release:  20071223
  +Version:  2.4.10
  +Release:  20071229
   
   #   list of sources
   Source0:  
http://people.freebsd.org/~kientzle/libarchive/src/libarchive-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-12-29 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:   29-Dec-2007 20:00:28
  Branch: HEAD Handle: 2007122919002700

  Modified files:
openpkg-src/talkfilters talkfilters.spec

  Log:
upgrading package: talkfilters 2.3.7 -> 2.3.8

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/talkfilters/talkfilters.spec
  
  $ cvs diff -u -r1.6 -r1.7 talkfilters.spec
  --- openpkg-src/talkfilters/talkfilters.spec  1 Jan 2007 17:42:13 -   
1.6
  +++ openpkg-src/talkfilters/talkfilters.spec  29 Dec 2007 19:00:27 -  
1.7
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Writing
   License:  GPL
  -Version:  2.3.7
  -Release:  20061028
  +Version:  2.3.8
  +Release:  20071229
   
   #   list of sources
   Source0:  
http://www.hyperrealm.com/talkfilters/talkfilters-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-12-29 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:   29-Dec-2007 19:59:29
  Branch: HEAD Handle: 2007122918592800

  Modified files:
openpkg-src/jsonjson.spec

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

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/json/json.spec
  
  $ cvs diff -u -r1.76 -r1.77 json.spec
  --- openpkg-src/json/json.spec27 Dec 2007 16:38:34 -  1.76
  +++ openpkg-src/json/json.spec29 Dec 2007 18:59:28 -  1.77
  @@ -25,7 +25,7 @@
   #   package version
   %define   V_api_c   0.7
   %define   V_api_pl1 2.02
  -%define   V_api_pl2 0.02
  +%define   V_api_pl2 0.03
   %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:  20071227
  +Release:  20071229
   
   #   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/fetchmail/ fetchmail.spec rc.fetchmail

2007-12-29 Thread Torsten Homeyer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Torsten Homeyer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   29-Dec-2007 16:18:24
  Branch: HEAD Handle: 2007122915182400

  Modified files:
openpkg-src/fetchmail   fetchmail.spec rc.fetchmail

  Log:
unfortunately the PID file contains two lines and only the first
contains the real PID and we don't want to kill some random process
IDs since we are run as root here

  Summary:
RevisionChanges Path
1.90+1  -1  openpkg-src/fetchmail/fetchmail.spec
1.8 +1  -1  openpkg-src/fetchmail/rc.fetchmail
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/fetchmail/fetchmail.spec
  
  $ cvs diff -u -r1.89 -r1.90 fetchmail.spec
  --- openpkg-src/fetchmail/fetchmail.spec  5 Dec 2007 09:29:54 -   
1.89
  +++ openpkg-src/fetchmail/fetchmail.spec  29 Dec 2007 15:18:24 -  
1.90
  @@ -33,7 +33,7 @@
   Group:Mail
   License:  GPL
   Version:  6.3.8
  -Release:  20071205
  +Release:  20071229
   
   #   package options
   %option   with_conf  no
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/fetchmail/rc.fetchmail
  
  $ cvs diff -u -r1.7 -r1.8 rc.fetchmail
  --- openpkg-src/fetchmail/rc.fetchmail5 Dec 2007 13:16:21 -   
1.7
  +++ openpkg-src/fetchmail/rc.fetchmail29 Dec 2007 15:18:24 -  
1.8
  @@ -19,7 +19,7 @@
   fetchmail_logfile="@l_prefix@/var/fetchmail/fetchmail.log"
   fetchmail_pidfile="@l_prefix@/var/fetchmail/fetchmail.pid"
   fetchmail_signal () {
  -[ -f $fetchmail_pidfile ] && kill -$1 `cat $fetchmail_pidfile`
  +[ -f $fetchmail_pidfile ] && kill -$1 `head -1 $fetchmail_pidfile`
   }
   fetchmail_reconfigure () {
   umask 077
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/rsyslog/ rc.rsyslog rsyslog.conf rsyslog.pa...

2007-12-29 Thread Ralf S. Engelschall
onfig.h.in.orig 2007-12-27 23:28:51 +0100
   config.h.in  2007-12-29 11:21:50 +0100
  +@@ -1,7 +1,9 @@
  + /* config.h.in.  Generated from configure.ac by autoheader.  */
  + 
  + /* Description */
  ++#ifndef BSD
  + #undef BSD
  ++#endif
  + 
  + /* klogd functionality is integrated. */
  + #undef FEATURE_KLOGD
  +Index: net.h
  +--- net.h.orig   2007-12-26 10:56:07 +0100
   net.h2007-12-29 11:21:50 +0100
  +@@ -22,6 +22,9 @@
  + #ifndef INCLUDED_NET_H
  + #define INCLUDED_NET_H
  + 
  ++#include 
  ++#include 
  ++
  + #ifdef SYSLOG_INET
  + #include 
  + 
  +Index: syslogd.c
  +--- syslogd.c.orig   2007-12-26 10:56:01 +0100
   syslogd.c2007-12-29 11:57:58 +0100
  +@@ -267,28 +267,9 @@
  + #define _PATH_MODDIR"/lib/rsyslog/"
  + #endif
  + 
  +-#if defined(SYSLOGD_PIDNAME)
  +-#undef _PATH_LOGPID
  +-#if defined(FSSTND)
  +-#ifdef BSD
  +-#define _PATH_VARRUN "/var/run/"
  +-#endif
  +-#ifdef __sun
  +-#define _PATH_VARRUN "/var/run/"
  +-#endif
  +-#define _PATH_LOGPID _PATH_VARRUN SYSLOGD_PIDNAME
  +-#else
  +-#define _PATH_LOGPID "/etc/" SYSLOGD_PIDNAME
  +-#endif
  +-#else
  + #ifndef _PATH_LOGPID
  +-#if defined(FSSTND)
  +-#define _PATH_LOGPID _PATH_VARRUN "rsyslogd.pid"
  +-#else
  + #define _PATH_LOGPID "/etc/rsyslogd.pid"
  + #endif
  +-#endif
  +-#endif
  + 
  + #ifndef _PATH_DEV
  + #define _PATH_DEV   "/dev/"
  +@@ -303,11 +284,7 @@
  + #endif
  + 
  + #ifndef _PATH_LOG
  +-#ifdef BSD
  + #define _PATH_LOG   "/var/run/log"
  +-#else
  +-#define _PATH_LOG   "/dev/log"
  +-#endif
  + #endif
  + 
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/rsyslog/rsyslog.spec
  
  $ cvs diff -u -r0 -r1.1 rsyslog.spec
  --- /dev/null 2007-12-29 12:31:06 +0100
  +++ rsyslog.spec  2007-12-29 12:32:48 +0100
  @@ -0,0 +1,180 @@
  +##
  +##  rsyslog.spec -- OpenPKG RPM Package Specification
  +##  Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/>
  +##  Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/>
  +##
  +##  Permission to use, copy, modify, and distribute this software for
  +##  any purpose with or without fee is hereby granted, provided that
  +##  the above copyright notice and this permission notice appear in all
  +##  copies.
  +##
  +##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  +##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  +##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
  +##  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  +##  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +##  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +##  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +##  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +##  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +##  SUCH DAMAGE.
  +##
  +
  +#   package information
  +Name: rsyslog
  +Summary:  Enhanced Logging Server
  +URL:  http://www.rsyslog.com/
  +Vendor:   R. Gerhards, M. Meckelein
  +Packager: OpenPKG Foundation e.V.
  +Distribution: OpenPKG Community
  +Class:EVAL
  +Group:Logfile
  +License:  GPL
  +Version:  1.21.2
  +Release:  20071229
  +
  +#   package options
  +%option   with_kerberos no
  +%option   with_mysqlno
  +%option   with_pgsqlno
  +
  +#   list of sources
  +Source0:  http://download.rsyslog.com/rsyslog/rsyslog-%{version}.tar.gz
  +Source1:  rsyslog.conf
  +Source2:  rc.rsyslog
  +Patch0:   rsyslog.patch
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg >= 20060823
  +PreReq:   OpenPKG, openpkg >= 20060823
  +BuildPreReq:  zlib
  +PreReq:   zlib
  +%if "%{with_kerberos}" == "yes"
  +BuildPreReq:  KERBEROS
  +PreReq:   KERBEROS
  +%endif
  +%if "%{with_mysql}" == "yes"
  +BuildPreReq:  mysql
  +PreReq:   mysql
  +%endif
  +%if "%{with_pgsql}" == "yes"
  +BuildPreReq:  postgresql, openssl
  +PreReq:   postgresql, openssl
  +%endif
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +Rsyslog is an enhanced multi-threaded syslogd(8) supporting, among
  +others, RDBMS, syslog/tcp, RFC 3195, permitted sender lists,
  +filtering on any message part, and fine grain output format control.
  +It is quite compatible to stock syslogd(8) and can be used as a
  +drop-in replacement. Its advanced features make 

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

2007-12-29 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:   29-Dec-2007 12:07:53
  Branch: HEAD Handle: 2007122911075300

  Modified files:
openpkg-src/gcc43   gcc43.spec

  Log:
upgrading package: gcc43 4.3s20071221 -> 4.3s20071228

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc43/gcc43.spec
  
  $ cvs diff -u -r1.54 -r1.55 gcc43.spec
  --- openpkg-src/gcc43/gcc43.spec  22 Dec 2007 09:22:39 -  1.54
  +++ openpkg-src/gcc43/gcc43.spec  29 Dec 2007 11:07:53 -  1.55
  @@ -29,7 +29,7 @@
   #   package version
   %define   V_full 4.3
   %define   V_comp 43
  -%define   V_snap 20071221
  +%define   V_snap 20071228
   
   #   package information
   Name: gcc43
  @@ -42,7 +42,7 @@
   Group:Compiler
   License:  GPL
   Version:  %{V_full}s%{V_snap}
  -Release:  20071222
  +Release:  20071229
   
   #   package options
   %option   with_cxx   no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-12-29 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:   29-Dec-2007 11:04:10
  Branch: HEAD Handle: 2007122910040901

  Modified files:
openpkg-src/cfenginecfengine.patch cfengine.spec

  Log:
upgrading package: cfengine 2.2.2 -> 2.2.3

  Summary:
RevisionChanges Path
1.12+17 -3  openpkg-src/cfengine/cfengine.patch
1.76+4  -4  openpkg-src/cfengine/cfengine.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/cfengine/cfengine.patch
  
  $ cvs diff -u -r1.11 -r1.12 cfengine.patch
  --- openpkg-src/cfengine/cfengine.patch   10 Mar 2006 21:30:35 -  
1.11
  +++ openpkg-src/cfengine/cfengine.patch   29 Dec 2007 10:04:09 -  
1.12
  @@ -1,6 +1,6 @@
   Index: doc/Makefile.in
   doc/Makefile.in.orig 2006-03-02 14:37:47 +0100
  -+++ doc/Makefile.in  2006-03-10 22:24:00 +0100
  +--- doc/Makefile.in.orig 2007-12-01 13:42:20 +0100
   doc/Makefile.in  2007-12-29 10:59:09 +0100
   @@ -79,7 +79,7 @@
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
docDATA_INSTALL = $(INSTALL_DATA)
  @@ -10,7 +10,7 @@
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMDEP_FALSE = @AMDEP_FALSE@
  -@@ -662,7 +662,7 @@
  +@@ -698,7 +698,7 @@
uninstall: uninstall-am

install-am: all-am
  @@ -19,3 +19,17 @@

installcheck: installcheck-am
install-strip:
  +Index: src/cflex.l.in
  +--- src/cflex.l.in.orig  2007-08-11 21:18:27 +0200
   src/cflex.l.in   2007-12-29 11:00:33 +0100
  +@@ -43,10 +43,6 @@
  + 
  + @NOWRAP@
  + %s INCONTROL BRACELIST INASSIGN CFSERVD
  +-%o 3
  +-%a 16000
  +-%p 12000
  +-%n 2000
  + 
  + actiont   
copy:|resolve:|files:|tidy:|homeservers:|binservers:|mailserver:|disks:|mountables:|links:|shellcommands:|disable:|directories:|ignore:|interfaces:|defaultroute:|miscmounts:|unmount:|processes:|required:|broadcast:|alerts:|packages:|methods:|rename:|scli:
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/cfengine/cfengine.spec
  
  $ cvs diff -u -r1.75 -r1.76 cfengine.spec
  --- openpkg-src/cfengine/cfengine.spec27 Oct 2007 11:59:18 -  
1.75
  +++ openpkg-src/cfengine/cfengine.spec29 Dec 2007 10:04:10 -  
1.76
  @@ -32,14 +32,14 @@
   Class:BASE
   Group:System
   License:  GPL
  -Version:  2.2.2
  -Release:  20071027
  +Version:  2.2.3
  +Release:  20071229
   
   #   package options
   %option   with_fsl  yes
   
   #   list of sources
  -Source0:  ftp://ftp.iu.hio.no/pub/cfengine/cfengine-%{version}.tar.gz
  +Source0:  http://www.cfengine.org/downloads/cfengine-%{version}.tar.gz
   Source1:  rc.cfengine
   Source2:  fsl.cfengine
   Patch0:   cfengine.patch
  @@ -71,7 +71,7 @@
   %track
   prog cfengine = {
   version   = %{version}
  -url   = ftp://ftp.iu.hio.no/pub/cfengine/
  +url   = http://www.cfengine.org/downloads/
   regex = \bcfengine-(\d+.\d+\.\d+(p\d+)?)\.tar\.gz
   }
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-12-29 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:   29-Dec-2007 10:56:59
  Branch: HEAD Handle: 2007122909565900

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

  Log:
modifying package: perl-util-5.10.0 20071221 -> 20071229

  Summary:
RevisionChanges Path
1.377   +2  -2  openpkg-src/perl-util/perl-util.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-util/perl-util.spec
  
  $ cvs diff -u -r1.376 -r1.377 perl-util.spec
  --- openpkg-src/perl-util/perl-util.spec  21 Dec 2007 17:13:42 -  
1.376
  +++ openpkg-src/perl-util/perl-util.spec  29 Dec 2007 09:56:59 -  
1.377
  @@ -50,7 +50,7 @@
   %define   V_class_whitehole  0.04
   %define   V_class_singleton  1.4
   %define   V_data_locations   5.4
  -%define   V_data_swap0.05
  +%define   V_data_swap0.06
   %define   V_data_flow0.09
   %define   V_data_table   1.52
   %define   V_data_compare 0.17
  @@ -104,7 +104,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20071221
  +Release:  20071229
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-12-29 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:   29-Dec-2007 10:56:48
  Branch: HEAD Handle: 2007122909564800

  Modified files:
openpkg-src/imagemagick imagemagick.spec

  Log:
upgrading package: imagemagick 6.3.7.7 -> 6.3.7.8

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/imagemagick/imagemagick.spec
  
  $ cvs diff -u -r1.409 -r1.410 imagemagick.spec
  --- openpkg-src/imagemagick/imagemagick.spec  26 Dec 2007 17:45:13 -  
1.409
  +++ openpkg-src/imagemagick/imagemagick.spec  29 Dec 2007 09:56:48 -  
1.410
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major 6.3.7
  -%define   V_minor 7
  +%define   V_minor 8
   %define   V_dist  %{V_major}-%{V_minor}
   %define   V_opkg  %{V_major}.%{V_minor}
   
  @@ -39,7 +39,7 @@
   Group:Graphics
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20071226
  +Release:  20071229
   
   #   package options
   %option   with_perl   no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-12-29 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:   29-Dec-2007 10:53:22
  Branch: HEAD Handle: 2007122909532100

  Modified files:
openpkg-src/filefile.patch file.spec

  Log:
upgrading package: file 4.22 -> 4.23

  Summary:
RevisionChanges Path
1.9 +6  -6  openpkg-src/file/file.patch
1.73+2  -2  openpkg-src/file/file.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/file/file.patch
  
  $ cvs diff -u -r1.8 -r1.9 file.patch
  --- openpkg-src/file/file.patch   28 Dec 2007 09:31:54 -  1.8
  +++ openpkg-src/file/file.patch   29 Dec 2007 09:53:21 -  1.9
  @@ -1,6 +1,6 @@
   Index: src/apprentice.c
   src/apprentice.c.orig2007-12-27 21:16:32 +0100
  -+++ src/apprentice.c 2007-12-28 10:28:59 +0100
  +--- src/apprentice.c.orig2007-12-27 21:52:36 +0100
   src/apprentice.c 2007-12-29 10:49:54 +0100
   @@ -549,6 +549,7 @@
file_oomem(ms, maxmagic * sizeof(*marray));
return -1;
  @@ -11,7 +11,7 @@
/* print silly verbose header for USG compat. */
   Index: src/compress.c
   --- src/compress.c.orig  2007-12-02 18:32:23 +0100
  -+++ src/compress.c   2007-12-28 10:28:59 +0100
   src/compress.c   2007-12-29 10:49:54 +0100
   @@ -167,7 +167,7 @@
 * `safe' read for sockets and pipes.
 */
  @@ -41,7 +41,7 @@
strerror(errno));
   Index: src/file.h
   --- src/file.h.orig  2007-11-08 01:31:37 +0100
  -+++ src/file.h   2007-12-28 10:28:59 +0100
   src/file.h   2007-12-29 10:49:54 +0100
   @@ -333,7 +333,7 @@
protected void file_showstr(FILE *, const char *, size_t);
protected size_t file_mbswidth(const char *);
  @@ -53,7 +53,7 @@
#ifndef COMPILE_ONLY
   Index: src/magic.c
   --- src/magic.c.orig 2007-12-27 17:35:59 +0100
  -+++ src/magic.c  2007-12-28 10:28:59 +0100
   src/magic.c  2007-12-29 10:49:54 +0100
   @@ -322,7 +322,7 @@
if (ispipe) {
ssize_t r = 0;
  @@ -65,7 +65,7 @@
if (r < PIPE_BUF) break;
   Index: src/softmagic.c
   --- src/softmagic.c.orig 2007-12-27 17:35:59 +0100
  -+++ src/softmagic.c  2007-12-28 10:28:59 +0100
   src/softmagic.c  2007-12-29 10:49:54 +0100
   @@ -288,10 +288,9 @@
}

  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/file/file.spec
  
  $ cvs diff -u -r1.72 -r1.73 file.spec
  --- openpkg-src/file/file.spec28 Dec 2007 09:31:56 -  1.72
  +++ openpkg-src/file/file.spec29 Dec 2007 09:53:21 -  1.73
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define   V_api_c   4.22
  +%define   V_api_c   4.23
   %define   V_api_pl  0.85
   
   #   package information
  @@ -37,7 +37,7 @@
   Group:Filesystem
   License:  BSD
   Version:  %{V_api_c}
  -Release:  20071228
  +Release:  20071229
   
   #   package options
   %option   with_perl  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-12-29 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:   29-Dec-2007 10:52:27
  Branch: HEAD Handle: 2007122909522600

  Modified files:
openpkg-src/drupal  drupal.spec

  Log:
modifying package: drupal-5.5 20071228 -> 20071229

  Summary:
RevisionChanges Path
1.82+2  -2  openpkg-src/drupal/drupal.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/drupal/drupal.spec
  
  $ cvs diff -u -r1.81 -r1.82 drupal.spec
  --- openpkg-src/drupal/drupal.spec28 Dec 2007 09:30:15 -  1.81
  +++ openpkg-src/drupal/drupal.spec29 Dec 2007 09:52:26 -  1.82
  @@ -48,7 +48,7 @@
   %define   V_module_nodevote1.x
   %define   V_module_nodewords   1.5
   %define   V_module_notify  1.1
  -%define   V_module_og  4.3
  +%define   V_module_og  4.4
   %define   V_module_paypal_framework1.0
   %define   V_module_print   3.0
   %define   V_module_project 0.1
  @@ -135,7 +135,7 @@
   Group:CMS
   License:  GPL
   Version:  %{V_drupal}
  -Release:  20071228
  +Release:  20071229
   
   #   list of sources
   Source0:  http://ftp.drupal.org/files/projects/drupal-%{V_drupal}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-12-29 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:   29-Dec-2007 10:51:20
  Branch: HEAD Handle: 2007122909512000

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

  Log:
modifying package: perl-time-5.10.0 20071219 -> 20071229

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-time/perl-time.spec
  
  $ cvs diff -u -r1.182 -r1.183 perl-time.spec
  --- openpkg-src/perl-time/perl-time.spec  19 Dec 2007 13:51:07 -  
1.182
  +++ openpkg-src/perl-time/perl-time.spec  29 Dec 2007 09:51:20 -  
1.183
  @@ -35,7 +35,7 @@
   %define   V_time_tai64 2.11
   %define   V_datetime_locale0.35
   %define   V_datetime   0.41
  -%define   V_datetime_timezone  0.70
  +%define   V_datetime_timezone  0.71
   %define   V_datetime_businesshours 1.01a
   %define   V_time_piece 1.12
   %define   V_time_duration  1.06
  @@ -51,7 +51,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20071219
  +Release:  20071229
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Time/TimeDate-%{V_time_date}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-12-29 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:   29-Dec-2007 10:51:10
  Branch: HEAD Handle: 2007122909511000

  Modified files:
openpkg-src/perl-dnsperl-dns.spec

  Log:
modifying package: perl-dns-5.10.0 20071219 -> 20071229

  Summary:
RevisionChanges Path
1.43+2  -2  openpkg-src/perl-dns/perl-dns.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-dns/perl-dns.spec
  
  $ cvs diff -u -r1.42 -r1.43 perl-dns.spec
  --- openpkg-src/perl-dns/perl-dns.spec19 Dec 2007 13:50:50 -  
1.42
  +++ openpkg-src/perl-dns/perl-dns.spec29 Dec 2007 09:51:10 -  
1.43
  @@ -24,7 +24,7 @@
   
   #   versions of individual parts
   %define   V_perl  5.10.0
  -%define   V_net_dns   0.61
  +%define   V_net_dns   0.62
   %define   V_net_dns_async 1.06
   
   #   package information
  @@ -38,7 +38,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20071219
  +Release:  20071229
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Net/Net-DNS-%{V_net_dns}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-12-29 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:   29-Dec-2007 10:48:49
  Branch: HEAD Handle: 2007122909484800

  Modified files:
openpkg-src/mpg123  mpg123.spec

  Log:
upgrading package: mpg123 1.0.0 -> 1.0.1

  Summary:
RevisionChanges Path
1.58+2  -2  openpkg-src/mpg123/mpg123.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/mpg123/mpg123.spec
  
  $ cvs diff -u -r1.57 -r1.58 mpg123.spec
  --- openpkg-src/mpg123/mpg123.spec23 Dec 2007 21:24:40 -  1.57
  +++ openpkg-src/mpg123/mpg123.spec29 Dec 2007 09:48:48 -  1.58
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:Audio
   License:  GPL
  -Version:  1.0.0
  -Release:  20071223
  +Version:  1.0.1
  +Release:  20071229
   
   #   list of sources
   Source0:  http://www.mpg123.de/download/mpg123-%{version}.tar.bz2
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org