Hello community,

here is the log from the commit of package xfce4-power-manager for 
openSUSE:Factory checked in at 2014-08-13 17:08:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-06 14:36:24.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-power-manager.new/xfce4-power-manager.changes 
    2014-08-13 17:08:14.000000000 +0200
@@ -1,0 +2,30 @@
+Mon Aug 11 08:04:59 UTC 2014 - [email protected]
+
+- update to latest development version 1.3.1
+  - fix settings dialog compatibility with UPower 0.99
+  - improvements to the power manager settings dialog
+  - new LXDE battery plugin
+  - the brightness plugin has been merged into the battery
+    indicator plugin
+  - the disk spin down feature was removed
+  - Simon P fixed a memory corruption crash
+  - OnlyShowIn was changed to a NotShowIn for the .desktop files
+  - selecting a device in the plugin brings up the details in the
+    settings dialog
+  - improve strings in devices tab and add percentage
+  - fork before gtk/dbus init
+  - Andrzej Added support for multi-row panel layouts for the plugin
+  - restore screen power after sleep
+  - Samuli Suominen fixed suspend/hibernate with UPower 0.9.23
+  - Carl Simonson added a notification popup when changing keyboard
+    brightness
+  - minumum UPower requirement was lowere to 0.9.7 to support
+    FreeBSD
+  - devices tab flickers on update
+  - improve lid-action strings
+  - Carl Simonson added a reasonable step value for keyboard
+    brightness
+  - let xfpm control X11's screensaver extension
+  - translation updates
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ xfce4-power-manager.spec ++++++
--- /var/tmp/diff_new_pack.KeKjAS/_old  2014-08-13 17:08:15.000000000 +0200
+++ /var/tmp/diff_new_pack.KeKjAS/_new  2014-08-13 17:08:15.000000000 +0200
@@ -19,7 +19,7 @@
 %define panel_version 4.10.0
 
 Name:           xfce4-power-manager
-Version:        1.3.0
+Version:        1.3.1
 Release:        0
 Summary:        Power Management for the Xfce Desktop Environment
 License:        GPL-2.0+
@@ -27,11 +27,10 @@
 Url:            
http://goodies.xfce.org/projects/applications/xfce4-power-manager
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        xfce4-power-manager.xml
-BuildRequires:  ed
 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)
@@ -44,6 +43,7 @@
 BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfconf-0)
+BuildRequires:  pkgconfig(lxpanel)
 BuildRequires:  pkgconfig(polkit-gobject-1) >= 0.100
 BuildRequires:  pkgconfig(upower-glib)
 BuildRequires:  pkgconfig(x11)
@@ -56,7 +56,8 @@
 Recommends:     %{name}-lang = %{version}
 Provides:       xfce4-power-manager-doc = %{version}
 Obsoletes:      xfce4-power-manager-doc <= 1.2.0
-Suggests:       xfce4-panel-plugin-brightness
+Provides:       xfce4-panel-plugin-brightness = %{version}
+Obsoletes:      xfce4-panel-plugin-brightness <= 1.3.0
 Suggests:       xfce4-panel-plugin-xfce4battery
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -78,17 +79,17 @@
 
 %description -n xfce4-panel-plugin-xfce4battery
 This package provides a plugin for the Xfce panel for monitoring battery and
-device charge levels.
+device charge levels and to regulate display brightness.
 
-%package -n xfce4-panel-plugin-brightness
-Summary:        Xfce Panel Plugin to Regulate Display Brightness
-Group:          System/GUI/XFCE
+%package -n lxpanel-plugin-lxdebattery
+Summary:        LXPanel Plugin for Monitoring Battery and Device Charge Levels
+Group:          System/GUI/LXDE
 Requires:       %{name} = %{version}
-Requires:       xfce4-panel >= %{panel_version}
+Requires:       lxpanel
 
-%description -n xfce4-panel-plugin-brightness
-This package provides a plugin for the Xfce panel which allows one to
-regulate display brightness.
+%description -n lxpanel-plugin-lxdebattery
+This package provides a plugin for the LXDE panel for monitoring battery and
+device charge levels and to regulate display brightness.
 
 %package branding-upstream
 Summary:        Upstream Branding of xfce4-power-manager
@@ -107,10 +108,25 @@
 
 %prep
 %setup -q
-# show in LXDE as well
-ed -s src/xfce4-power-manager.desktop.in 2>/dev/null <<'EOF'
-,s/^OnlyShowIn=XFCE;/OnlyShowIn=XFCE;LXDE;/
-w
+
+# xfce4-pm-helper is only needed on non-systemd systems
+xsltproc --nonet - ./src/org.xfce.power.policy.in2 <<'EOF' \
+    > ./src/org.xfce.power.policy.in2.new && \
+    mv ./src/org.xfce.power.policy.in2.new ./src/org.xfce.power.policy.in2
+<?xml version="1.0"?>
+<xsl:stylesheet
+  version="1.0"
+  xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
+  <xsl:output
+  doctype-public="-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
+  
doctype-system="http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd"/>
+  <xsl:template match="action[@id='org.xfce.power.xfce4-pm-helper']" />
+  <xsl:template match="@*|node()">
+    <xsl:copy>
+      <xsl:apply-templates select="@*|node()"/>
+    </xsl:copy>
+  </xsl:template>
+</xsl:stylesheet>
 EOF
 
 %build
@@ -126,8 +142,11 @@
 %suse_update_desktop_file xfce4-power-manager-settings
 %suse_update_desktop_file xfce4-power-manager
 
-rm %{buildroot}%{_libdir}/xfce4/panel/plugins/libxfce4brightness.la \
-    %{buildroot}%{_libdir}/xfce4/panel/plugins/libxfce4battery.la
+rm %{buildroot}%{_libdir}/xfce4/panel/plugins/libxfce4battery.la \
+    %{buildroot}%{_libdir}/lxpanel/plugins/lxdebattery.la
+
+# xfce4-pm-helper is only needed on non-systemd systems
+rm %{buildroot}%{_sbindir}/xfce4-pm-helper
 
 %find_lang %{name} %{?no_lang_C}
 
@@ -144,7 +163,6 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README ChangeLog
-%{_bindir}/xfce4-pm-helper
 %{_bindir}/xfce4-power-manager
 %{_bindir}/xfce4-power-manager-settings
 %{_sbindir}/xfpm-power-backlight-helper
@@ -160,16 +178,15 @@
 
 %files lang -f %{name}.lang
 
-%files -n xfce4-panel-plugin-brightness
-%defattr(-,root,root)
-%{_libdir}/xfce4/panel/plugins/libxfce4brightness.so
-%{_datadir}/xfce4/panel-plugins/xfce4-brightness-plugin.desktop
-
 %files -n xfce4-panel-plugin-xfce4battery
 %defattr(-,root,root)
 %{_libdir}/xfce4/panel/plugins/libxfce4battery.so
 %{_datadir}/xfce4/panel-plugins/xfce4-battery-plugin.desktop
 
+%files -n lxpanel-plugin-lxdebattery
+%defattr(-,root,root)
+%{_libdir}/lxpanel/plugins/lxdebattery.so
+
 %files branding-upstream
 %defattr(-,root,root)
 %dir %{_sysconfdir}/xdg/xfce4

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


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

Reply via email to