[xferstats] Add missing option to manpage

jsynacek jsynacek at fedoraproject.org
Thu Apr 4 08:51:08 UTC 2013


commit ba911e65e728b3cdce39cb7c91d34f22224c8e0f
Author: Jan Synacek <jsynacek at redhat.com>
Date:   Thu Apr 4 10:50:35 2013 +0200

    Add missing option to manpage

 xferstats-2.16-man.patch |   12 ++++++++++++
 xferstats.spec           |    7 ++++++-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/xferstats-2.16-man.patch b/xferstats-2.16-man.patch
new file mode 100644
index 0000000..9f7bd59
--- /dev/null
+++ b/xferstats-2.16-man.patch
@@ -0,0 +1,12 @@
+--- xferstats-2.16/xferstats.8	2013-04-04 10:47:07.647973912 +0200
++++ xferstats-2.16/xferstats.8.new	2013-04-04 10:46:28.000000000 +0200
+@@ -145,6 +145,9 @@
+ When enabled, xferstats will generate a report listing traffic by month
+ (January, February, etc.)
+ .TP
++.B S
++When enabled, xferstats will generate a report listing traffic by file size
++.TP
+ .B w
+ When enabled, xferstats will generate a report listing traffic by day of the
+ week (Monday, Tuesday, etc.)
diff --git a/xferstats.spec b/xferstats.spec
index 766cb42..3533d17 100644
--- a/xferstats.spec
+++ b/xferstats.spec
@@ -1,13 +1,14 @@
 Summary: Compiles information about file transfers from logfiles
 Name: xferstats
 Version: 2.16
-Release: 25%{?dist}
+Release: 26%{?dist}
 URL: http://xferstats.off.net/
 Source0: ftp://xferstats.off.net/%{name}-%{version}.tar.gz
 Patch0: xferstats.patch
 Patch1: xferstats-2.16-config-loc.patch
 Patch2: xferstats-2.16-display.patch
 Patch3: xferstats-glib2.patch
+Patch4: xferstats-2.16-man.patch
 License: GPLv2+
 Group: Applications/System
 
@@ -23,6 +24,7 @@ xferstats compiles information about file transfers from logfiles.
 %patch1 -p1 -b .config
 %patch2 -p1 -b .display
 %patch3 -p1 -b .glib2
+%patch4 -p1 -b .man
 
 %build
 sed -e "s,PKG_PROG_PKG_CONFIG.*,PKG_CONFIG=%{_bindir}/pkg-config," %{_datadir}/aclocal/glib-2.0.m4 >aclocal.m4
@@ -45,6 +47,9 @@ cp -a graphs %{buildroot}%{_datadir}/xferstats/
 %{_datadir}/xferstats
 
 %changelog
+* Thu Apr 04 2013 Jan Synáček <jsynacek at redhat.com> - 2.16-26
+- Add missing option to manpage
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.16-25
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list