Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
abd5e9ff07 dist-git conversion 2010-07-29 14:54:24 +00:00
Bill Nottingham
3f193d4f2e Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:12:00 +00:00
Dave Airlie
f5e81f5c17 - update to 1.2.2 - fixes infinte loops on s/r (#516694) 2009-10-02 01:05:09 +00:00
Jesse Keating
56fd887922 Initialize branch F-12 for vbetool 2009-09-29 07:14:48 +00:00
5 changed files with 6 additions and 24 deletions

View file

@ -1 +0,0 @@
vbetool-1.2.1.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
vbetool-1.2.2.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: vbetool
# $Id$
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 $$/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)

View file

@ -1 +1 @@
6a94f1c69c348de65e14a4ad9acbf795 vbetool-1.2.1.tar.bz2
6d7ffb0c059b1a0d187ca7201efc3a73 vbetool-1.2.2.tar.bz2

View file

@ -1,5 +1,5 @@
Name: vbetool
Version: 1.2.1
Version: 1.2.2
Release: 1%{?dist}
Summary: Run real-mode video BIOS code to alter hardware state
@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
%{_sysconfdir}/udev/rules.d/92-video-post.rules
%changelog
* Fri Oct 02 2009 Dave Airlie <airlied@redhat.com> 1.2.2-1
- update to 1.2.2 - fixes infinte loops on s/r (#516694)
* Wed Aug 05 2009 Dave Airlie <airlied@redhat.com> 1.2.1-1
- rebase to 1.2.1 and install the udev rules