diff --git a/gscan2pdf.spec b/gscan2pdf.spec index b953a3c..5c0c5d5 100644 --- a/gscan2pdf.spec +++ b/gscan2pdf.spec @@ -1,6 +1,6 @@ Name: gscan2pdf Version: 0.9.30 -Release: 4%{?dist} +Release: 5%{?dist} Summary: GUI for producing a multipage PDF from a scan Group: Applications/Publishing @@ -29,7 +29,7 @@ A GUI to ease the process of producing a multipage PDF from a scan. %setup -q %patch0 -p1 -b .unknown-message-window -%patch0 -p1 -b .batch-image-wait +%patch1 -p1 -b .batch-image-wait # fix file that is not UTF-8 iconv --from=ISO-8859-1 --to=UTF-8 History > History.new @@ -85,8 +85,11 @@ fi %{_mandir}/man1/*.1* %changelog +* Sun May 09 2010 Bernard Johnson - 0.9.30-5 +- fix copy/paste error in spec + * Sun May 09 2010 Bernard Johnson - 0.9.30-4 -- patch to wait for output images when batch scanning +- patch to wait for output images when batch scanning (bz #581136) * Wed Apr 07 2010 Bernard Johnson - 0.9.30-3 - patch for "Unknown message" window alerts while scanning (bz #571761)