diff --git a/indent-2.2.9-man.patch b/indent-2.2.9-man.patch index 2fdab5d..3d825f5 100644 --- a/indent-2.2.9-man.patch +++ b/indent-2.2.9-man.patch @@ -23,18 +23,6 @@ diff -Bburpd indent-2.2.9-orig/doc/indent.texinfo indent-2.2.9/doc/indent.texinf @item -nbad @itemx --no-blank-lines-after-declarations Do not force blank lines after declarations.@* -@@ -1827,6 +1832,11 @@ statement is broken. - Preserve access and modification times on output files. - @xref{Miscellaneous options}. - -+@item -ppi@var{n} -+@itemx --preprocessor-indentation@var{n} -+Request indentation of preprocessor conditional statements.@* -+@xref{Indentation}. -+ - @item -prs - @itemx --space-after-parentheses - Put a space after every '(' and before every ')'.@* @@ -1979,6 +1989,7 @@ the corresponding short option. \line{ --preprocessor-indentation \leaderfill -ppi@var{n}\ } \line{ --preserve-mtime \leaderfill -pmt\ } diff --git a/indent.spec b/indent.spec index 03c0627..e4eb2da 100644 --- a/indent.spec +++ b/indent.spec @@ -2,7 +2,7 @@ Summary: A GNU program for formatting C code Name: indent Version: 2.2.10 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Group: Applications/Text URL: http://indent.isidore-it.eu/beautify.html @@ -70,6 +70,10 @@ fi %changelog +* Thu Oct 2 2008 Roman Rakus - 2.2.10-2 +- Cleared man patch to comply with fuzz=0 + Resolves: #465015 + * Wed Mar 12 2008 Petr Machata - 2.2.10-1 - Rebase to 2.2.10 - Dropped three patches