[docbook-utils] fix autogenerated manpage header format(#639347)

Ondrej Vasik ovasik at fedoraproject.org
Mon Oct 4 08:38:27 UTC 2010


commit b3577a1daf9c5c5fd48aed1548cb65c6533260c1
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Mon Oct 4 10:38:50 2010 +0200

    fix autogenerated manpage header format(#639347)

 docbook-utils.spec  |    5 ++++-
 docbook2man-spec.pl |    4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/docbook-utils.spec b/docbook-utils.spec
index 3cb03bb..049c1a6 100644
--- a/docbook-utils.spec
+++ b/docbook-utils.spec
@@ -1,6 +1,6 @@
 Name: docbook-utils
 Version: 0.6.14
-Release: 25%{?dist}
+Release: 26%{?dist}
 Group: Applications/Text
 
 Summary: Shell scripts for managing DocBook documents
@@ -138,6 +138,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/*/docbook2ps.*
 
 %changelog
+* Mon Oct 04 2010 Ondrej Vasik <ovasik at redhat.com> 0.6.14-26
+- fix autogenerated manpage header format(#639347)
+
 * Tue Sep 28 2010 Ondrej Vasik <ovasik at redhat.com> 0.6.14-25
 - make [[:space:]] class syntax compatible with new grep(#637594)
 
diff --git a/docbook2man-spec.pl b/docbook2man-spec.pl
index 3fe1bd5..6717a06 100644
--- a/docbook2man-spec.pl
+++ b/docbook2man-spec.pl
@@ -33,7 +33,7 @@ Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
 =cut
 
-# $Id$
+# $Id: docbook2man-spec.pl,v 1.11 2010/10/04 10:23:31 ovasik Exp $
 
 use SGMLS;			# Use the SGMLS package.
 use SGMLS::Output;		# Use stack-based output.
@@ -324,7 +324,7 @@ sgml('</REFMETA>', sub {
 	push_output('file', $filename);
 
 	output <<'_END_BANNER';
-.\\" auto-generated by docbook2man-spec $Revision$
+.\" auto-generated by docbook2man-spec from docbook-utils package
 _END_BANNER
 
 	my $manpage_date = $_[0]->parent->ext->{'date'} || $default_date;


More information about the scm-commits mailing list