Accepting request 24003 from server:mail

Copy from server:mail/alpine based on submit request 24003 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/24003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alpine?expand=0&rev=14
This commit is contained in:
OBS User autobuild 2009-11-10 11:57:36 +00:00 committed by Git OBS Bridge
parent 2d92f3a140
commit cdf0761342
3 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 3 19:09:05 UTC 2009 - coolo@novell.com
- updated patches to apply with fuzz=0
-------------------------------------------------------------------
Wed Jul 29 17:05:08 CEST 2009 - max@suse.de

View File

@ -50,7 +50,7 @@ Conflicts: pine4
%endif
#
Version: 2.00
Release: 6
Release: 7
License: Apache Software License ..
Group: Productivity/Networking/Email/Clients
AutoReqProv: on

View File

@ -1,10 +1,12 @@
--- alpine-0.999/pith/charconv/utf8.c 2007/08/09 00:02:06 1.1
+++ alpine-0.999/pith/charconv/utf8.c 2007/08/09 00:03:08
@@ -37,6 +37,7 @@
Index: alpine-2.00/pith/charconv/utf8.c
===================================================================
--- alpine-2.00.orig/pith/charconv/utf8.c
+++ alpine-2.00/pith/charconv/utf8.c
@@ -38,6 +38,7 @@ static char rcsid[] = "$Id: utf8.c 1019
#include "utf8.h"
#include <stdarg.h>
+#include <wchar.h>
static char locale_charmap[50];
unsigned single_width_chars_a_to_b(UCS *, int, int);