[fedora-virt-maint] rpms/vgabios/devel vgabios-provide-high-res.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 vgabios.spec, 1.2, 1.3

Glauber Costa glommer at fedoraproject.org
Fri Jun 19 17:25:44 UTC 2009


Author: glommer

Update of /cvs/pkgs/rpms/vgabios/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29368

Modified Files:
	.cvsignore sources vgabios.spec 
Added Files:
	vgabios-provide-high-res.patch 
Log Message:
applied vgabios-provide-high-res.patch, that should fix #499060
Changed versioning naming, since the "b" in 0.6b does not stand for beta.

copied from f-11



vgabios-provide-high-res.patch:

--- NEW FILE vgabios-provide-high-res.patch ---
>From c3885286784174680811be037a8cef83c43c47c2 Mon Sep 17 00:00:00 2001
From: Glauber Costa <glommer at redhat.com>
Date: Thu, 18 Jun 2009 18:26:00 -0400
Subject: [PATCH] provide high res resolutions to non-cirrus devices.

Add widescreen modes to vbetables-gen.c , and increase device memory.

Signed-off-by: Glauber Costa <glommer at redhat.com>
---
 vbetables-gen.c |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/vbetables-gen.c b/vbetables-gen.c
index 7014a16..96ac85a 100644
--- a/vbetables-gen.c
+++ b/vbetables-gen.c
@@ -2,7 +2,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 
-#define VBE_DISPI_TOTAL_VIDEO_MEMORY_MB 8
+#define VBE_DISPI_TOTAL_VIDEO_MEMORY_MB 16
 
 typedef struct {
     int width;
@@ -55,6 +55,27 @@ ModeInfo modes[] = {
 { 1152, 864, 16                      , 0x14a},
 { 1152, 864, 24                      , 0x14b},
 { 1152, 864, 32                      , 0x14c},
+{ 1280, 800, 16                      , 0x178},
+{ 1280, 800, 24                      , 0x179},
+{ 1280, 800, 32                      , 0x17a},
+{ 1280, 960, 16                      , 0x17b},
+{ 1280, 960, 24                      , 0x17c},
+{ 1280, 960, 32                      , 0x17d},
+{ 1440, 900, 16                      , 0x17e},
+{ 1440, 900, 24                      , 0x17f},
+{ 1440, 900, 32                      , 0x180},
+{ 1400, 1050, 16                     , 0x181},
+{ 1400, 1050, 24                     , 0x182},
+{ 1400, 1050, 32                     , 0x183},
+{ 1680, 1050, 16                     , 0x184},
+{ 1680, 1050, 24                     , 0x185},
+{ 1680, 1050, 32                     , 0x186},
+{ 1920, 1200, 16                     , 0x187},
+{ 1920, 1200, 24                     , 0x188},
+{ 1920, 1200, 32                     , 0x189},
+{ 2560, 1600, 16                     , 0x18a},
+{ 2560, 1600, 24                     , 0x18b},
+{ 2560, 1600, 32                     , 0x18c},
 { 0, },
 };
 
-- 
1.6.2.2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/vgabios/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	19 May 2009 01:13:28 -0000	1.3
+++ .cvsignore	19 Jun 2009 17:25:14 -0000	1.4
@@ -1 +1 @@
-vgabios-0.6c.tgz
+vgabios-0.6b.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vgabios/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	19 May 2009 01:13:29 -0000	1.3
+++ sources	19 Jun 2009 17:25:14 -0000	1.4
@@ -1 +1 @@
-2b0a5387594bb70cb1dbcc1f79ec824c  vgabios-0.6c.tgz
+36399621c4d6753e83a3cec3009c7183  vgabios-0.6b.tgz


Index: vgabios.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vgabios/devel/vgabios.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- vgabios.spec	19 May 2009 01:13:29 -0000	1.2
+++ vgabios.spec	19 Jun 2009 17:25:14 -0000	1.3
@@ -1,16 +1,17 @@
 Name:		vgabios
-Version:	0.6
-Release:	0.6.c%{?dist}
+Version:	0.6b
+Release:	2%{?dist}
 Summary:	LGPL implementation of a vga video bios
 
 Group:		Applications/Emulators		
 License:	LGPLv2
 URL:		http://www.nongnu.org/vgabios/
-Source0:	http://savannah.gnu.org/download/%{name}/%{name}-%{version}c.tgz
+Source0:	http://savannah.gnu.org/download/%{name}/%{name}-%{version}.tgz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	dev86
 BuildArch: noarch
+Patch1:		%{name}-provide-high-res.patch
 
 %description
 vgabios is an LPGL implementation of a bios for a video card.
@@ -19,7 +20,8 @@ emulators. It is not intended for use in
 
 
 %prep 
-%setup -q -n %{name}-%{version}c
+%setup -q -n %{name}-%{version}
+%patch1 -p1
 
 %build 
 make clean
@@ -47,11 +49,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/vgabios/VGABIOS-lgpl-latest.debug.bin
 
 
-
-
 %changelog
-* Mon May 18 2009 Glauber Costa <glommer at redhat.com> - 0.6.0.6.c
-- updated to 0.6.c (#499060)
+* Fri Jun 19 2009 Glauber Costa <glommer at redhat.com> - 0.6b-2
+- properly add the patch
+
+* Fri Jun 19 2009 Glauber Costa <glommer at redhat.com> - 0.6b-1
+- applied vgabios-provide-high-res.patch, that should fix #499060
+- Changed versioning naming, since the "b" in 0.6b does not stand for beta.
 
 * Mon Mar 02 2009 Glauber Costa <glommer at redhat.com> - 0.6-0.5.b
 - fixed naming to comply with guidelines.




More information about the Fedora-virt-maint mailing list