SPECS: VirtualBox.spec - added patch removing max display resolution limits...

hawk hawk at pld-linux.org
Tue May 13 13:48:24 CEST 2008


Author: hawk                         Date: Tue May 13 11:48:24 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added patch removing max display resolution limits for guest systems

---- Files affected:
SPECS:
   VirtualBox.spec (1.82 -> 1.83) 

---- Diffs:

================================================================
Index: SPECS/VirtualBox.spec
diff -u SPECS/VirtualBox.spec:1.82 SPECS/VirtualBox.spec:1.83
--- SPECS/VirtualBox.spec:1.82	Mon May 12 10:55:37 2008
+++ SPECS/VirtualBox.spec	Tue May 13 13:48:19 2008
@@ -12,7 +12,7 @@
 %bcond_without	kernel		# don't build kernel module
 %bcond_without	userspace	# don't build userspace package
 
-%define		rel		1
+%define		rel		2
 
 %if %{without kernel}
 %undefine	with_dist_kernel
@@ -47,6 +47,7 @@
 Patch2:		%{pname}-shared-libstdc++.patch
 Patch3:		%{pname}-disable-xclient-build.patch
 Patch4:		%{pname}-configure-spaces.patch
+Patch5:		%{pname}-no-screen-size-limit.patch
 URL:		http://www.virtualbox.org/
 %if %{with userspace}
 BuildRequires:	SDL-devel >= 1.2.7
@@ -252,6 +253,7 @@
 %endif
 
 %patch4 -p1
+%patch5 -p1
 
 cat <<'EOF' > udev.conf
 KERNEL=="vboxdrv", NAME="%k", GROUP="vbox", MODE="0660"
@@ -480,6 +482,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.83  2008-05-13 11:48:19  hawk
+- added patch removing max display resolution limits for guest systems
+
 Revision 1.82  2008-05-12 08:55:37  pluto
 - shared-libstdc++ patch updated.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/VirtualBox.spec?r1=1.82&r2=1.83&f=u



More information about the pld-cvs-commit mailing list