rpms/bochs/FC-5 .cvsignore, 1.6, 1.7 bochs.spec, 1.17, 1.18 sources, 1.6, 1.7 bochs-dlxreadme.patch, 1.1, NONE bochs-wx26.patch, 1.3, NONE

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sun Aug 27 11:35:49 UTC 2006


Author: jwrdegoede

Update of /cvs/extras/rpms/bochs/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9303

Modified Files:
	.cvsignore bochs.spec sources 
Removed Files:
	bochs-dlxreadme.patch bochs-wx26.patch 
Log Message:
* Sun Aug 27 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 2.3-1
- New upstream version 2.3 (final)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bochs/FC-5/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	15 Feb 2006 21:20:29 -0000	1.6
+++ .cvsignore	27 Aug 2006 11:35:49 -0000	1.7
@@ -1,2 +1,2 @@
-bochs-2.2.6.tar.gz
+bochs-2.3.tar.gz
 dlxlinux4.tar.gz


Index: bochs.spec
===================================================================
RCS file: /cvs/extras/rpms/bochs/FC-5/bochs.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- bochs.spec	28 Feb 2006 08:21:25 -0000	1.17
+++ bochs.spec	27 Aug 2006 11:35:49 -0000	1.18
@@ -1,21 +1,17 @@
 %bcond_with     debugger
 
 Name:           bochs
-Version:        2.2.6
+Version:        2.3
 Release:        1%{?dist}
 Summary:        Portable x86 PC emulator
-
 Group:          Applications/Emulators
 License:        LGPL
 URL:            http://bochs.sourceforge.net/
-Source0:        http://download.sf.net/bochs/%{name}-%{version}.tar.gz
+Source0:        http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
 Source1:        http://bochs.sourceforge.net/guestos/dlxlinux4.tar.gz
 Patch0:         %{name}-nonet-build.patch
 Patch1:         %{name}-config.patch
-Patch2:         %{name}-wx26.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:  autoconf
 BuildRequires:  docbook-utils
 BuildRequires:  libXt-devel
 BuildRequires:  libXpm-devel
@@ -50,15 +46,14 @@
 %prep
 %setup -q
 %patch0 -p0 -z .nonet
-%patch2 -p1 -z .wx26
-autoconf
 cp -p %{SOURCE1} .
-
 # Fix up some man page paths.
 sed -i \
   -e 's|/usr/local/share/doc/bochs/|%{_docdir}/%{name}-%{version}/|' \
   -e 's|/usr/local/share/|%{_datadir}/|' \
   doc/man/*.*
+# remove executable bits from sources to make rpmlint happy with the debuginfo
+chmod -x `find -name '*.cc' -o -name '*.h' -o -name '*.inc'`
 
 
 %build
@@ -128,6 +123,16 @@
 
 
 %changelog
+* Sun Aug 27 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 2.3-1
+- New upstream version 2.3 (final)
+
+* Thu Aug 10 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 2.3-0.1.pre3
+- New upstream version 2.3.pre3
+
+* Mon Jul 17 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 2.3-0.1.pre2
+- New upstream version 2.3.pre2
+- Drop upstreamed wx26 patch
+
 * Wed Feb 15 2006 Hans de Goede <j.w.r.degoede at hhs.nl> - 2.2.6-1
 - New upstream version 2.2.6
 - Rebuild for new gcc4.1 and glibc


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bochs/FC-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	15 Feb 2006 21:20:29 -0000	1.6
+++ sources	27 Aug 2006 11:35:49 -0000	1.7
@@ -1,2 +1,2 @@
-961482eb78b55fe3e0e0639e34b4c2c1  bochs-2.2.6.tar.gz
+100c02fbcd402c2b4862d0251be539fd  bochs-2.3.tar.gz
 379269841ae5aef95e4ec56d6d186532  dlxlinux4.tar.gz


--- bochs-dlxreadme.patch DELETED ---


--- bochs-wx26.patch DELETED ---




More information about the fedora-extras-commits mailing list