rpms/bochs/devel bochs-2.3.6-gcc43.patch, NONE, 1.1 bochs.spec, 1.28, 1.29

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Fri Jan 11 22:10:52 UTC 2008


Author: jwrdegoede

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

Modified Files:
	bochs.spec 
Added Files:
	bochs-2.3.6-gcc43.patch 
Log Message:
* Fri Jan 11 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 2.3.6-2
- Fix compilation with gcc 4.3


bochs-2.3.6-gcc43.patch:

--- NEW FILE bochs-2.3.6-gcc43.patch ---
diff -up bochs-2.3.6/bx_debug/symbols.cc~ bochs-2.3.6/bx_debug/symbols.cc
--- bochs-2.3.6/bx_debug/symbols.cc~	2008-01-11 23:05:55.000000000 +0100
+++ bochs-2.3.6/bx_debug/symbols.cc	2008-01-11 23:05:55.000000000 +0100
@@ -94,6 +94,7 @@ char* bx_dbg_disasm_symbolic_address(Bit
 #endif
 
 using namespace std;
+using namespace __gnu_cxx;
 
 struct symbol_entry_t
 {


Index: bochs.spec
===================================================================
RCS file: /cvs/extras/rpms/bochs/devel/bochs.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- bochs.spec	24 Dec 2007 12:57:31 -0000	1.28
+++ bochs.spec	11 Jan 2008 22:10:12 -0000	1.29
@@ -1,6 +1,6 @@
 Name:           bochs
 Version:        2.3.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Portable x86 PC emulator
 Group:          Applications/Emulators
 License:        LGPLv2+
@@ -10,6 +10,7 @@
 Patch0:         %{name}-nonet-build.patch
 Patch1:         %{name}-config.patch
 Patch2:         %{name}-wx28.patch
+Patch3:         bochs-2.3.6-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  docbook-utils
 BuildRequires:  libXt-devel
@@ -64,6 +65,7 @@
 %setup -q
 %patch0 -p0 -z .nonet
 %patch2 -p1 -z .wx28
+%patch3 -p1 -z .gcc43
 cp -p %{SOURCE1} .
 # Fix up some man page paths.
 sed -i \
@@ -165,6 +167,9 @@
 
 
 %changelog
+* Fri Jan 11 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 2.3.6-2
+- Fix compilation with gcc 4.3
+
 * Mon Dec 24 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.3.6-1
 - New upstream release 2.3.6
 




More information about the fedora-extras-commits mailing list