[gscan2pdf] files not committed

Bernard Johnson bjohnson at fedoraproject.org
Sun Aug 8 15:39:40 UTC 2010


commit 102f093768b8c87935124932ea9efc36013af93f
Author: Bernard Johnson <bjohnson at symetrix.com>
Date:   Sun Aug 8 09:39:14 2010 -0600

    files not committed

 gscan2pdf-gconftool-2.patch |   12 ++++++------
 gscan2pdf.spec              |   19 +++++++++----------
 2 files changed, 15 insertions(+), 16 deletions(-)
---
diff --git a/gscan2pdf-gconftool-2.patch b/gscan2pdf-gconftool-2.patch
index 5a8a6d4..c2fe884 100644
--- a/gscan2pdf-gconftool-2.patch
+++ b/gscan2pdf-gconftool-2.patch
@@ -1,12 +1,12 @@
-diff -Naur gscan2pdf-0.9.30-pristine/bin/gscan2pdf gscan2pdf-0.9.30/bin/gscan2pdf
---- gscan2pdf-0.9.30-pristine/bin/gscan2pdf	2010-02-01 12:29:44.000000000 -0700
-+++ gscan2pdf-0.9.30/bin/gscan2pdf	2010-05-09 10:01:19.745493135 -0600
-@@ -4121,7 +4121,7 @@
+diff -Naur gscan2pdf-0.9.31-pristine/bin/gscan2pdf gscan2pdf-0.9.31/bin/gscan2pdf
+--- gscan2pdf-0.9.31-pristine/bin/gscan2pdf	2010-07-12 07:37:05.000000000 -0600
++++ gscan2pdf-0.9.31/bin/gscan2pdf	2010-08-08 09:05:21.294732961 -0600
+@@ -4224,7 +4224,7 @@
      and $ENV{GNOME_DESKTOP_SESSION_ID} ne '' )
     {
      $client =
 -`gconftool --get /desktop/gnome/url-handlers/mailto/command | cut -d ' ' -f 1`;
 +`gconftool-2 --get /desktop/gnome/url-handlers/mailto/command | cut -d ' ' -f 1`;
     }
-    if ( $client =~ /thunderbird/ ) {
-     $status = system("thunderbird -compose attachment=file://$pdf");
+ 
+    my $mua_string;
diff --git a/gscan2pdf.spec b/gscan2pdf.spec
index 71b9cd1..5461581 100644
--- a/gscan2pdf.spec
+++ b/gscan2pdf.spec
@@ -1,16 +1,13 @@
 Name:           gscan2pdf
-Version:        0.9.30
-Release:        7%{?dist}
+Version:        0.9.31
+Release:        1%{?dist}
 Summary:        GUI for producing a multipage PDF from a scan
 
 Group:          Applications/Publishing
 License:        GPLv3
 URL:            http://gscan2pdf.sourceforge.net
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-# Temporary patch until next release when this will be resolved
-Patch0:         gscan2pdf-unknown-message.patch
-Patch1:         gscan2pdf-batch-image-wait.patch
-Patch2:         gscan2pdf-gconftool-2.patch
+Patch0:         gscan2pdf-gconftool-2.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -18,7 +15,7 @@ BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
 BuildRequires:  gettext, desktop-file-utils
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       djvulibre, sane-backends >= 1.0.17, sane-frontends
-Requires:       xdg-utils, unpaper, gocr, GConf2, libtiff
+Requires:       xdg-utils, unpaper, gocr, GConf2, libtiff-tools
 Requires:       perl(Gtk2::Ex::PodViewer), perl(PDF::API2), perl(forks)
 Requires:       perl(Set::IntSpan)
 
@@ -29,9 +26,7 @@ A GUI to ease the process of producing a multipage PDF from a scan.
 %prep
 %setup -q
 
-%patch0 -p1 -b .unknown-message-window
-%patch1 -p1 -b .batch-image-wait
-%patch2 -p1 -b .gconftool-2
+%patch0 -p1 -b .gconftool-2
 
 # fix file that is not UTF-8
 iconv --from=ISO-8859-1 --to=UTF-8 History > History.new
@@ -87,6 +82,10 @@ fi
 %{_mandir}/man1/*.1*
 
 %changelog
+* Sun Aug 08 2010 Bernard Johnson <bjohnson at symetrix.com> - 0.9.31-1
+- v 0.9.31-1 (bz #616378)
+- dependency should be for libtiff-tools, not libtiff
+
 * Tue Jun 01 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.9.30-7
 - Mass rebuild with perl-5.12.0
 


More information about the scm-commits mailing list