From cdf0761342c4db0a1fb77842cae7c74fc7d7dcafd03bdc9f0f6e2c8c47a689bd Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Tue, 10 Nov 2009 11:57:36 +0000 Subject: [PATCH] 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 --- alpine.changes | 5 +++++ alpine.spec | 2 +- make-use-of-strncat-safer.diff | 10 ++++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/alpine.changes b/alpine.changes index 92c5b6e..4462656 100644 --- a/alpine.changes +++ b/alpine.changes @@ -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 diff --git a/alpine.spec b/alpine.spec index ecb5bcb..59ebb45 100644 --- a/alpine.spec +++ b/alpine.spec @@ -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 diff --git a/make-use-of-strncat-safer.diff b/make-use-of-strncat-safer.diff index aba4ce5..56ffa8b 100644 --- a/make-use-of-strncat-safer.diff +++ b/make-use-of-strncat-safer.diff @@ -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 +#include - static char locale_charmap[50]; + unsigned single_width_chars_a_to_b(UCS *, int, int);