rpms/atlascpp/devel atlascpp-0.6.1-gcc43.patch, NONE, 1.1 atlascpp.spec, 1.5, 1.6

Michael Thomas (wart) fedora-extras-commits at redhat.com
Sun Feb 10 01:55:31 UTC 2008


Author: wart

Update of /cvs/extras/rpms/atlascpp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32702

Modified Files:
	atlascpp.spec 
Added Files:
	atlascpp-0.6.1-gcc43.patch 
Log Message:
Rebuild for gcc 4.3


atlascpp-0.6.1-gcc43.patch:

--- NEW FILE atlascpp-0.6.1-gcc43.patch ---
--- Atlas-C++-0.6.1/tools/atlas_convert.cpp.orig	2008-02-09 17:36:46.000000000 -0800
+++ Atlas-C++-0.6.1/tools/atlas_convert.cpp	2008-02-09 17:37:03.000000000 -0800
@@ -13,6 +13,7 @@
 
 #include <fstream>
 #include <iostream>
+#include <cstdlib>
 
 #include <unistd.h>
 
--- Atlas-C++-0.6.1/Atlas/Filter.cpp.orig	2008-02-09 17:13:23.000000000 -0800
+++ Atlas-C++-0.6.1/Atlas/Filter.cpp	2008-02-09 17:13:33.000000000 -0800
@@ -3,6 +3,7 @@
 // Copyright (C) 2000 Michael Day
 
 #include <Atlas/Filter.h>
+#include <cstring>
 
 namespace Atlas {
 


Index: atlascpp.spec
===================================================================
RCS file: /cvs/extras/rpms/atlascpp/devel/atlascpp.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- atlascpp.spec	17 Dec 2007 02:22:00 -0000	1.5
+++ atlascpp.spec	10 Feb 2008 01:54:56 -0000	1.6
@@ -1,12 +1,13 @@
 Name:           atlascpp
 Version:        0.6.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        WorldForge message protocol library
 
 Group:          Development/Libraries
 License:        LGPLv2+
 URL:            http://worldforge.org/dev/eng/libraries/atlas_cpp 
 Source0:        http://downloads.sourceforge.net/sourceforge/worldforge/Atlas-C++-%{version}.tar.gz
+Patch0:         atlascpp-0.6.1-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  doxygen zlib-devel bzip2-devel
@@ -33,6 +34,7 @@
 
 %prep
 %setup -q -n Atlas-C++-%{version}
+%patch0 -p1
 
 
 %build
@@ -61,7 +63,7 @@
 
 
 %clean
-#rm -rf $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT
 
 %post -p /sbin/ldconfig
 
@@ -84,6 +86,9 @@
 %{_mandir}/man3/Atlas*
 
 %changelog
+* Sat Feb 9 2008 Wart <wart at kobold.org> 0.6.1-3
+- Rebuild for gcc 4.3
+
 * Sun Dec 16 2007 Wart <wart at kobold.org> 0.6.1-2
 - Rebuild to fix multiarch-conflicts (BZ #340691)
 




More information about the fedora-extras-commits mailing list