Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
a003305268 dist-git conversion 2010-07-29 15:32:49 +00:00
795ab42766 - Update to 1.1.1 2010-07-05 18:52:31 +00:00
Bill Nottingham
2f3253838a Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:29:12 +00:00
Jesse Keating
9b620cdd7d Initialize branch F-12 for xbacklight 2009-09-29 07:20:00 +00:00
5 changed files with 7 additions and 25 deletions

View file

@ -1 +0,0 @@
xbacklight-1.1.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xbacklight-1.1.1.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xbacklight
# $Id$
NAME := xbacklight
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 @@
51b4a1c0ae2b3bd77417306fd78a3e94 xbacklight-1.1.tar.bz2
3e39eec6d0fd5c587ca6d55aa7bb8fe1 xbacklight-1.1.1.tar.bz2

View file

@ -1,6 +1,6 @@
Name: xbacklight
Version: 1.1
Release: 4%{?dist}
Version: 1.1.1
Release: 1%{?dist}
Summary: Adjust backlight brightness using RandR
Group: User Interface/X Hardware Support
@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Jul 5 2010 Michel Salim <salimma@fedoraproject.org> - 1.1.1-1
- Update to 1.1.1
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild