Author: sergiomb
Update of /cvs/free/rpms/VirtualBox/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10882
Modified Files:
.cvsignore VirtualBox-4.2.0-mesa.patch VirtualBox.spec sources
Log Message:
* Sat Mar 02 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.8-1
- New upstream release.
- Small fix on VirtualBox-4.2.0-mesa.patch .
* Sat Feb 23 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.6-6
- Enable build with gcc 4.8 .
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-18/.cvsignore,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- .cvsignore 25 Dec 2012 01:38:33 -0000 1.42
+++ .cvsignore 2 Mar 2013 20:52:58 -0000 1.43
@@ -1 +1 @@
-VirtualBox-4.2.6.tar.bz2
+VirtualBox-4.2.8.tar.bz2
VirtualBox-4.2.0-mesa.patch:
Config.kmk | 10 ---
src/VBox/Additions/common/crOpenGL/Makefile.kmk | 21 +-----
src/VBox/Additions/common/crOpenGL/fakedri_drv.c | 72 +++++++++++++++++------
src/VBox/Additions/common/crOpenGL/fakedri_drv.h | 21 ++++--
4 files changed, 74 insertions(+), 50 deletions(-)
Index: VirtualBox-4.2.0-mesa.patch
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-18/VirtualBox-4.2.0-mesa.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- VirtualBox-4.2.0-mesa.patch 28 Oct 2012 16:51:01 -0000 1.3
+++ VirtualBox-4.2.0-mesa.patch 2 Mar 2013 20:52:58 -0000 1.4
@@ -20,16 +20,6 @@
endif
VBOX_DARWIN_OPENGL_INST = obj/VBoxOGL/GL/
---- ./src/VBox/Additions/x11/Makefile.kmk.orig 2012-09-23 01:00:38.301286632 +0100
-+++ ./src/VBox/Additions/x11/Makefile.kmk 2012-09-23 01:00:45.135370696 +0100
-@@ -24,7 +24,6 @@ if1of ($(KBUILD_TARGET), freebsd linux n
- ifneq ($(KBUILD_TARGET), solaris)
- include $(PATH_SUB_CURRENT)/vboxmouse/Makefile.kmk
- endif
-- include $(PATH_SUB_CURRENT)/x11stubs/Makefile.kmk
- endif
-
- include $(FILE_KBUILD_SUB_FOOTER)
--- ./src/VBox/Additions/common/crOpenGL/Makefile.kmk.mesa 2012-09-13 09:26:18.000000000
+0100
+++ ./src/VBox/Additions/common/crOpenGL/Makefile.kmk 2012-09-23 01:08:36.032101751
+0100
@@ -63,18 +63,12 @@ VBoxOGL_TEMPLATE = VBOXCROGLR3GUES
Index: VirtualBox.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-18/VirtualBox.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- VirtualBox.spec 11 Feb 2013 02:33:21 -0000 1.30
+++ VirtualBox.spec 2 Mar 2013 20:52:58 -0000 1.31
@@ -26,8 +26,8 @@
#endif
Name: VirtualBox
-Version: 4.2.6
-Release: 5%{?prerel:.%{prerel}}%{?dist}
+Version: 4.2.8
+Release: 1%{?prerel:.%{prerel}}%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -54,6 +54,7 @@
Patch24: VirtualBox-4.2.0-VBoxGuestLib.patch
Patch25: VirtualBox-4.2.0-xorg111.patch
Patch26: VirtualBox-4.2.4-no-bundles.patch
+Patch27: VirtualBox-4.2.6-gcc48.patch
%if 0%{?fedora} < 16
BuildRequires: kBuild >= 0.1.98
@@ -233,6 +234,7 @@
%patch25 -p1 -b .xorg111
%endif
%patch26 -p1 -b .nobundles
+%patch27 -p1 -b .gcc48
# CRLF->LF
sed -i 's/\r//' COPYING
@@ -619,6 +621,13 @@
%changelog
+* Sat Mar 02 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.8-1
+- New upstream release.
+- Small fix on VirtualBox-4.2.0-mesa.patch .
+
+* Sat Feb 23 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.6-6
+- Enable build with gcc 4.8 .
+
* Mon Feb 11 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.6-5
- Remove if clause in Patch10, may make different src.rpms, my fault, rfbz #2679 .
Index: sources
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-18/sources,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- sources 25 Dec 2012 01:38:33 -0000 1.42
+++ sources 2 Mar 2013 20:52:58 -0000 1.43
@@ -1 +1 @@
-d680aeb3b4379b8281527aeb012b2df5 VirtualBox-4.2.6.tar.bz2
+54e35ece40457b1a9e27dd9d0429c3a1 VirtualBox-4.2.8.tar.bz2