From deeed8a23408a3727755c56286d617d344b656d3 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Jul 08 2013 13:45:10 +0000 Subject: describe missing flag "-b" in scanimage man page --- diff --git a/sane-backends-1.0.23-scanimage-man.patch b/sane-backends-1.0.23-scanimage-man.patch new file mode 100644 index 0000000..a2d0152 --- /dev/null +++ b/sane-backends-1.0.23-scanimage-man.patch @@ -0,0 +1,34 @@ +From bf4f0506c4cc74865939299a2c923bab61a203c3 Mon Sep 17 00:00:00 2001 +From: Nils Philippsen +Date: Mon, 8 Jul 2013 15:35:03 +0200 +Subject: [PATCH] patch: scanimage-man + +Squashed commit of the following: + +commit 3ad5fe77d5643b055448556b353fc7311b88669e +Author: Nils Philippsen +Date: Mon Jul 8 14:21:52 2013 +0200 + + mention missing "-b" short option for "--batch" + + (cherry picked from commit 4fc171100db7c8258448cf9aaa11b6308e233b58) +--- + doc/scanimage.man | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/doc/scanimage.man b/doc/scanimage.man +index 0012f6e..79a1251 100644 +--- a/doc/scanimage.man ++++ b/doc/scanimage.man +@@ -13,7 +13,7 @@ scanimage \- scan an image + .RB [ \-L | \-\-list\-devices ] + .RB [ \-f | \-\-formatted\-device\-list + .IR format ] +-.RB [ \-\-batch ++.RB [ \-b | \-\-batch + .RI [= format ]] + .RB [ \-\-batch\-start + .IR start ] +-- +1.8.3.1 + diff --git a/sane-backends.spec b/sane-backends.spec index 714676f..7dbfe35 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -54,6 +54,9 @@ Patch4: sane-backends-1.0.23-sane-config-multilib.patch Patch5: sane-backends-1.0.23-umax-init-error.patch # Submitted upstream: coolscan2/3: support multi-scan option of some devices Patch6: sane-backends-1.0.23-coolscan-multiscan.patch +# Describe missing flag "-b" in scanimage man page. +# Upstream commit: 4fc171100db7c8258448cf9aaa11b6308e233b58 +Patch7: sane-backends-1.0.23-scanimage-man.patch URL: http://www.sane-project.org @@ -162,6 +165,7 @@ This package contains backend drivers to access digital cameras through SANE. %patch4 -p1 -b .sane-config-multilib %patch5 -p1 -b .umax-init-error %patch6 -p1 -b .coolscan-multiscan +%patch7 -p1 -b .scanimage-man %build CFLAGS="%optflags -fno-strict-aliasing" @@ -269,6 +273,9 @@ popd %{_libdir}/sane/*gphoto2.so* %changelog +* Mon Jul 08 2013 Nils Philippsen +- describe missing flag "-b" in scanimage man page + * Tue Jun 25 2013 Nils Philippsen - 1.0.23-11 - move documentation into separate doc subpackage (#977653) - remove ancient, unneeded obsoletes and conflicts