Hello community,

here is the log from the commit of package xfce4-power-manager for 
openSUSE:Factory checked in at 2017-12-29 18:52:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-power-manager (Old)
 and      /work/SRC/openSUSE:Factory/.xfce4-power-manager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-power-manager"

Fri Dec 29 18:52:58 2017 rev:70 rq:560531 version:1.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfce4-power-manager/xfce4-power-manager.changes  
2017-10-07 17:50:14.132438195 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-power-manager.new/xfce4-power-manager.changes 
    2017-12-29 18:53:09.610113076 +0100
@@ -1,0 +2,34 @@
+Tue Dec 19 19:55:02 UTC 2017 - [email protected]
+
+- update to version 1.6.1:
+  New stable release of xfce4-power-manager.
+  - plugin:
+    - Use libxfce4panel function to obtain desired icon size
+    - Fix menu leak, attach menu to button (bxo#13466)
+    - Hide label in unknown state (bxo#12851)
+    - Add properties dialog (bxo#13270)
+    - Set ac-adapter icon for desktop systems (bxo#13959)
+    - Hide label by default on desktop systems
+    - Block panel autohide if the menu is open
+    - Drop deprecated CSS styles
+  - Fix xfpm startup dialog ignoring response (bxo#13700)
+  - Fix handling of dialog responses for suspend and hibernate
+    (bxo#13405)
+  - Set the transient hint for notifications
+  - Fix scale description and values for light-locker (bxo#13303)
+  - Drop period at end of all tooltip texts (bxo#12342)
+  - Make tooltip more concise (bxo#12342)
+  - When locking fallback to xflock4 first (bxo#12603)
+  - Fix a crash when warning about the screenlocker (bxo#12603)
+  - Fix showing inhibits in the systray (bxo#12605)
+  - Fix the g_object_bindings in xfce-screensaver
+  - Handle screensaver activity with it's own class (bxo#12603)
+  - Fix GTK 3.20 deprecation warnings
+  - Use the kernel-supplied backlight type rather than a whitelist
+    (bxo#12553)
+  - Add MATE to NotShowIn list (bxo#12506)
+  - Translation updates
+- add xfce4-power-manager-1.6.1-fix-no-return-in-nonvoid.diff
+  (bxo#14104)
+
+-------------------------------------------------------------------

Old:
----
  xfce4-power-manager-1.6.0.tar.bz2

New:
----
  xfce4-power-manager-1.6.1-fix-no-return-in-nonvoid.diff
  xfce4-power-manager-1.6.1.tar.bz2

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

Other differences:
------------------
++++++ xfce4-power-manager.spec ++++++
--- /var/tmp/diff_new_pack.z4xgOL/_old  2017-12-29 18:53:10.553842029 +0100
+++ /var/tmp/diff_new_pack.z4xgOL/_new  2017-12-29 18:53:10.553842029 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-power-manager
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,16 @@
 
 %define panel_version 4.12.0
 Name:           xfce4-power-manager
-Version:        1.6.0
+Version:        1.6.1
 Release:        0
 Summary:        Power Management for the Xfce Desktop Environment
 License:        GPL-2.0+
 Group:          System/GUI/XFCE
 Url:            
http://goodies.xfce.org/projects/applications/xfce4-power-manager
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        
http://archive.xfce.org/src/xfce/xfce4-power-manager/1.6/%{name}-%{version}.tar.bz2
 Source1:        xfce4-power-manager.xml
+# PATCH-FIX-Upstream xfce4-power-manager-1.6.1-fix-no-return-in-nonvoid.diff 
-- [email protected]
+Patch0:         xfce4-power-manager-1.6.1-fix-no-return-in-nonvoid.diff
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libxslt-tools
@@ -96,6 +98,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 # xfce4-pm-helper is only needed on non-systemd systems
 xsltproc --nonet - ./src/org.xfce.power.policy.in2 <<'EOF' \

++++++ xfce4-power-manager-1.6.1-fix-no-return-in-nonvoid.diff ++++++
diff --git a/settings/xfpm-settings.c b/settings/xfpm-settings.c
index 4bdda9c..2b721b8 100644
--- a/settings/xfpm-settings.c
+++ b/settings/xfpm-settings.c
@@ -1499,9 +1499,9 @@ format_light_locker_value_cb (GtkScale *scale, gdouble 
value, gpointer data)
 
     if ( (gint)value <= 0 )
         return g_strdup (_("Never"));
-    else if ( value <= 59.0 )
+    else if ( value < 60.0 )
         return g_strdup_printf ("%d %s", (gint)value, _("seconds"));
-    else if ( value >= 60.0)
+    else
     {
         min = (gint)value - 60;
         if (min == 0)
++++++ xfce4-power-manager-1.6.0.tar.bz2 -> xfce4-power-manager-1.6.1.tar.bz2 
++++++
++++ 45426 lines of diff (skipped)


Reply via email to