rpms/pdfedit/devel pdfedit-fix-includes.patch, 1.1, 1.2 pdfedit.spec, 1.11, 1.12

Bernard Johnson bjohnson at fedoraproject.org
Wed Oct 1 01:04:39 UTC 2008


Author: bjohnson

Update of /cvs/pkgs/rpms/pdfedit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10859

Modified Files:
	pdfedit-fix-includes.patch pdfedit.spec 
Log Message:
- fix patch fuzz


pdfedit-fix-includes.patch:

Index: pdfedit-fix-includes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/pdfedit/devel/pdfedit-fix-includes.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pdfedit-fix-includes.patch	24 Feb 2008 17:14:26 -0000	1.1
+++ pdfedit-fix-includes.patch	1 Oct 2008 01:04:08 -0000	1.2
@@ -1,12 +1,11 @@
-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 @@
+--- pdfedit-0.4.1/src/utils/confparser.h.orig	2008-02-22 01:42:09.000000000 -0700
++++ pdfedit-0.4.1/src/utils/confparser.h	2008-09-30 18:24:10.000000000 -0600
+@@ -25,6 +25,8 @@
  #ifndef _CONFPARSER_H_
  #define _CONFPARSER_H_
  
 +#include <string.h>
 +
  #include<iostream>
+ #include<cstring>
  #include<string>
- #include<vector>


Index: pdfedit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pdfedit/devel/pdfedit.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pdfedit.spec	29 Jun 2008 22:17:26 -0000	1.11
+++ pdfedit.spec	1 Oct 2008 01:04:08 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           pdfedit
 Version:        0.4.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A complete pdf document editing solution
 
 Group:          Applications/Publishing
@@ -100,6 +100,9 @@
 %{_docdir}
 
 %changelog
+* Tue Sep 30 2008 Bernard Johnson <bjohnson at symetrix.com> - 0.4.1-2
+- fix patch fuzz
+
 * Sun Jun 29 2008 Bernard Johnson <bjohnson at symetrix.com> - 0.4.1-1
 - 0.4.1
 




More information about the scm-commits mailing list