rpms/exiv2/devel exiv2-0.16-gcc43.patch, NONE, 1.1 exiv2.spec, 1.19, 1.20

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Feb 11 14:19:53 UTC 2008


Author: rdieter

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

Modified Files:
	exiv2.spec 
Added Files:
	exiv2-0.16-gcc43.patch 
Log Message:
* Mon Feb 11 2008 Rex Dieter <rdieter at fedoraproject.org> 0.16-2
- respin (gcc43)
- gcc43 patch


exiv2-0.16-gcc43.patch:

--- NEW FILE exiv2-0.16-gcc43.patch ---
diff -up exiv2-0.16/xmpsdk/src/XMPCore_Impl.hpp.gcc43 exiv2-0.16/xmpsdk/src/XMPCore_Impl.hpp
--- exiv2-0.16/xmpsdk/src/XMPCore_Impl.hpp.gcc43	2007-12-08 10:52:25.000000000 -0600
+++ exiv2-0.16/xmpsdk/src/XMPCore_Impl.hpp	2008-02-11 08:12:25.000000000 -0600
@@ -20,6 +20,7 @@
 #include "client-glue/WXMPMeta.hpp"
 
 #include <vector>
+#include <cstring>
 #include <string>
 #include <map>
 
diff -up exiv2-0.16/xmpsdk/src/XMPMeta-Serialize.cpp.gcc43 exiv2-0.16/xmpsdk/src/XMPMeta-Serialize.cpp
--- exiv2-0.16/xmpsdk/src/XMPMeta-Serialize.cpp.gcc43	2007-10-05 23:46:22.000000000 -0500
+++ exiv2-0.16/xmpsdk/src/XMPMeta-Serialize.cpp	2008-02-11 07:45:25.000000000 -0600
@@ -22,8 +22,11 @@
 	#include <iostream>
 #endif
 
+#include <string.h>
+
 using namespace std;
 
+
 #if XMP_WinBuild
 	#pragma warning ( disable : 4533 )	// initialization of '...' is skipped by 'goto ...'
 	#pragma warning ( disable : 4702 )	// unreachable code
diff -up exiv2-0.16/xmpsdk/src/XMPMeta.cpp.gcc43 exiv2-0.16/xmpsdk/src/XMPMeta.cpp
--- exiv2-0.16/xmpsdk/src/XMPMeta.cpp.gcc43	2007-10-06 03:11:52.000000000 -0500
+++ exiv2-0.16/xmpsdk/src/XMPMeta.cpp	2008-02-11 07:43:12.000000000 -0600
@@ -24,6 +24,8 @@
 	#include <iostream>
 #endif
 
+#include <string.h>
+
 using namespace std;
 
 #if XMP_WinBuild
diff -up exiv2-0.16/xmpsdk/src/XMPMeta-GetSet.cpp.gcc43 exiv2-0.16/xmpsdk/src/XMPMeta-GetSet.cpp
--- exiv2-0.16/xmpsdk/src/XMPMeta-GetSet.cpp.gcc43	2007-10-01 12:59:06.000000000 -0500
+++ exiv2-0.16/xmpsdk/src/XMPMeta-GetSet.cpp	2008-02-11 07:48:01.000000000 -0600
@@ -25,6 +25,8 @@
 	#include <iostream>
 #endif
 
+#include <string.h>
+
 using namespace std;
 
 #if XMP_WinBuild
diff -up exiv2-0.16/xmpsdk/src/XMPMeta-Parse.cpp.gcc43 exiv2-0.16/xmpsdk/src/XMPMeta-Parse.cpp
--- exiv2-0.16/xmpsdk/src/XMPMeta-Parse.cpp.gcc43	2008-02-11 07:46:47.000000000 -0600
+++ exiv2-0.16/xmpsdk/src/XMPMeta-Parse.cpp	2008-02-11 07:47:00.000000000 -0600
@@ -23,6 +23,8 @@
 	#include <iostream>
 #endif
 
+#include <string.h>
+
 using namespace std;
 
 #if XMP_WinBuild


Index: exiv2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/exiv2/devel/exiv2.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- exiv2.spec	11 Feb 2008 13:18:18 -0000	1.19
+++ exiv2.spec	11 Feb 2008 14:19:11 -0000	1.20
@@ -23,6 +23,7 @@
 #BuildRequires: doxygen graphviz libxslt
 
 Patch1: exiv2-0.9.1-deps.patch
+Patch2: exiv2-0.16-gcc43.patch
 
 %if 0%{?libs}
 Requires: %{name}-libs = %{version}-%{release}
@@ -72,6 +73,7 @@
 %setup -q -n %{name}-%{version}%{?pre:-%{pre}}
 
 %patch1 -p1 -b .deps
+%patch2 -p1 -b .gcc43
 
 mkdir doc/html
 
@@ -134,6 +136,7 @@
 %changelog
 * Mon Feb 11 2008 Rex Dieter <rdieter at fedoraproject.org> 0.16-2
 - respin (gcc43)
+- gcc43 patch
 
 * Sun Jan 13 2008 Rex Dieter <rdieter[AT]fedoraproject.org> 0.16-1
 - eviv2-0.16




More information about the fedora-extras-commits mailing list