[rhdb-utils/f20] man: regenerate manual page

Pavel Raiskup praiskup at fedoraproject.org
Tue Apr 8 07:45:43 UTC 2014


commit 7d65d49359806e7eb2bf0c03ef479bbeb8bdd8b4
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Tue Apr 8 09:38:30 2014 +0200

    man: regenerate manual page
    
    This is due to my mistake:  NAME section must contain "product"
    name; dash; short description.  This caused 'lexgrog' to fail.
    
    <Off-topic>
    Note that current HEAD is not build-able, we would need to merge
    changes from git://git.postgresql.org/git/pg_filedump.git but I am
    not sure what is correct.  Some reference:
    1370840444.7746.22.camel at jdavis
    </Off-topic>
    
    Resolves: #948934 (private)
    Version: 9.2.0-5

 genMan/pg_filedump.h2m |    2 +-
 pg_filedump.1          |    6 +++---
 rhdb-utils.spec        |    5 ++++-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/genMan/pg_filedump.h2m b/genMan/pg_filedump.h2m
index bafaa4b..33340ec 100644
--- a/genMan/pg_filedump.h2m
+++ b/genMan/pg_filedump.h2m
@@ -1,5 +1,5 @@
 [NAME]
-manual page for pg_filedump
+pg_filedump \- PostgreSQL heap/index/control file dumper
 
 [DESCRIPTION]
 Display formatted contents of a PostgreSQL heap/index/control file.
diff --git a/pg_filedump.1 b/pg_filedump.1
index 21585d8..93a58d4 100644
--- a/pg_filedump.1
+++ b/pg_filedump.1
@@ -1,7 +1,7 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.41.1.
-.TH PG_FILEDUMP "1" "June 2013" "pg_filedump 9.2.0" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.44.1.
+.TH PG_FILEDUMP "1" "April 2014" "pg_filedump 9.3.0" "User Commands"
 .SH NAME
-manual page for pg_filedump
+pg_filedump \- PostgreSQL heap/index/control file dumper
 .SH SYNOPSIS
 .B pg_filedump
 [\fI-abcdfhixy\fR] [\fI-R startblock \fR[\fIendblock\fR]] [\fI-S blocksize\fR] \fIfile\fR
diff --git a/rhdb-utils.spec b/rhdb-utils.spec
index 7074412..bd98e89 100644
--- a/rhdb-utils.spec
+++ b/rhdb-utils.spec
@@ -6,7 +6,7 @@
 Summary: Miscellaneous utilities for PostgreSQL - Red Hat Edition
 Name: rhdb-utils
 Version: 9.2.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 URL: http://pgfoundry.org/projects/pgfiledump/
 License: GPLv2+
 Group: Applications/Databases
@@ -44,6 +44,9 @@ install -p -m 0644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_mandir}/man1
 %{_mandir}/man1/pg_filedump.1*
 
 %changelog
+* Tue Apr 08 2014 Pavel Raiskup <praiskup at redhat.com> - 9.2.0-5
+- fix manual page to not cause fail of lexgrog (private #948934)
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 9.2.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list