rpms/rtorrent/devel rtorrent-0.8.4-add-missing-header.diff, NONE, 1.1 rtorrent.spec, 1.27, 1.28

Conrad Meyer konradm at fedoraproject.org
Sat Feb 14 04:28:39 UTC 2009


Author: konradm

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

Modified Files:
	rtorrent.spec 
Added Files:
	rtorrent-0.8.4-add-missing-header.diff 
Log Message:
Fix C++ header missing error.

rtorrent-0.8.4-add-missing-header.diff:

--- NEW FILE rtorrent-0.8.4-add-missing-header.diff ---
--- rtorrent-0.8.4/src/display/utils.h.orig	2009-02-13 20:25:32.000000000 -0800
+++ rtorrent-0.8.4/src/display/utils.h	2009-02-13 20:25:48.000000000 -0800
@@ -39,6 +39,7 @@
 
 #include <ctime>
 #include <string>
+#include <cstdio>
 
 namespace core {
   class Download;


Index: rtorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rtorrent/devel/rtorrent.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- rtorrent.spec	3 Dec 2008 05:45:54 -0000	1.27
+++ rtorrent.spec	14 Feb 2009 04:28:08 -0000	1.28
@@ -9,6 +9,7 @@
 Source0:       http://libtorrent.rakshasa.no/downloads/%{name}-%{version}.tar.gz
 Source1:       rtorrent.rc.example
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0:        rtorrent-0.8.4-add-missing-header.diff
 
 BuildRequires: curl-devel
 BuildRequires: libstdc++-devel
@@ -27,6 +28,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 # work around a bug thats triggered by gcc 4.1                                                           




More information about the fedora-extras-commits mailing list