Hello community,

here is the log from the commit of package xfce4-power-manager for 
openSUSE:Factory checked in at 2014-08-25 11:03:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-08-13 17:08:14.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-power-manager.new/xfce4-power-manager.changes 
    2014-08-25 11:03:59.000000000 +0200
@@ -1,0 +2,21 @@
+Thu Aug 21 08:16:46 UTC 2014 - [email protected]
+
+- update to latest development version 1.3.2
+  - renamed panel plugin from "Battery Indicator Plugin" to "Power
+    Manager Plugin" which is more fitting as it doesn't merely show
+    the battery status
+  - xfce4-power-manager does not rely on special device icons
+    anymore for the load status which is now drawn on the standard
+    icons
+  - fix crash with slider on 32bit systems (Bug #11076)
+  - fix version number output on the commandline
+  - remove unused code
+  - add dedicated icons for the keyboard brightness notifications
+  - various icon improvements
+  - reorder parts of the settings dialog
+  - translation updates
+- renamed subpackage xfce4-panel-plugin-xfce4battery to
+  xfce4-panel-plugin-power-manager and lxpanel-plugin-lxdebattery
+  to lxpanel-plugin-power-manager following upstream
+
+-------------------------------------------------------------------

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

New:
----
  xfce4-power-manager-1.3.2.tar.bz2

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

Other differences:
------------------
++++++ xfce4-power-manager.spec ++++++
--- /var/tmp/diff_new_pack.HEdXEs/_old  2014-08-25 11:04:00.000000000 +0200
+++ /var/tmp/diff_new_pack.HEdXEs/_new  2014-08-25 11:04:00.000000000 +0200
@@ -19,7 +19,7 @@
 %define panel_version 4.10.0
 
 Name:           xfce4-power-manager
-Version:        1.3.1
+Version:        1.3.2
 Release:        0
 Summary:        Power Management for the Xfce Desktop Environment
 License:        GPL-2.0+
@@ -56,9 +56,6 @@
 Recommends:     %{name}-lang = %{version}
 Provides:       xfce4-power-manager-doc = %{version}
 Obsoletes:      xfce4-power-manager-doc <= 1.2.0
-Provides:       xfce4-panel-plugin-brightness = %{version}
-Obsoletes:      xfce4-panel-plugin-brightness <= 1.3.0
-Suggests:       xfce4-panel-plugin-xfce4battery
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -71,23 +68,29 @@
 Furthermore, it provides a standardized inhibit interface which allows
 applications to prevent automatic sleep actions via the power manager.
 
-%package -n xfce4-panel-plugin-xfce4battery
-Summary:        Xfce Panel Plugin for Monitoring Battery and Device Charge 
Levels
+%package -n xfce4-panel-plugin-power-manager
+Summary:        Xfce Panel Plugin for Monitoring Batteries and Changing the 
Display Brightness
 Group:          System/GUI/XFCE
 Requires:       %{name} = %{version}
 Requires:       xfce4-panel >= %{panel_version}
+Provides:       xfce4-panel-plugin-brightness = %{version}
+Obsoletes:      xfce4-panel-plugin-brightness <= 1.3.0
+Provides:       xfce4-panel-plugin-xfce4battery = %{version}
+Obsoletes:      xfce4-panel-plugin-xfce4battery <= 1.3.1
 
-%description -n xfce4-panel-plugin-xfce4battery
+%description -n xfce4-panel-plugin-power-manager
 This package provides a plugin for the Xfce panel for monitoring battery and
 device charge levels and to regulate display brightness.
 
-%package -n lxpanel-plugin-lxdebattery
-Summary:        LXPanel Plugin for Monitoring Battery and Device Charge Levels
+%package -n lxpanel-plugin-power-manager
+Summary:        LXPanel Plugin for Monitoring Batteries and Changing the 
Display Brightness
 Group:          System/GUI/LXDE
 Requires:       %{name} = %{version}
 Requires:       lxpanel
+Provides:       lxpanel-plugin-lxdebattery = %{version}
+Obsoletes:      lxpanel-plugin-lxdebattery <= 1.3.1
 
-%description -n lxpanel-plugin-lxdebattery
+%description -n lxpanel-plugin-power-manager
 This package provides a plugin for the LXDE panel for monitoring battery and
 device charge levels and to regulate display brightness.
 
@@ -142,8 +145,8 @@
 %suse_update_desktop_file xfce4-power-manager-settings
 %suse_update_desktop_file xfce4-power-manager
 
-rm %{buildroot}%{_libdir}/xfce4/panel/plugins/libxfce4battery.la \
-    %{buildroot}%{_libdir}/lxpanel/plugins/lxdebattery.la
+rm %{buildroot}%{_libdir}/xfce4/panel/plugins/libxfce4powermanager.la \
+    %{buildroot}%{_libdir}/lxpanel/plugins/lxde_power_manager.la
 
 # xfce4-pm-helper is only needed on non-systemd systems
 rm %{buildroot}%{_sbindir}/xfce4-pm-helper
@@ -178,14 +181,14 @@
 
 %files lang -f %{name}.lang
 
-%files -n xfce4-panel-plugin-xfce4battery
+%files -n xfce4-panel-plugin-power-manager
 %defattr(-,root,root)
-%{_libdir}/xfce4/panel/plugins/libxfce4battery.so
-%{_datadir}/xfce4/panel-plugins/xfce4-battery-plugin.desktop
+%{_libdir}/xfce4/panel/plugins/libxfce4powermanager.so
+%{_datadir}/xfce4/panel-plugins/power-manager-plugin.desktop
 
-%files -n lxpanel-plugin-lxdebattery
+%files -n lxpanel-plugin-power-manager
 %defattr(-,root,root)
-%{_libdir}/lxpanel/plugins/lxdebattery.so
+%{_libdir}/lxpanel/plugins/lxde_power_manager.so
 
 %files branding-upstream
 %defattr(-,root,root)

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


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

Reply via email to