[upower] New upstream release

Richard Hughes rhughes at fedoraproject.org
Mon Aug 18 12:19:11 UTC 2014


commit 0e53879f0d4fc8ee9802d7cbdac22c195119fca7
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Aug 18 13:18:52 2014 +0100

    New upstream release

 .gitignore                                         |    1 +
 ...fault-on-getting-property-when-daemon-is-.patch |   29 --------------------
 sources                                            |    2 +-
 upower.spec                                        |   22 ++++++++++-----
 4 files changed, 17 insertions(+), 37 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6f547cf..01673a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ upower-0.9.5.tar.bz2
 /upower-0.9.22.tar.xz
 /upower-0.9.23.tar.xz
 /upower-0.99.0.tar.xz
+/upower-0.99.1.tar.xz
diff --git a/sources b/sources
index 7248062..058b28b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-14f43bc13353e23e7280863f33ac50d2  upower-0.99.0.tar.xz
+e21ea7875e46142e37695850754a296a  upower-0.99.1.tar.xz
diff --git a/upower.spec b/upower.spec
index 7673707..3dad95d 100644
--- a/upower.spec
+++ b/upower.spec
@@ -1,7 +1,7 @@
 Summary:        Power Management Service
 Name:           upower
-Version:        0.99.0
-Release:        7%{?dist}
+Version:        0.99.1
+Release:        1%{?dist}
 License:        GPLv2+
 Group:          System Environment/Libraries
 URL:            http://upower.freedesktop.org/
@@ -18,15 +18,11 @@ BuildRequires:  libimobiledevice-devel
 BuildRequires:  glib2-devel >= 2.6.0
 BuildRequires:  dbus-devel  >= 1.2
 BuildRequires:  dbus-glib-devel >= 0.82
-BuildRequires:  polkit-devel >= 0.92
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
-Requires:       polkit >= 0.92
 Requires:       udev
 Requires:       gobject-introspection
 
-Patch0: 0001-lib-Fix-segfault-on-getting-property-when-daemon-is-.patch
-
 %description
 UPower (formerly DeviceKit-power) provides a daemon, API and command
 line tools for managing power devices attached to the system.
@@ -49,7 +45,6 @@ Developer documentation for for libupower-glib.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure \
@@ -110,6 +105,19 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %{_datadir}/gtk-doc/html/UPower/*
 
 %changelog
+* Mon Aug 18 2014 Richard Hughes <rhughes at redhat.com> - 0.99.1-1
+- New upstream release
+- Create the history directory at runtime
+- Do not log a critical warning when using _set_object_path_sync()
+- Fix API doc for up_client_get_on_battery()
+- Fix possible UpHistoryItem leak on failure
+- Fix segfault on getting property when daemon is not running
+- Fix shutdown on boot on some machines
+- Fix small memleak on startup with Logitech devices
+- Free the obtained device list array after use
+- Remove IsDocked property
+- Remove unused polkit dependency
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.99.0-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list