rpms/xpdf/F-8 xpdf-3.01-redhat-new.patch,1.1,1.2 xpdf.spec,1.7,1.8

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Jun 19 13:12:19 UTC 2008


Author: spot

Update of /cvs/extras/rpms/xpdf/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17219/F-8

Modified Files:
	xpdf-3.01-redhat-new.patch xpdf.spec 
Log Message:
 add missing Requires: xorg-x11-fonts-ISO8859-1-75dpi

xpdf-3.01-redhat-new.patch:

Index: xpdf-3.01-redhat-new.patch
===================================================================
RCS file: /cvs/extras/rpms/xpdf/F-8/xpdf-3.01-redhat-new.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xpdf-3.01-redhat-new.patch	27 Sep 2006 17:12:58 -0000	1.1
+++ xpdf-3.01-redhat-new.patch	19 Jun 2008 13:10:56 -0000	1.2
@@ -100,7 +100,7 @@
  # Set the command used to run a web browser when a URL hyperlink is
  # clicked.
  
-+urlCommand "htmlview '%s'"
++urlCommand "xdg-open '%s'"
  #urlCommand	"netscape -remote 'openURL(%s)'"
 +
 +# CJK


Index: xpdf.spec
===================================================================
RCS file: /cvs/extras/rpms/xpdf/F-8/xpdf.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xpdf.spec	9 Nov 2007 15:17:46 -0000	1.7
+++ xpdf.spec	19 Jun 2008 13:10:56 -0000	1.8
@@ -1,7 +1,7 @@
 Summary: A PDF file viewer for the X Window System
 Name: xpdf
 Version: 3.02
-Release: 4%{?dist}
+Release: 7%{?dist}
 License: GPLv2
 Epoch: 1
 Url: http://www.foolabs.com/xpdf/
@@ -52,8 +52,9 @@
 Patch101: ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl2.patch
 
 Requires: urw-fonts
-Requires: htmlview
+Requires: xdg-utils
 Requires: poppler-utils
+Requires: xorg-x11-fonts-ISO8859-1-75dpi
 
 BuildRequires: lesstif-devel
 BuildRequires: freetype-devel >= 2.1.7
@@ -245,6 +246,15 @@
 %{_datadir}/xpdf/latin2
 
 %changelog
+* Thu Jun 19 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1:3.02-7
+- add missing Requires: xorg-x11-fonts-ISO8859-1-75dpi
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1:3.02-6
+- Autorebuild for GCC 4.3
+
+* Wed Jan  2 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1:3.02-5
+- use xdg-utils instead of htmlview (bz 313311)
+
 * Fri Nov  9 2007 Tom "spot" Callaway <tcallawa at redhat.com> 1:3.02-4
 - resolve 372461, 372471, 372481
 




More information about the fedora-extras-commits mailing list