Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
| 4fe310a19a |
3 changed files with 10 additions and 8 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1 @@
|
|||
/xbacklight-1.2.2.tar.bz2
|
||||
/xbacklight-1.2.3.tar.bz2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xbacklight-1.2.2.tar.bz2) = 4dca70ef8e3494b19ea126c46395807cddc007b2b09a133810daeb77ae27fa36ac4eec7813828248fc195abe27f59700cfa58ee65ef3a020a51f73e5107678ec
|
||||
SHA512 (xbacklight-1.2.3.tar.bz2) = 717c87ce24634892fc4ac54fc59dcc0a5bc8f206aaf1d13410f95f7e4fe6e3dbc7ff8d951bcd8ea8c5e955357a00fea6ceadd4559e60b1a632e40f71290e12c7
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
Name: xbacklight
|
||||
Version: 1.2.2
|
||||
Release: 3%{?dist}
|
||||
Version: 1.2.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Adjust backlight brightness using RandR
|
||||
|
||||
%if 0%{?el6}
|
||||
%endif
|
||||
License: MIT
|
||||
URL: http://xorg.freedesktop.org/releases/individual/app/
|
||||
Source0: http://xorg.freedesktop.org/releases/individual/app/xbacklight-%{version}.tar.bz2
|
||||
URL: https://xorg.freedesktop.org/releases/individual/app/
|
||||
Source0: https://xorg.freedesktop.org/releases/individual/app/xbacklight-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
|
|
@ -34,15 +34,17 @@ brightness control and changes them all in the same way.
|
|||
%make_install
|
||||
|
||||
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc ChangeLog README
|
||||
%doc ChangeLog README.md
|
||||
%{_bindir}/xbacklight
|
||||
%{_datadir}/man/man1/xbacklight.*
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Feb 2 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.2.3-1
|
||||
- Update to 1.2.3
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue