From e79400c9b6116cb9bf4d5d55ef4a42859c742596 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 17 Feb 2010 03:24:21 +0000 Subject: [PATCH 1/5] Initialize branch F-13 for vbetool --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..baa94ef --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-13 From 4ee490ae8ec4e7b4823ba7f880a97525f19b3ca7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 14:54:22 +0000 Subject: [PATCH 2/5] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index efaed09..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: vbetool -# $Id: Makefile,v 1.1 2007/09/09 22:33:51 kevin Exp $ -NAME := vbetool -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index baa94ef..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-13 From 421002f0bbdd5568c47707135e2da782b4ed5a2f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 14:54:25 +0000 Subject: [PATCH 3/5] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index efaed09..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: vbetool -# $Id: Makefile,v 1.1 2007/09/09 22:33:51 kevin Exp $ -NAME := vbetool -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) From bff1aa20a8affdf6399cdfc05b4fe2ec2e725182 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 01:46:05 -0600 Subject: [PATCH 4/5] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- vbetool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vbetool.spec b/vbetool.spec index 5c0ee8b..dd73566 100644 --- a/vbetool.spec +++ b/vbetool.spec @@ -1,6 +1,6 @@ Name: vbetool Version: 1.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Run real-mode video BIOS code to alter hardware state Group: System Environment/Base @@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/udev/rules.d/92-video-post.rules %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 1.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Wed Aug 05 2009 Dave Airlie 1.2.1-1 - rebase to 1.2.1 and install the udev rules From c7be324f33daadda9004c71a68ff80f64ebe5be9 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 4 Jun 2012 11:02:28 -0400 Subject: [PATCH 5/5] Suspend not supported under UMS. Not installed by default since F13. --- .gitignore | 1 - dead.package | 1 + sources | 1 - vbetool.spec | 100 --------------------------------------------------- 4 files changed, 1 insertion(+), 102 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 vbetool.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 540b319..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -vbetool-1.2.1.tar.bz2 diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..a55506a --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Suspend not supported under UMS. Not installed by default since F13. diff --git a/sources b/sources deleted file mode 100644 index a12ffb0..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -6a94f1c69c348de65e14a4ad9acbf795 vbetool-1.2.1.tar.bz2 diff --git a/vbetool.spec b/vbetool.spec deleted file mode 100644 index dd73566..0000000 --- a/vbetool.spec +++ /dev/null @@ -1,100 +0,0 @@ -Name: vbetool -Version: 1.2.1 -Release: 2%{?dist} -Summary: Run real-mode video BIOS code to alter hardware state - -Group: System Environment/Base -License: GPLv2 -URL: http://www.codon.org.uk/~mjg59/vbetool/ -Source0: http://www.codon.org.uk/~mjg59/vbetool/download/vbetool-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -Requires: libpciaccess > 0.10.6-4 libx86 -BuildRequires: zlib-devel libx86-devel -BuildRequires: libpciaccess-devel >= 0.10.6-4 libx86-devel -BuildRequires: autoconf automake libtool pkgconfig -# does not build on ppc, ppc64 and sparc arches, see #285361 (RedHat Bugzilla) -# on ppc sys/io.h is missing, on ppc64 there are more complaints -# build.logs are attached in the bug report -ExcludeArch: ppc ppc64 %{sparc} s390 s390x -# vbetool is included in (some of) these pm-utils releases -Conflicts: pm-utils <= 0.99.3-11 - -%description -vbetool uses lrmi in order to run code from the video BIOS. Currently, it is -able to alter DPMS states, save/restore video card state and attempt to -initialize the video card from scratch. - - -%prep -%setup -q - -%build -autoreconf -v --install -%configure --with-x86emu -make %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT -install -m 0644 -D udev-video-post-example.rules $RPM_BUILD_ROOT/etc/udev/rules.d/92-video-post.rules - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc COPYING -%{_sbindir}/vbetool -%{_mandir}/man1/vbetool.1.gz -%{_sysconfdir}/udev/rules.d/92-video-post.rules - -%changelog -* Sat Jan 14 2012 Fedora Release Engineering - 1.2.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Aug 05 2009 Dave Airlie 1.2.1-1 -- rebase to 1.2.1 and install the udev rules - -* Tue Aug 04 2009 Dave Airlie 1.2.0-1 -- rebase to vbetool 1.2.0 - -* Fri Jul 31 2009 Dave Airlie 1.1-5.1 -- pciacccess.patch: post to use libpciaccess -- vgaarbpost.patch: use vga arb to post secondaries - -* Sun Jul 26 2009 Fedora Release Engineering - 1.1-4.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Thu May 07 2009 Karsten Hopp 1.1-3.1 -- ExcludeArch s390, s390x - -* Wed Feb 25 2009 Fedora Release Engineering - 1.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Wed Jan 14 2009 Dennis Gilmore - 1.1-2 -- exclude sparc arches missing sys/io.h - -* Mon May 19 2008 Matthew Garrett - 1.1-1 -- update to version 1.1 - -* Tue Mar 25 2008 Till Maas - 0.7-6 -- remove overriding of CFLAGS for x86emu - -* Wed Feb 20 2008 Fedora Release Engineering - 0.7-5 -- Autorebuild for GCC 4.3 - -* Sun Dec 02 2007 Till Maas - 0.7-4 -- libz.a is now in a -static subpackage, add to BR - -* Tue Nov 13 2007 Adam Jackson 0.7-3 -- Build with x86emu everywhere for uniformity of bugs and consistency with X. - -* Fri Sep 07 2007 Till Maas 0.7-2 -- ExcludeArch: ppc and ppc64 (does not build there) -- add Conflicts with old pm-utils package - -* Fri Aug 31 2007 Till Maas - 0.7-1 -- initial release for Fedora with patches from the pm-utils package