rpms/bochs/FC-2 .cvsignore, 1.2, 1.3 bochs.spec, 1.3, 1.4 sources, 1.2, 1.3

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sun Dec 5 14:27:40 UTC 2004


Changeset from: scop

Update of /cvs/extras/rpms/bochs/FC-2
In directory cvs.fedora.redhat.com:/tmp/cvs-serv16918/FC-2

Modified Files:
	.cvsignore bochs.spec sources 
Log Message:
auto-import bochs-2.1.1-0.fdr.1.2 on branch FC-2 from bochs-2.1.1-0.fdr.1.2.src.rpm


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bochs/FC-2/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 04:06:28 -0000	1.2
+++ .cvsignore	5 Dec 2004 14:27:38 -0000	1.3
@@ -1,2 +1,2 @@
-bochs-2.1.tar.gz
 dlxlinux4.tar.gz
+bochs-2.1.1.tar.gz


Index: bochs.spec
===================================================================
RCS file: /cvs/extras/rpms/bochs/FC-2/bochs.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bochs.spec	8 Nov 2004 04:07:55 -0000	1.3
+++ bochs.spec	5 Dec 2004 14:27:38 -0000	1.4
@@ -1,13 +1,13 @@
 Name:           bochs
-Version:        2.1
-Release:        0.fdr.2.1.2
+Version:        2.1.1
+Release:        0.fdr.1.2
 Epoch:          0
 Summary:        Bochs Project x86 PC Emulator
 
 Group:          Applications/Emulators
 License:        LGPL
 URL:            http://bochs.sourceforge.net/
-Source0:        http://download.sourceforge.net/bochs/bochs-2.1.tar.gz
+Source0:        http://download.sourceforge.net/bochs/bochs-2.1.1.tar.gz
 Source1:        http://bochs.sourceforge.net/guestos/dlxlinux4.tar.gz
 Patch0:         %{name}-nonet-build.patch
 Patch1:         %{name}-buildpaths.patch
@@ -17,6 +17,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  docbook-utils, wxGTK2-devel, ncurses-c++-devel, dos2unix
+BuildRequires:  %{__perl}
 %{?_with_sdl:BuildRequires: SDL-devel}
 %{?_with_debugger:BuildRequires: readline-devel}
 
@@ -28,7 +29,7 @@
 %package        dlxlinux
 Summary:        DLX Linux hard disk image for Bochs
 Group:          Applications/Emulators
-Requires:       %{name} = %{epoch}:%{version}-%{release}
+Requires:       %{name} >= 0:2.0
 
 %description    dlxlinux
 DLX is a version of Linux which was small enough to distribute along
@@ -45,7 +46,7 @@
 %patch3 -p0
 %patch4 -p0
 # Fix up some man page paths.
-perl -pi -e \
+%{__perl} -pi -e \
   's|/usr/local/share/doc/bochs\b|%{_docdir}/%{name}-%{version}| ;
    s|/usr/local/share/|%{_datadir}/|' \
   doc/man/*.*
@@ -64,26 +65,26 @@
 # Notes:
 # - The CPU level, MMX et al affect what the emulator will emulate, they
 #   are not properties of the build target architecture.
-# - Using the following options makes the build fail as of 2.1:
+# - Using the following options makes the build fail as of 2.1(.1):
 #   --enable-3dnow --enable-external-debugger
 %configure \
-  --enable-cdrom \
-  --enable-sb16=linux \
-  --enable-ne2000 \
-  --enable-vbe \
-  --enable-all-optimizations \
   --enable-plugins \
-  --enable-pci \
-  --enable-repeat-speedups \
-  --enable-icache \
   --enable-cpu-level=5 \
-  --enable-mmx \
+  --enable-ne2000 \
+  --enable-pci \
+  --enable-4meg-pages \
+  --enable-pae \
   %{?_with_debugger:--enable-debugger} \
-  %{?_with_sdl:--with-sdl} \
+  --enable-all-optimizations \
+  --enable-vbe \
+  --enable-mmx \
+  --enable-cdrom \
+  --enable-sb16=linux \
   --with-x11 \
   --with-nogui \
   --with-term \
   --with-rfb \
+  %{?_with_sdl} \
   --with-wx
 
 make %{?_smp_mflags}
@@ -128,6 +129,11 @@
 
 
 %changelog
+* Mon Aug 30 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.1.1-0.fdr.1
+- Update to 2.1.1.
+- Enable PAE and 4M pages support.
+- Loosen version in dlxlinux to main dependency.
+
 * Fri Jan 16 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.1-0.fdr.2
 - Fix RFB linking, force pthreads.
 - dos2unix some -dlxlinux files.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bochs/FC-2/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 04:06:28 -0000	1.2
+++ sources	5 Dec 2004 14:27:38 -0000	1.3
@@ -1,2 +1,2 @@
-30bdb17e11fb416f9d3c6243e02f6e73  bochs-2.1.tar.gz
 21c153f5aa391395c35f0c2f660da972  dlxlinux4.tar.gz
+7b21efbe2b56cc15d110993234259b33  bochs-2.1.1.tar.gz




More information about the scm-commits mailing list