OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Dec-2007 16:44:38
Branch: HEAD Handle: 2007121215443800
Modified files:
openpkg-src/dbmail dbmail.patch dbmail.spec
Log:
upgrading package: dbmail 2.2.7 -> 2.2.8
Summary:
Revision Changes Path
1.9 +0 -12 openpkg-src/dbmail/dbmail.patch
1.34 +2 -2 openpkg-src/dbmail/dbmail.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dbmail/dbmail.patch
============================================================================
$ cvs diff -u -r1.8 -r1.9 dbmail.patch
--- openpkg-src/dbmail/dbmail.patch 27 Oct 2007 18:09:27 -0000 1.8
+++ openpkg-src/dbmail/dbmail.patch 12 Dec 2007 15:44:38 -0000 1.9
@@ -54,18 +54,6 @@
value->type = IST_IDATE;
(*idx)++;
g_snprintf(value->search, MAX_SEARCH_LEN, "internal_date >
'%s'", date_imap2sql(search_keys[*idx]));
-Index: debug.c
---- debug.c.orig 2007-10-20 13:21:16 +0200
-+++ debug.c 2007-10-20 17:07:11 +0200
-@@ -23,7 +23,7 @@
- * Debugging and memory checking functions */
-
- #include "dbmail.h"
--#if defined(BSD4_4)
-+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(BSD4_4)
- extern char *__progname; /* Program name, from crt0. */
- #else
- char *__progname = NULL;
Index: misc.c
--- misc.c.orig 2007-10-20 13:21:16 +0200
+++ misc.c 2007-10-20 17:07:11 +0200
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/dbmail/dbmail.spec
============================================================================
$ cvs diff -u -r1.33 -r1.34 dbmail.spec
--- openpkg-src/dbmail/dbmail.spec 27 Oct 2007 11:59:20 -0000 1.33
+++ openpkg-src/dbmail/dbmail.spec 12 Dec 2007 15:44:38 -0000 1.34
@@ -24,7 +24,7 @@
# package component versions
%define V_major 2.2
-%define V_minor 7
+%define V_minor 8
# package information
Name: dbmail
@@ -37,7 +37,7 @@
Group: Mail
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20071027
+Release: 20071212
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]