Resolves: #465015. Cleared man patch to comply with fuzz=0

epel9
Roman Rakus 17 years ago
parent a24615b78f
commit b5848a1f24

@ -23,18 +23,6 @@ diff -Bburpd indent-2.2.9-orig/doc/indent.texinfo indent-2.2.9/doc/indent.texinf
@item -nbad @item -nbad
@itemx --no-blank-lines-after-declarations @itemx --no-blank-lines-after-declarations
Do not force 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. @@ -1979,6 +1989,7 @@ the corresponding short option.
\line{ --preprocessor-indentation \leaderfill -ppi@var{n}\ } \line{ --preprocessor-indentation \leaderfill -ppi@var{n}\ }
\line{ --preserve-mtime \leaderfill -pmt\ } \line{ --preserve-mtime \leaderfill -pmt\ }

@ -2,7 +2,7 @@
Summary: A GNU program for formatting C code Summary: A GNU program for formatting C code
Name: indent Name: indent
Version: 2.2.10 Version: 2.2.10
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv3+ License: GPLv3+
Group: Applications/Text Group: Applications/Text
URL: http://indent.isidore-it.eu/beautify.html URL: http://indent.isidore-it.eu/beautify.html
@ -70,6 +70,10 @@ fi
%changelog %changelog
* Thu Oct 2 2008 Roman Rakus <rrakus@redhat.com> - 2.2.10-2
- Cleared man patch to comply with fuzz=0
Resolves: #465015
* Wed Mar 12 2008 Petr Machata <pmachata@redhat.com> - 2.2.10-1 * Wed Mar 12 2008 Petr Machata <pmachata@redhat.com> - 2.2.10-1
- Rebase to 2.2.10 - Rebase to 2.2.10
- Dropped three patches - Dropped three patches

Loading…
Cancel
Save