rpms/gscan2pdf/F-13 gscan2pdf-gconftool-2.patch, NONE, 1.1 gscan2pdf.spec, 1.38, 1.39

Bernard Johnson bjohnson at fedoraproject.org
Sun May 9 16:07:37 UTC 2010


Author: bjohnson

Update of /cvs/pkgs/rpms/gscan2pdf/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18466/F-13

Modified Files:
	gscan2pdf.spec 
Added Files:
	gscan2pdf-gconftool-2.patch 
Log Message:
- add dependency for GConf2, libtiff (bz #586350)
- add patch to find gconftool-2


gscan2pdf-gconftool-2.patch:
 gscan2pdf |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gscan2pdf-gconftool-2.patch ---
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 @@
     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");


Index: gscan2pdf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gscan2pdf/F-13/gscan2pdf.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- gscan2pdf.spec	9 May 2010 15:32:44 -0000	1.38
+++ gscan2pdf.spec	9 May 2010 16:07:37 -0000	1.39
@@ -1,6 +1,6 @@
 Name:           gscan2pdf
 Version:        0.9.30
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        GUI for producing a multipage PDF from a scan
 
 Group:          Applications/Publishing
@@ -10,6 +10,7 @@ Source0:        http://downloads.sourcef
 # 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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -17,7 +18,7 @@ BuildRequires:  perl(ExtUtils::MakeMaker
 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
+Requires:       xdg-utils, unpaper, gocr, GConf2, libtiff
 Requires:       perl(Gtk2::Ex::PodViewer), perl(PDF::API2), perl(forks)
 Requires:       perl(Set::IntSpan)
 
@@ -30,6 +31,7 @@ A GUI to ease the process of producing a
 
 %patch0 -p1 -b .unknown-message-window
 %patch1 -p1 -b .batch-image-wait
+%patch2 -p1 -b .gconftool-2
 
 # fix file that is not UTF-8
 iconv --from=ISO-8859-1 --to=UTF-8 History > History.new
@@ -85,6 +87,10 @@ fi
 %{_mandir}/man1/*.1*
 
 %changelog
+* Sun May 09 2010 Bernard Johnson <bjohnson at symetrix.com> - 0.9.30-6
+- add dependency for GConf2, libtiff (bz #586350)
+- add patch to find gconftool-2
+
 * Sun May 09 2010 Bernard Johnson <bjohnson at symetrix.com> - 0.9.30-5
 - fix copy/paste error in spec
 



More information about the scm-commits mailing list