Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
29f93f87ad |
3 changed files with 9 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1 @@
|
|||
/xbacklight-1.2.0.tar.bz2
|
||||
/xbacklight-1.2.1.tar.bz2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
04189c90850c36592b9f2b358f8581e4 xbacklight-1.2.0.tar.bz2
|
||||
0066f23f69ca3ef62dcaeb74a87fdc48 xbacklight-1.2.1.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
Name: xbacklight
|
||||
Version: 1.2.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Adjust backlight brightness using RandR
|
||||
|
||||
%if 0%{?el6}
|
||||
Group: User Interface/X Hardware Support
|
||||
%endif
|
||||
License: MIT
|
||||
URL: http://xorg.freedesktop.org/releases/individual/app/
|
||||
Source0: http://xorg.freedesktop.org/releases/individual/app/xbacklight-%{version}.tar.bz2
|
||||
|
|
@ -12,7 +14,6 @@ BuildRequires: pkgconfig(xcb)
|
|||
BuildRequires: pkgconfig(xcb-atom)
|
||||
BuildRequires: pkgconfig(xcb-aux)
|
||||
BuildRequires: pkgconfig(xcb-randr)
|
||||
#Requires:
|
||||
|
||||
%description
|
||||
Xbacklight is used to adjust the backlight brightness where
|
||||
|
|
@ -45,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Dec 6 2014 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.2.1-1
|
||||
- Update to 1.2.1
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue