diff --git a/man-db-2.4.3-firefox.dif b/man-db-2.4.3-firefox.dif index 539e12c..dc4cf0e 100644 --- a/man-db-2.4.3-firefox.dif +++ b/man-db-2.4.3-firefox.dif @@ -1,8 +1,6 @@ -Index: src/man.c -=================================================================== ---- src/man.c.orig -+++ src/man.c -@@ -2031,21 +2031,23 @@ static void format_display (pipeline *de +--- src/man.c ++++ src/man.c 2007-07-18 14:45:24.091833039 +0200 +@@ -2280,21 +2280,23 @@ static void format_display (pipeline *fo if (!status) break; } @@ -29,4 +27,4 @@ Index: src/man.c + html_pager); } else #endif /* TROFF_IS_GROFF */ - /* TODO: check format_cmd status too? */ + if (format_cmd) { diff --git a/man-db-2.4.3-section.dif b/man-db-2.4.3-section.dif index b05e5d3..fc4cb3f 100644 --- a/man-db-2.4.3-section.dif +++ b/man-db-2.4.3-section.dif @@ -1,8 +1,6 @@ -Index: src/man.c -=================================================================== ---- src/man.c.orig -+++ src/man.c -@@ -1142,7 +1142,7 @@ static inline const char *is_section (co +--- src/man.c ++++ src/man.c 2006-06-13 16:01:19.000000000 +0200 +@@ -1312,7 +1312,7 @@ { const char **vs; @@ -10,8 +8,8 @@ Index: src/man.c + for (vs = section_list; vs && *vs; vs++) { if (STREQ (*vs, name)) return name; - /* allow e.g. 3perl but disallow 8139too and libfoo */ -@@ -2565,7 +2565,8 @@ static int compare_candidates (const str + if (strlen (*vs) == 1 && STRNEQ (*vs, name, 1)) +@@ -2714,7 +2714,8 @@ * section_list. */ const char **sp; @@ -21,7 +19,7 @@ Index: src/man.c if (!*(*sp + 1)) { /* No extension */ if (!sec_left && **sp == *(left->ext)) -@@ -3209,7 +3210,7 @@ static int man (const char *name, int *f +@@ -3397,7 +3398,7 @@ } else { const char **sp; diff --git a/man-db-2.5.2-fastpipe.dif b/man-db-2.5.2-fastpipe.dif index e68c53b..05ba8aa 100644 --- a/man-db-2.5.2-fastpipe.dif +++ b/man-db-2.5.2-fastpipe.dif @@ -1,10 +1,8 @@ -Index: lib/pipeline.c -=================================================================== ---- lib/pipeline.c.orig -+++ lib/pipeline.c -@@ -54,6 +54,20 @@ - # include "zio.h" - #endif /* HAVE_ZIO */ +--- lib/pipeline.c ++++ lib/pipeline.c 2008-11-21 11:53:20.554776039 +0100 +@@ -50,6 +50,20 @@ + #include "error.h" + #include "pipeline.h" +#ifdef __linux__ +# include diff --git a/man.changes b/man.changes index 964632e..54b81d6 100644 --- a/man.changes +++ b/man.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Tue Nov 3 19:09:30 UTC 2009 - coolo@novell.com - -- updated patches to apply with fuzz=0 - ------------------------------------------------------------------- Tue Sep 22 00:19:11 CEST 2009 - crrodriguez@suse.de