rpms/linuxdcpp/devel linuxdcpp-1.0.1-gcc43-compile-fix.patch, NONE, 1.1 linuxdcpp.spec, 1.4, 1.5

Marcin Garski (mgarski) fedora-extras-commits at redhat.com
Wed Feb 13 18:38:07 UTC 2008


Author: mgarski

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

Modified Files:
	linuxdcpp.spec 
Added Files:
	linuxdcpp-1.0.1-gcc43-compile-fix.patch 
Log Message:
- GCC 4.3 compile fix


linuxdcpp-1.0.1-gcc43-compile-fix.patch:

--- NEW FILE linuxdcpp-1.0.1-gcc43-compile-fix.patch ---
diff -ur linuxdcpp-1.0.1-orig/client/ShareManager.h linuxdcpp-1.0.1/client/ShareManager.h
--- linuxdcpp-1.0.1-orig/client/ShareManager.h	2007-07-07 22:02:08.000000000 +0200
+++ linuxdcpp-1.0.1/client/ShareManager.h	2008-02-13 16:48:07.112927682 +0100
@@ -37,6 +37,8 @@
 #include "FastAlloc.h"
 #include "MerkleTree.h"
 
+#include <memory>
+
 STANDARD_EXCEPTION(ShareException);
 
 class SimpleXML;


Index: linuxdcpp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/linuxdcpp/devel/linuxdcpp.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- linuxdcpp.spec	28 Dec 2007 14:59:11 -0000	1.4
+++ linuxdcpp.spec	13 Feb 2008 18:37:29 -0000	1.5
@@ -1,6 +1,6 @@
 Name:		linuxdcpp
 Version:	1.0.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Direct Connect client
 
 Group:		Applications/Internet
@@ -10,6 +10,8 @@
 Source1:	%{name}.desktop
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch0:		linuxdcpp-1.0.1-gcc43-compile-fix.patch
+
 BuildRequires:	scons gtk2-devel >= 2.6.0 glib2-devel >= 2.4.0 pkgconfig
 BuildRequires:	libglade2-devel >= 2.4.0 zlib-devel bzip2-devel openssl-devel
 BuildRequires:	desktop-file-utils
@@ -20,6 +22,8 @@
 %prep
 %setup -q -c
 
+%patch0 -p1
+
 %build
 CXXFLAGS="$RPM_OPT_FLAGS" scons %{?_smp_mflags} PREFIX="%{_prefix}"
 
@@ -61,6 +65,9 @@
 %{_datadir}/pixmaps/linuxdcpp.png
 
 %changelog
+* Wed Feb 13 2008 Marcin Garski <mgarski[AT]post.pl> 1.0.1-2
+- GCC 4.3 compile fix
+
 * Fri Dec 28 2007 Marcin Garski <mgarski[AT]post.pl> 1.0.1-1
 - Update to 1.0.1
 




More information about the fedora-extras-commits mailing list