rpms/afflib/devel afflib-3.3.2-gcc43.patch, NONE, 1.1 afflib.spec, 1.16, 1.17 afflib-3.1.3-gcc43.patch, 1.1, NONE

Chauvet Nicolas kwizart at fedoraproject.org
Thu Sep 4 16:41:13 UTC 2008


Author: kwizart

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

Modified Files:
	afflib.spec 
Added Files:
	afflib-3.3.2-gcc43.patch 
Removed Files:
	afflib-3.1.3-gcc43.patch 
Log Message:
Update gcc43 patch


afflib-3.3.2-gcc43.patch:

--- NEW FILE afflib-3.3.2-gcc43.patch ---
diff -up afflib-3.1.3/lib/s3_glue.h.gcc43 afflib-3.1.3/lib/s3_glue.h
--- afflib-3.1.3/lib/s3_glue.h.gcc43	2008-03-12 18:58:28.000000000 +0100
+++ afflib-3.1.3/lib/s3_glue.h	2008-03-12 18:59:25.000000000 +0100
@@ -17,6 +17,8 @@
 #include <string>
 #include <map>
 #include <vector>
+#include <cstring>                          // memcpy, strcmp, strlen
+#include <algorithm>                        // sort
 
 #define S3_DEFAULT_BUCKET "S3_DEFAULT_BUCKET"
 #define S3_DEBUG   "S3_DEBUG"
diff -up afflib-3.3.2/lib/utils.h.gcc43 afflib-3.3.2/lib/utils.h
--- afflib-3.3.2/lib/utils.h.gcc43	2008-09-04 18:36:08.000000000 +0200
+++ afflib-3.3.2/lib/utils.h	2008-09-04 18:37:24.000000000 +0200
@@ -11,6 +11,7 @@
 #include <cstdlib>
 #include <vector>
 #include <string>
+#include <cstring>
 #include <map>
 #include <iostream>
 


Index: afflib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/afflib/devel/afflib.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- afflib.spec	4 Sep 2008 16:00:31 -0000	1.16
+++ afflib.spec	4 Sep 2008 16:40:43 -0000	1.17
@@ -2,7 +2,7 @@
 
 Name:           afflib
 Version:        3.3.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Library to support the Advanced Forensic Format
 
 Group:          System Environment/Libraries
@@ -10,7 +10,7 @@
 URL:            http://www.afflib.org
 Source0:        http://www.afflib.org/downloads/afflib-%{version}.tar.gz
 Patch0:         afflib-3.0.1-WCtype.patch
-Patch1:         afflib-3.1.3-gcc43.patch
+Patch1:         afflib-3.3.2-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libtool
@@ -126,6 +126,9 @@
 
 
 %changelog
+* Thu Sep  4 2008 kwizart < kwizart at gmail.com > - 3.3.2-2
+- Update gcc43 patch
+
 * Thu Sep  4 2008 kwizart < kwizart at gmail.com > - 3.3.2-1
 - Update to 3.3.2
 - Remove Requires for ewftools from afftools


--- afflib-3.1.3-gcc43.patch DELETED ---




More information about the fedora-extras-commits mailing list