Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4340baf2e | ||
|
|
96de690017 | ||
|
|
7764adb241 | ||
|
|
42fba47983 |
3 changed files with 26 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -23,3 +23,6 @@ upower-0.9.5.tar.bz2
|
|||
/upower-0.99.3.tar.xz
|
||||
/upower-0.99.4.tar.xz
|
||||
/upower-0.99.5.tar.xz
|
||||
/upower-0.99.6.tar.xz
|
||||
/upower-0.99.7.tar.xz
|
||||
/upower-0.99.8.tar.xz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (upower-0.99.5.tar.xz) = 2fb06bea69455f538146576665e36c5b91eb18b119fa77e29d383fcb2a86ea58650b82e258f157d03c40147ecb12ea545997199580f0e24847ac6ea04d46e5ea
|
||||
SHA512 (upower-0.99.8.tar.xz) = dfd2960cae382195dfc7a703a02af298d9de55bc626cde2a1f97e7983842191ba9d99eb2044190214e792539e7d6c9d8e00b5aed17e5e86b04544e9ab90278b1
|
||||
|
|
|
|||
25
upower.spec
25
upower.spec
|
|
@ -1,11 +1,11 @@
|
|||
Summary: Power Management Service
|
||||
Name: upower
|
||||
Version: 0.99.5
|
||||
Release: 3%{?dist}
|
||||
Version: 0.99.8
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://upower.freedesktop.org/
|
||||
Source0: http://upower.freedesktop.org/releases/upower-%{version}.tar.xz
|
||||
Source0: https://gitlab.freedesktop.org/upower/upower/uploads/9125ab7ee96fdc4ecc68cfefb50c1cab/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: libtool
|
||||
|
|
@ -109,6 +109,25 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||
%{_datadir}/gtk-doc/html/UPower/*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 19 2018 Bastien Nocera <bnocera@redhat.com> - 0.99.8-1
|
||||
+ upower-0.99.8-1
|
||||
- Update to 0.99.8
|
||||
|
||||
* Tue Nov 28 2017 Bastien Nocera <bnocera@redhat.com> - 0.99.7-1
|
||||
+ upower-0.99.7-1
|
||||
- Update to 0.99.7
|
||||
- Add Bluetooth LE battery support
|
||||
- Fix critical action after resume from hibernate
|
||||
|
||||
* Mon Sep 11 2017 Richard Hughes <rhughes@redhat.com> - 0.99.6-1
|
||||
- New upstream release
|
||||
- Detect joysticks as gaming input devices
|
||||
- Fix crash when '@' is present in the device name
|
||||
- Grab the model name from device if unavailable from battery
|
||||
|
||||
* Thu Aug 24 2017 Benjamin Berg <bberg@redhat.com> - 0.99.5-4
|
||||
- Add patch to not correctly close the inhibitor FD
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.99.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue