Hello community,

here is the log from the commit of package xfce4-power-manager for 
openSUSE:Factory checked in at 2014-09-17 17:26:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-power-manager (Old)
 and      /work/SRC/openSUSE:Factory/.xfce4-power-manager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-power-manager"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfce4-power-manager/xfce4-power-manager.changes  
2014-09-08 21:30:06.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-power-manager.new/xfce4-power-manager.changes 
    2014-09-17 17:27:16.000000000 +0200
@@ -1,0 +2,37 @@
+Tue Sep 16 20:30:12 UTC 2014 - [email protected]
+
+- add xfce4-power-manager-fix-lid-switch-logic.patch in order to
+  fix the logic of the lid switch handling setting (backported from
+  upstream git)
+
+-------------------------------------------------------------------
+Mon Sep 15 07:16:34 UTC 2014 - [email protected]
+
+- update to version 1.4.0
+ - conditionally use xfce_dialog_show_help_with_version
+ - add support for lxpanel 0.7+
+ - Yves-Alexis Perez fixed the logic of xfconf logind inhibition
+   keys
+ - plugin: update desktop file install location
+ - plugin: Fix crash when devices (dis)connect
+ - point to versioned help docs
+ - add DragonflyBSD to host check
+ - only use batteries for current charge state that are
+   used for power supply
+ - fix minor build warnings
+ - sync the brightness slider with blank and DPMS settings
+ - plugin: Use the brightness-slider-min-level for the scroll
+   wheel
+ - draw a bubble with a question mark if the device state is
+   unknown
+ - keep blank and DPMS timeout settings in order
+ - fix typos in debug messages
+ - update AppData info about the panel plugins
+ - never try to display the -missing icons
+ - add timestamp for 1.3.2 release to AppData
+ - add trailing colons in labels for Comboboxes and Spinbuttons
+ - translation updates
+- drop obsolete xfce4-power-manager-lxpanel-0.7-support.patch
+- remove dependency on udisks since udisks support has been removed
+
+-------------------------------------------------------------------

Old:
----
  xfce4-power-manager-1.3.2.tar.bz2
  xfce4-power-manager-lxpanel-0.7-support.patch

New:
----
  xfce4-power-manager-1.4.0.tar.bz2
  xfce4-power-manager-fix-lid-switch-logic.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xfce4-power-manager.spec ++++++
--- /var/tmp/diff_new_pack.6ZA5QJ/_old  2014-09-17 17:27:19.000000000 +0200
+++ /var/tmp/diff_new_pack.6ZA5QJ/_new  2014-09-17 17:27:19.000000000 +0200
@@ -19,7 +19,7 @@
 %define panel_version 4.10.0
 
 Name:           xfce4-power-manager
-Version:        1.3.2
+Version:        1.4.0
 Release:        0
 Summary:        Power Management for the Xfce Desktop Environment
 License:        GPL-2.0+
@@ -27,13 +27,12 @@
 Url:            
http://goodies.xfce.org/projects/applications/xfce4-power-manager
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        xfce4-power-manager.xml
-# PATCH-FIX-UPSTREAM xfce4-power-manager-lxpanel-0.7-support.patch bxo#11108 
[email protected] -- Add support for lxpanel >= 0.7
-Patch0:         xfce4-power-manager-lxpanel-0.7-support.patch
+# PATCH-FIX-UPSTREAM xfce4-power-manager-fix-lid-switch-logic.patch 
[email protected] -- Fix logic of the lid switch setting handling (backported 
from upstream git)
+Patch0:         xfce4-power-manager-fix-lid-switch-logic.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libxslt-tools
 BuildRequires:  update-desktop-files
-BuildRequires:  xfce4-dev-tools
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(glib-2.0)
@@ -54,7 +53,6 @@
 BuildRequires:  pkgconfig(xrandr)
 Requires:       polkit
 Requires:       systemd
-Requires:       udisks
 Requires:       upower
 Recommends:     %{name}-lang = %{version}
 Provides:       xfce4-power-manager-doc = %{version}
@@ -137,7 +135,6 @@
 EOF
 
 %build
-xdt-autogen
 %configure
 make %{?_smp_mflags} V=1
 
@@ -189,7 +186,7 @@
 %files -n xfce4-panel-plugin-power-manager
 %defattr(-,root,root)
 %{_libdir}/xfce4/panel/plugins/libxfce4powermanager.so
-%{_datadir}/xfce4/panel-plugins/power-manager-plugin.desktop
+%{_datadir}/xfce4/panel/plugins/power-manager-plugin.desktop
 
 %files -n lxpanel-plugin-power-manager
 %defattr(-,root,root)

++++++ xfce4-power-manager-1.3.2.tar.bz2 -> xfce4-power-manager-1.4.0.tar.bz2 
++++++
++++ 25677 lines of diff (skipped)

++++++ xfce4-power-manager-fix-lid-switch-logic.patch ++++++
>From f62e82256cb2a45b4f044b7d603017952f7dd63e Mon Sep 17 00:00:00 2001
From: Eric Koegel <[email protected]>
Date: Mon, 15 Sep 2014 14:35:00 +0300
Subject: Fix handle lid switch with loginD (Bug 11160)

The xfconf settings logic for logind interactions were inverted
in commit: 03193df6cad651841e8d9960335b4a3bf13afdad
However the handle lid switch in the xfpm_manager_lid_changed_cb
also needs to be inverted. This patch fixes it. Patch submitted
by Simon P.

diff --git a/src/xfpm-manager.c b/src/xfpm-manager.c
index d6c533c..9549b66 100644
--- a/src/xfpm-manager.c
+++ b/src/xfpm-manager.c
@@ -335,7 +335,7 @@ xfpm_manager_lid_changed_cb (XfpmPower *power, gboolean 
lid_is_closed, XfpmManag
               LOGIND_HANDLE_LID_SWITCH, &logind_handle_lid_switch,
               NULL);
 
-        if (!logind_handle_lid_switch)
+        if (logind_handle_lid_switch)
             return;
     }
 
-- 
cgit v0.10.1


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to