[bochs] Build with disasm.

Jon Ciesla limb at fedoraproject.org
Wed Feb 29 01:34:56 UTC 2012


commit 679c68d96edac2bbcdcded7d3861b204d490fa76
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Feb 28 19:34:47 2012 -0600

    Build with disasm.

 bochs.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/bochs.spec b/bochs.spec
index c5b7a43..7842707 100644
--- a/bochs.spec
+++ b/bochs.spec
@@ -1,6 +1,6 @@
 Name:           bochs
 Version:        2.5.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Portable x86 PC emulator
 Group:          Applications/Emulators
 License:        LGPLv2+
@@ -122,6 +122,7 @@ CONFIGURE_FLAGS=" \
   --with-sdl \
   --without-wx \
   --enable-cpu-level=6 \
+  --enable-disasm \
   $ARCH_CONFIGURE_FLAGS"
 export CXXFLAGS="$RPM_OPT_FLAGS -DPARANOID"
 
@@ -197,6 +198,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Feb 20 2012 Jon Ciesla <limburgher at gmail.com> - 2.5.1-2
+- Compile with disasm, BZ 798437.
+
 * Fri Jan 20 2012 Jon Ciesla <limburgher at gmail.com> - 2.5.1-1
 - Update to 2.5.1.
 


More information about the scm-commits mailing list