base-specs/gqview.spec
changeset 17176 b02f30b50465
parent 17170 0870c8cd0e93
child 17243 b1ca43f3139f
--- a/base-specs/gqview.spec	Mon Dec 14 02:19:50 2009 +0000
+++ b/base-specs/gqview.spec	Mon Dec 14 06:01:23 2009 +0000
@@ -24,10 +24,11 @@
 Patch2:       gqview-02-manpage.diff
 #owner:jouby date:2008-08-21 bugid:2063964 type:bug
 Patch3:	      gqview-03-remote.diff
-#owner:jouby date:2009-12-11  type:bug
+#owner:jouby date:2009-12-11  doo:12956 type:bug
 Patch4:       gqview-04-desktop.diff
+#owner:jouby date:2009-12-14  doo: 13308
+Patch5:       gqview-05-man.diff
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-
 URL: http://gqview.sourceforge.net
 
 Requires: gtk2 >= 2.4.0
@@ -44,6 +45,8 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+
 %build
 CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
 if test "x$CPUS" = "x" -o $CPUS = 0; then
@@ -76,6 +79,8 @@
 %{_mandir}/man?/*
 
 %changelog
+* Mon Dec 14 2009 - [email protected]
+-fixed doo 13308 :  'man qview' does not give me the explanation bout the option '-r
 * Fri Dec 11 2009 - [email protected]
 - fix bug 12956 GQview can not properly display images in Evolution
 * Sat Aug 15 2009 - [email protected]