rpms/pdftohtml/devel pdftohtml-0.36-gcc41.patch, NONE, 1.1 pdftohtml.spec, 1.8, 1.9

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Wed Feb 22 08:18:18 UTC 2006


Author: abompard

Update of /cvs/extras/rpms/pdftohtml/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14529

Modified Files:
	pdftohtml.spec 
Added Files:
	pdftohtml-0.36-gcc41.patch 
Log Message:
add patch for gcc4.1

pdftohtml-0.36-gcc41.patch:

--- NEW FILE pdftohtml-0.36-gcc41.patch ---
--- ./src/HtmlLinks.h.gcc41	2006-02-22 09:15:14.000000000 +0100
+++ ./src/HtmlLinks.h	2006-02-22 09:15:59.000000000 +0100
@@ -19,7 +19,7 @@
   HtmlLink& operator=(const HtmlLink& x);
   HtmlLink(double xmin,double ymin,double xmax,double ymax,GString *_dest);
   ~HtmlLink();
-  GBool HtmlLink::isEqualDest(const HtmlLink& x) const;
+  GBool isEqualDest(const HtmlLink& x) const;
   GString *getDest(){return new GString(dest);}
   double getX1() const {return Xmin;}
   double getX2() const {return Xmax;}


Index: pdftohtml.spec
===================================================================
RCS file: /cvs/extras/rpms/pdftohtml/devel/pdftohtml.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pdftohtml.spec	21 Feb 2006 17:36:24 -0000	1.8
+++ pdftohtml.spec	22 Feb 2006 08:18:18 -0000	1.9
@@ -1,12 +1,13 @@
 Name:		pdftohtml
 Version:	0.36
-Release:	5%{?dist}
+Release:	6%{?dist}
 
 Summary:	PDF to HTML converter
-Url:		http://pdftohtml.sourceforge.net/
-Source0:	http://dl.sf.net/pdftohtml/pdftohtml-0.36.tar.gz
 License:	GPL
 Group:		Applications/Text
+Url:		http://pdftohtml.sourceforge.net/
+Source0:	http://dl.sf.net/pdftohtml/pdftohtml-0.36.tar.gz
+Patch0:     pdftohtml-0.36-gcc41.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -19,6 +20,7 @@
 
 %prep
 %setup -q
+%patch0 -p0 -s .gcc41
 
 %build
 make DEBUG="$RPM_OPT_FLAGS" prefix=%{_prefix}
@@ -37,6 +39,9 @@
 %{_bindir}/%{name}
 
 %changelog
+* Wed Feb 22 2006 Aurelien Bompard <gauret[AT]free.fr> 0.36-6
+- add patch for gcc 4.1
+
 * Tue Feb 21 2006 Aurelien Bompard <gauret[AT]free.fr> 0.36-5
 - rebuild for FC5
 




More information about the scm-commits mailing list