Compare commits

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

4 commits

Author SHA1 Message Date
Bastien Nocera
e4340baf2e + upower-0.99.8-1
Update to 0.99.8
2018-06-19 15:45:56 +02:00
Bastien Nocera
96de690017 + upower-0.99.7-1
Update to 0.99.7
Add Bluetooth LE battery support
Fix critical action after resume from hibernate
2017-11-28 13:35:45 +01:00
Richard Hughes
7764adb241 New upstream release 2017-09-11 16:35:36 +01:00
Benjamin Berg
42fba47983 Add patch to not correctly close the inhibitor FD 2017-08-24 15:10:29 +02:00
3 changed files with 26 additions and 4 deletions

3
.gitignore vendored
View file

@ -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

View file

@ -1 +1 @@
SHA512 (upower-0.99.5.tar.xz) = 2fb06bea69455f538146576665e36c5b91eb18b119fa77e29d383fcb2a86ea58650b82e258f157d03c40147ecb12ea545997199580f0e24847ac6ea04d46e5ea
SHA512 (upower-0.99.8.tar.xz) = dfd2960cae382195dfc7a703a02af298d9de55bc626cde2a1f97e7983842191ba9d99eb2044190214e792539e7d6c9d8e00b5aed17e5e86b04544e9ab90278b1

View file

@ -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