rpms/indent/devel indent-2.2.9-man.patch, NONE, 1.1 indent.spec, 1.23, 1.24

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Jul 16 12:04:13 UTC 2006


Author: pmachata

Update of /cvs/dist/rpms/indent/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv7168

Modified Files:
	indent.spec 
Added Files:
	indent-2.2.9-man.patch 
Log Message:
- Add some missing options to manpage/infopage (#199037)


indent-2.2.9-man.patch:
 all_opts       |only
 indent.texinfo |   16 +++++++++++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

--- NEW FILE indent-2.2.9-man.patch ---
Only in indent-2.2.9/doc: all_opts
diff -Bburpd indent-2.2.9-orig/doc/indent.texinfo indent-2.2.9/doc/indent.texinfo
--- indent-2.2.9-orig/doc/indent.texinfo	2006-07-16 07:25:25.000000000 -0400
+++ indent-2.2.9/doc/indent.texinfo	2006-07-16 07:57:33.000000000 -0400
@@ -754,7 +754,7 @@ if (x > 0)
 
 @kindex -ce
 @kindex --cuddle-else
- at kindex -dce
+ at kindex -nce
 @kindex --dont-cuddle-else
 If you are using the @option{-br} option, you probably want to also use
 the @option{-ce} option.  This causes the @code{else} in an if-then-else
@@ -1666,6 +1666,11 @@ Line up continued lines at parentheses.@
 Leave space between @samp{#} and preprocessor directive.@*
 @xref{Indentation}.
 
+ at item -nlps
+ at itemx --remove-preprocessor-space
+Remove space between @samp{#} and preprocessor directive.@*
+ at xref{Indentation}.
+
 @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}.
 
+ at item -ppi at var{n}
+ at itemx --preprocessor-indentation at var{n}
+Request indentation of preprocessor conditional statements.@*
+ at xref{Indentation}.
+
 @item -prs
 @itemx --space-after-parentheses
 Put a space after every '(' and before every ')'.@*
@@ -1979,8 +1989,10 @@ the corresponding short option.
 \line{ --original \leaderfill                      -orig}
 \line{ --parameter-indentation \leaderfill         -ip at var{n}\ } 
 \line{ --paren-indentation \leaderfill             -pi at var{n}\ }
+\line{ --preprocessor-indentation at var{n} \leaderfill     -ppi at var{n}\ }
 \line{ --preserve-mtime \leaderfill                -pmt\ }
 \line{ --procnames-start-lines \leaderfill         -psl\ }  
+\line{ --remove-preprocessor-space \leaderfill     -nlps\ }
 \line{ --space-after-cast \leaderfill              -cs\ \ } 
 \line{ --space-after-for \leaderfill               -saf\ }
 \line{ --space-after-if \leaderfill                -sai\ }
@@ -2063,8 +2075,10 @@ the corresponding short option.
 --original                                      -orig
 --parameter-indentation                         -ip at var{n}      
 --paren-indentation                             -pi at var{n}
+--preprocessor-indentation at var{n}               -ppi at var{n}
 --preserve-mtime				-pmt
 --procnames-start-lines                         -psl            
+--remove-preprocessor-space                     -nlps
 --space-after-cast                              -cs             
 --space-after-for				-saf
 --space-after-if				-sai


Index: indent.spec
===================================================================
RCS file: /cvs/dist/rpms/indent/devel/indent.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- indent.spec	12 Jul 2006 06:24:26 -0000	1.23
+++ indent.spec	16 Jul 2006 12:04:09 -0000	1.24
@@ -1,7 +1,7 @@
 Summary: A GNU program for formatting C code.
 Name: indent
 Version: 2.2.9
-Release: 12.3.1
+Release: 13
 License: GPL
 Group: Applications/Text
 URL: http://www.gnu.org/software/indent/
@@ -12,6 +12,7 @@
 Patch4: indent-2.2.9-cdw.patch
 Patch5: indent-2.2.9-lcall.patch
 Patch6: indent-2.2.9-zh_TW.patch
+Patch7: indent-2.2.9-man.patch
 Prereq: /sbin/install-info
 BuildRequires: gettext
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -33,6 +34,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 
@@ -71,6 +73,9 @@
 
 
 %changelog
+* Sun Jul 16 2006 Petr Machata <pmachata at redhat.com> - 2.2.9-13
+- Add some missing options to manpage/infopage (#199037)
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 2.2.9-12.3.1
 - rebuild
 




More information about the fedora-cvs-commits mailing list