Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

upower-0.9.14-2.4.1 RPM for x86_64

From OpenSuSE 12.1 updates for x86_64

Name: upower Distribution: openSUSE 12.1
Version: 0.9.14 Vendor: openSUSE
Release: 2.4.1 Build date: Mon May 21 11:52:29 2012
Group: System/Daemons Build host: build30
Size: 233234 Source RPM: upower-0.9.14-2.4.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://upower.freedesktop.org/
Summary: Power Device Enumeration Framework
UPower is an abstraction for enumerating power devices, listening to
device events and querying history and statistics. Any application or
service on the system can access the org.freedesktop.UPower service
via the system message bus. Some operations (such as suspending the
system) are restricted using PolicyKit.

Provides

Requires

License

GPL-2.0+

Changelog

* Fri Apr 27 2012 glin@suse.com
  - Add upower-energy-rate-cap.patch to adjust the cap on the energy
    rate. (bnc#753327)
* Tue Oct 04 2011 vuntz@opensuse.org
  - Update to version 0.9.14:
    + New Features:
    - Filter the debugging details unless --verbose is specified
    + Bugfixes:
    - Fix linux up_backend_supports_sleep_state() return code
    - Fix the kFreeBSD detection
* Tue Sep 06 2011 vuntz@opensuse.org
  - Update to version 0.9.13:
    + New Features:
    - Modernize build system.
    + Bugfixes:
    - Avoid warnings about missing annotations
    - Don't rely on files' presence to define the default backend
    - Fully port the test suite to use GObject Introspection
    - Hardcode wacom battery devices as not power-supply devices
    - Use autoreconf instead of custom script
    - Use g_unix_signal_add_full() which has been renamed in GLib
* Sat Jul 23 2011 andrea.turrini@gmail.com
  - Fixed typo in description of upower.spec
* Tue Jul 05 2011 vuntz@opensuse.org
  - Update to version 0.9.12:
    + Bugfixes:
    - Fix how we estimate the device rate for batteries that do not
      provide this data
    - Add AC_PROG_LIBTOOL as advised by autotools
    - Add openbsd missing includes for close and strcmp
    - Silence some openbsd warnings about unused vars and bad
      return values
  - Add xz BuildRequires because we can't build a package for a
    xz-compressed tarball without explicitly specifying that... See
    bnc#697467 for more details.
* Tue Jun 14 2011 aj@suse.de
  - Update to 0.9.11:
    + New feature:
    - Add new NotifySleep() and NotifyResume() signals that include
      the sleep type
    + Bugfixes:
    - Ensure up-apm-native.h gets shipped in the tarball for
      OpenBSD
    - Check energy vs. charge in the Linux integration tests
    - Only include glib-unix.h if the GLib version is >= 2.29.4
    - Respect $PYTHON for running the test suite
    - Run subset of tests when system D-BUS is not available
* Tue May 24 2011 dimstar@opensuse.org
  - Update to version 0.9.10:
    + New Features:
    - Add a config option 'IgnoreLid' for users with broken lid
      switches
    - Add integration test suite for Linux
    - Add option to run daemon on the session bus for testing
    - Add OpenBSD backend which uses the APM_IOC_GETPOWER ioctl()
    - Support virtual UPS devices for testing
    + Bugfixes:
    - Consider a discharging UPS as "on battery"
    - Do not overwrite aclocal flags in autogen, fdo#35261
    - Fix "unknown" battery status guessing to not be recursive
    - Respect $UPOWER_CONF_FILE_NAME in up_config_init
    - Support batteries that report both energy and charge
    - upower needs -pthread
    - Use the new threadsafe signal handling support in GLib
    - Wuninitialized needs -O
* Thu Mar 24 2011 fcrozat@novell.com
  - Update to version 0.9.9:
    + New Features:
    - Add a config option to disable the Watts Up Pro device
    - Add a LidForceSleep property to ensure that we don't melt any
      laptops
    - Add an option for polling dock devices in UPower.conf,
      defaulting to false.
    + Bugfixes:
    - Depend on stable GUdev API
    - Drop devkit and devkit-power-daemon symlinks
    - Fix bitmap check in the input code
    - Honour ACLOCAL_FLAGS in Makefile.am
  - Drop DeviceKit-power subpackage and obsolete old version of it.
* Sun Jan 09 2011 vuntz@opensuse.org
  - Update to version 0.9.8:
    + New Features:
    - Add an IsDocked binary property to the main interface
    - Use the number of active DRM devices to determine the system
      docked status
    + Bugfixes:
    - Add method to set history dir
    - Check for and link against libplist
    - Drop check for polkit-backend again
    - Fix compilation error against Linux 2.6.36
    - Fix links to git repository in HACKING
    - Fix self check to work as non-root
    - Re-add AM_MAINTAINER_MODE (but enable it by default)
    - Reduce race condition in history purging self check
    - Support the power_now sysfs attribute to get time remaining
      on new kernels
    - Update the list of HID UPS devices
* Wed Nov 10 2010 vuntz@opensuse.org
  - Update to version 0.9.7:
    + New Features:
    - Add support for controlling leds keyboard backlights
    - Port from EggDebug to the GLib built-in logging framework
    + Bugfixes:
    - Fix building with gobject-introspection 0.9.10
    - Fix up all the warnings when building with new versions of
      gobject-introspection
    - Keyboard backlight of zero is not an error
    - libupower-glib: Reject invalid object paths to avoid
      asserting libdbus
    - Remove the UP_DEVICE_SUPPLY_CHARGED_THRESHOLD heuristic
    + Updated translations.
  - Add gobject-introspection-devel BuildRequires to build
    introspection data.
* Sun Oct 31 2010 jengelh@medozas.de
  - Use %_smp_mflags
* Tue Oct 05 2010 vuntz@opensuse.org
  - Update to version 0.9.6:
    + Remove devkit-power-gobject
    + Bugfixes:
    - Allow explicitly disabling libimobiledevice support
    - Free GErrors after returning them
    - Add missing D-Bus return in up_qos_cancel_request()
    - Fix double D-BUS return in up_daemon_*_allowed
    - Fix up_polkit_get_subject() D-BUS error return
    - Ensure the new device types get valid descriptions in upower
    - -dump
    - Fix compile with the latest PolicyKit release
    - Only save by default 7 days data to stop the log files
      becoming huge. Fixes rh#634228
    - Do not continue to poll the serial port if there is no Watts
      Up Pro adaptor
    - Fix the build with new versions of gobject-introspection
  - Drop upower-fix-crash.patch: fixed upstream.
  - Remove libdevkit-power-gobject1, libdevkit-power-gobject-devel
    subpackages.
* Tue Sep 28 2010 aj@suse.de
  - Recommend instead of require lang-package.
* Wed Sep 22 2010 vuntz@opensuse.org
  - Add upower-fix-crash.patch to fix a crash with recent versions of
    polkit. Fix bnc#640940.
* Fri Jul 16 2010 vuntz@opensuse.org
  - Update to version 0.9.5:
    + New Features:
    - Add battery query support for iDevices
    - Assign names to our idle sources when using new versions of
      glib2
    - Dynamic testing for enough hibernate swap
    - Port UPower to libusb1 to avoid unfixable crashes
    - Port to GTest
    - Get the powersave command from the backend rather than
      hardcoding Linux specifics
    + Bugfixes:
    - Update the list of supported TrippLite HID Power Devices
    - Fix a potential daemon crash. Fixes fdo#27902
    - Increase UP_DAEMON_SWAP_WATERLINE
    - Fix up a potential crasher in the CSR device code
    - When calculating used swap space, only use anonymous pages
    - Use pm-is-supported to test if various sleep modes are
      supported
  - Add libimobiledevice-devel BuildRequires for the iDevices
    support.
* Mon Jun 21 2010 vuntz@opensuse.org
  - Update to version 0.9.4:
    + New Features:
    - Detect when the kernel changes the reported charge units.
      Fixes rh#587112
    + Bugfixes:
    - Only emit ::Sleeping() after we've checked AboutToSleep
    - Ensure we send ::Sleeping() if clients do not call
      AboutToSleep
    - Ensure we sent ::notify signals when UpDaemon properties
      change
  - Changes from version 0.9.3:
    + New Features:
    - Add a config file with SleepTimeout and
      AllowHibernateEncryptedSwap entries
    + Bugfixes:
    - Fix c&p typo in documentation
    - The gettext package should match the tarball name
    - Provide UpDaemon with C setters rather than relying on
      GObject properties
    - Sanity check the device is not already in the list before
      adding
    - Fix recognition of lithium iron phosphate (LiFePO4) batteries
  - Changes from version 0.9.2:
    + New Features:
    - Add a missing accessor: up_client_get_lid_is_present()
    - Change the tarball name to be all lower case to match udisks
      and udev
    - Convert the daemon to using objects from libupower-glib, not
      devkit-power-gobject
    - Do not allow client programs to enumerate the device list
      more than once
    - Get the encrypted swap status from the backend, rather than
      hardcoding Linux specifics
    - Get the kernel sleep capabilities from the backend, rather
      than hardcoding Linux specifics
    - Get the suspend and hibernate commands from the backend,
      rather than hardcoding Linux specifics
    - Get the swap size from the backend, rather than hardcoding
      Linux specifics
    - Show in ./configure summary if unit tests have been enabled
      or not
    + Bugfixes:
    - Do not warn what we are correcting energy-full when there is
      no data to copy
    - Ensure we enumerate devices before we start monitoring them
    - Fixes to the autogen.sh script
    - Make dummy backend usable for architectures without a native
      backend
    - Remove libdevkit-power-gobject dependency from backends
    - Simplify udev subdirectory handling
  - Update the spec file for the case change in the tarball name.
* Tue Mar 23 2010 vuntz@opensuse.org
  - First package of upower, the new name of DeviceKit-power. The
    packaging is loosely based on the DeviceKit-power packaging.
  - Note that we provide compatibility package for DeviceKit-power
    for now.

Files

/etc/UPower
/etc/UPower/UPower.conf
/etc/dbus-1/system.d/org.freedesktop.UPower.conf
/lib/udev/rules.d/95-upower-battery-recall-dell.rules
/lib/udev/rules.d/95-upower-battery-recall-fujitsu.rules
/lib/udev/rules.d/95-upower-battery-recall-gateway.rules
/lib/udev/rules.d/95-upower-battery-recall-ibm.rules
/lib/udev/rules.d/95-upower-battery-recall-lenovo.rules
/lib/udev/rules.d/95-upower-battery-recall-toshiba.rules
/lib/udev/rules.d/95-upower-csr.rules
/lib/udev/rules.d/95-upower-hid.rules
/lib/udev/rules.d/95-upower-wup.rules
/usr/bin/upower
/usr/lib/upower
/usr/lib/upower/upowerd
/usr/share/dbus-1/system-services/org.freedesktop.UPower.service
/usr/share/doc/packages/upower
/usr/share/doc/packages/upower/AUTHORS
/usr/share/doc/packages/upower/COPYING
/usr/share/doc/packages/upower/NEWS
/usr/share/doc/packages/upower/README
/usr/share/man/man1/upower.1.gz
/usr/share/man/man7/UPower.7.gz
/usr/share/man/man8/upowerd.8.gz
/usr/share/polkit-1/actions/org.freedesktop.upower.policy
/usr/share/polkit-1/actions/org.freedesktop.upower.qos.policy
/var/lib/upower


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon May 20 05:51:29 2013