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);