SPECS: pdftohtml.spec - added -nobodycolors_opt.patch - it adds `-...
twittner
twittner at pld-linux.org
Thu Jul 7 20:34:55 CEST 2005
Author: twittner Date: Thu Jul 7 18:34:55 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added -nobodycolors_opt.patch - it adds `-nobodycolors' option to avoid
setting bgcolor="#A0A0A0" and (v)link in <BODY> - it happens when
pdftohtml is invoked with certain options, `-noframes' i.e.)
---- Files affected:
SPECS:
pdftohtml.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/pdftohtml.spec
diff -u SPECS/pdftohtml.spec:1.14 SPECS/pdftohtml.spec:1.15
--- SPECS/pdftohtml.spec:1.14 Mon Jan 10 10:30:21 2005
+++ SPECS/pdftohtml.spec Thu Jul 7 20:34:50 2005
@@ -1,4 +1,7 @@
# $Revision$, $Date$
+#
+# NOTE: -CAN-2004-1125.patch is not used - ask adamg why.
+#
Summary: PDF to HTML converter
Summary(pl): Konwerter plików PDF do HTML-a
Name: pdftohtml
@@ -10,6 +13,7 @@
# Source0-md5: 75ad095bb51e1f66c9f7691e6af12f44
Patch0: %{name}-FLAGS.patch
Patch1: %{name}-CAN-2004-1125.patch
+Patch2: %{name}-nobodycolors_opt.patch
URL: http://pdftohtml.sourceforge.net/
BuildRequires: libstdc++-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -23,6 +27,7 @@
%prep
%setup -q
%patch0 -p1
+%patch2 -p1
%build
%{__make} \
@@ -47,6 +52,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2005/07/07 18:34:50 twittner
+- added -nobodycolors_opt.patch - it adds `-nobodycolors' option to avoid
+ setting bgcolor="#A0A0A0" and (v)link in <BODY> - it happens when
+ pdftohtml is invoked with certain options, `-noframes' i.e.)
+
Revision 1.14 2005/01/10 09:30:21 adamg
- added fix for vulnerability described in CAN-2004-1125
- release 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/pdftohtml.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list