rpms/pdfedit/devel pdfedit-fix-includes.patch, NONE, 1.1 pdfedit.spec, 1.7, 1.8

Bernard Johnson (bjohnson) fedora-extras-commits at redhat.com
Sun Feb 24 17:14:59 UTC 2008


Author: bjohnson

Update of /cvs/pkgs/rpms/pdfedit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14613/devel

Modified Files:
	pdfedit.spec 
Added Files:
	pdfedit-fix-includes.patch 
Log Message:
- fix includes caught in new gcc-4.3 rebuild


pdfedit-fix-includes.patch:

--- NEW FILE pdfedit-fix-includes.patch ---
diff -Naur pdfedit-0.3.2-pristine/src/utils/confparser.h pdfedit-0.3.2/src/utils/confparser.h
--- pdfedit-0.3.2-pristine/src/utils/confparser.h	2007-04-25 12:24:35.000000000 -0600
+++ pdfedit-0.3.2/src/utils/confparser.h	2008-02-24 09:47:51.000000000 -0700
@@ -66,6 +66,8 @@
 #ifndef _CONFPARSER_H_
 #define _CONFPARSER_H_
 
+#include <string.h>
+
 #include<iostream>
 #include<string>
 #include<vector>


Index: pdfedit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pdfedit/devel/pdfedit.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pdfedit.spec	18 Feb 2008 21:20:32 -0000	1.7
+++ pdfedit.spec	24 Feb 2008 17:14:26 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           pdfedit
 Version:        0.3.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A complete pdf document editing solution
 
 Group:          Applications/Publishing
@@ -9,6 +9,7 @@
 Source0:        http://downloads.sourceforge.net/pdfedit/%{name}-%{version}.tar.bz2
 Source1:        pdfedit.desktop
 Patch0:         pdfedit-destdir.patch
+Patch1:         pdfedit-fix-includes.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  boost-devel, lesstif-devel, libpaper-devel
@@ -26,6 +27,7 @@
 %setup -q
 
 %patch0 -p1 -b .destdir
+%patch1 -p1 -b .fix-includes
 
 %build
 export QMAKESPEC=linux-g++
@@ -99,6 +101,9 @@
 %doc doc/user/gui/menuAndToolbarsFun/images doc/user/examples
 
 %changelog
+* Sun Feb 24 2008 Bernard Johnson <bjohnson at symetrix.com> - 0.3.2-4
+- fix includes caught in new gcc-4.3 rebuild
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.3.2-3
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list