rpms/apt/devel apt-0.5.15lorg3.94-gcc43.patch, NONE, 1.1 apt.spec, 1.52, 1.53

Panu Matilainen (pmatilai) fedora-extras-commits at redhat.com
Fri Feb 22 15:02:21 UTC 2008


Author: pmatilai

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

Modified Files:
	apt.spec 
Added Files:
	apt-0.5.15lorg3.94-gcc43.patch 
Log Message:
- add missing include for gcc 4.3 (#433982)


apt-0.5.15lorg3.94-gcc43.patch:

--- NEW FILE apt-0.5.15lorg3.94-gcc43.patch ---
commit 20a28924c7e7a2b28130f2847c097eae4bc98882
Author: Panu Matilainen <pmatilai at laiskiainen.org>
Date:   Mon Feb 11 19:35:15 2008 +0200

    Add missing include for gcc 4.3

diff --git a/methods/http.cc b/methods/http.cc
index 82c113d..4939500 100644
--- a/methods/http.cc
+++ b/methods/http.cc
@@ -39,6 +39,7 @@
 #include <errno.h>
 #include <string.h>
 #include <iostream>
+#include <algorithm>
 #include <map>
 
 // Internet stuff


Index: apt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/apt/devel/apt.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- apt.spec	18 Feb 2008 19:30:06 -0000	1.52
+++ apt.spec	22 Feb 2008 15:01:35 -0000	1.53
@@ -37,6 +37,7 @@
 # band aid for mmap issues (#211254)
 Patch1: apt-0.5.15lorg3.x-cache-corruption.patch
 Patch2: apt-0.5.15lorg3.94-tool-headers.patch
+Patch3: apt-0.5.15lorg3.94-gcc43.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
@@ -122,6 +123,7 @@
 %patch0 -p1 -b .ppc
 %patch1 -p0 -b .mmap
 %patch2 -p1 -b .toolheader
+%patch3 -p1 -b .gcc43
 
 install -pm 644 %{SOURCE19} comps2prio.xsl
 
@@ -287,6 +289,9 @@
 
 
 %changelog
+* Fri Feb 22 2008 Panu Matilainen <pmatilai at redhat.com> 0.5.15lorg3.94-3
+- add missing include for gcc 4.3 (#433982)
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.5.15lorg3.94-2
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list