From a013fcef352fe66326bc27fd5cf5b2aff0b766c2 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Thu, 6 Sep 2012 18:08:22 +0900 Subject: [PATCH] Add a missing description of --encoding in manpage. (#854897) --- paps-854897-manpage.patch | 13 +++++++++++++ paps.spec | 7 ++++++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 paps-854897-manpage.patch diff --git a/paps-854897-manpage.patch b/paps-854897-manpage.patch new file mode 100644 index 0000000..c841f44 --- /dev/null +++ b/paps-854897-manpage.patch @@ -0,0 +1,13 @@ +diff -pruN paps-0.6.8.orig/src/paps.1 paps-0.6.8/src/paps.1 +--- paps-0.6.8.orig/src/paps.1 2007-01-19 20:05:27.000000000 +0900 ++++ paps-0.6.8/src/paps.1 2012-09-06 18:04:01.000000000 +0900 +@@ -64,6 +64,9 @@ Draw page header for each page. + .B \-\-markup + Interpret the text as pango markup. + .TP ++.B \-\-encoding=ENCODING ++Assume the documentation encoding is ENCODING. ++.TP + .B \-\-lpi + Set the lines per inch. This determines the line spacing. + .TP diff --git a/paps.spec b/paps.spec index f5b8c90..ad6f359 100644 --- a/paps.spec +++ b/paps.spec @@ -1,6 +1,6 @@ Name: paps Version: 0.6.8 -Release: 19%{?dist} +Release: 20%{?dist} License: LGPLv2+ URL: http://paps.sourceforge.net/ @@ -18,6 +18,7 @@ Patch2: paps-langinfo.patch Patch3: paps-0.6.6-lcnumeric.patch ## https://sourceforge.net/tracker/index.php?func=detail&aid=1832935&group_id=153049&atid=786241 Patch4: paps-exitcode.patch +Patch5: paps-854897-manpage.patch Patch50: paps-cups.patch Patch51: paps-cpilpi.patch Patch52: paps-dsc-compliant.patch @@ -55,6 +56,7 @@ applications using paps API. %patch2 -p1 -b .langinfo %patch3 -p1 -b .lcnumeric %patch4 -p1 -b .exitcode +%patch5 -p1 -b .manpage %patch50 -p1 -b .cups %patch51 -p1 -b .cpilpi %patch52 -p1 -b .dsc @@ -111,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libpaps.so %changelog +* Thu Sep 6 2012 Akira TAGOH - 0.6.8-20 +- Add a missing description of --encoding in manpage. (#854897) + * Fri Jul 20 2012 Fedora Release Engineering - 0.6.8-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild