Hello community, here is the log from the commit of package xfce4-power-manager for openSUSE:Factory checked in at 2012-04-19 10:42:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfce4-power-manager (Old) and /work/SRC/openSUSE:Factory/.xfce4-power-manager.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-power-manager", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/xfce4-power-manager/xfce4-power-manager.changes 2012-02-21 12:27:05.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xfce4-power-manager.new/xfce4-power-manager.changes 2012-04-19 10:42:17.000000000 +0200 @@ -1,0 +2,23 @@ +Fri Mar 30 15:33:07 UTC 2012 - [email protected] + +- update to version 1.0.11 + - don't attach to the status icon if libnotify >= 0.7 + - fix default spin down toggle value + - support NetworkManager 0.9 + - fix libnotify detection of + notify_notification_attach_to_status_icon + - fix broken empty battery icon + - change backlight property type to long + - only dim brightness if the current level is brighter + - refresh adaptor icon when battery device removed + - optimize icons + - translation updates +- dropped obsolete + xfce4-power-manager-1.0.10-fix-libnotify-0.7.patch, + xfce4-power-manager-1.0.10-support-networkmanager-0.9.patch, + xfce4-power-manager-1.0.10-fix-broken-icon.patch +- specfile cleanup +- correct dependencies +- split off -lang and -doc subpackages + +------------------------------------------------------------------- Old: ---- xfce4-power-manager-1.0.10-fix-broken-icon.patch xfce4-power-manager-1.0.10-fix-libnotify-0.7.patch xfce4-power-manager-1.0.10-support-networkmanager-0.9.patch xfce4-power-manager-1.0.10.tar.bz2 New: ---- xfce4-power-manager-1.0.11.tar.bz2 xfce4-power-manager-fix-brightness-key-modifiers.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfce4-power-manager.spec ++++++ --- /var/tmp/diff_new_pack.bTBuYK/_old 2012-04-19 10:42:18.000000000 +0200 +++ /var/tmp/diff_new_pack.bTBuYK/_new 2012-04-19 10:42:18.000000000 +0200 @@ -19,21 +19,17 @@ %define panel_version 4.7.0 Name: xfce4-power-manager -Version: 1.0.10 +Version: 1.0.11 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/ +Url: http://goodies.xfce.org/projects/applications/xfce4-power-manager Source: http://archive.xfce.org/src/apps/xfce4-power-manager/1.0/%{name}-%{version}.tar.bz2 # PATCH-FEATURE-OPENSUSE xfce4-power-manager-0.9.98-lxde-support.patch [email protected] -- Allow usage in LXDE Patch0: xfce4-power-manager-0.9.98-lxde-support.patch -# PATCH-FIX-UPSTREAM xfce4-power-manager-1.0.10-fix-libnotify-0.7.patch [email protected] -- Fix the libnotify 0.7.0 API usage -Patch1: xfce4-power-manager-1.0.10-fix-libnotify-0.7.patch -# PATCH-FEATURE-UPSTREAM xfce4-power-manager-1.0.10-support-networkmanager-0.9.patch [email protected] -- Adds support for NetworkManager 0.9 -Patch2: xfce4-power-manager-1.0.10-support-networkmanager-0.9.patch -# PATCH-FIX-UPSTREAM xfce4-power-manager-1.0.10-fix-broken-icon.patch [email protected] -- Fix broken empty battery icon in tray -Patch3: xfce4-power-manager-1.0.10-fix-broken-icon.patch +# PATCH-FIX-UPSTREAM xfce4-power-manager-fix-brightness-key-modifiers.patch bxo#6549 [email protected] -- Grab brightness keys even when modifiers are pressed +Patch1: xfce4-power-manager-fix-brightness-key-modifiers.patch # PATCH-FIX-UPSTREAM xfce4-power-manager-1.0.10-fix-saving-brightness-levels.patch bxo#7791 [email protected] -- Fix the type of saved brightness levels so they can be correctly loaded again Patch4: xfce4-power-manager-1.0.10-fix-saving-brightness-levels.patch # PATCH-FIX-UPSTREAM xfce4-power-manager-use-docdir.patch [email protected] -- Use docdir correctly @@ -42,21 +38,26 @@ Patch6: xfce4-power-manager-workaround-xrandr-error.patch # PATCH-FIX-UPSTREAM xfce4-power-manager-fix-battery-removal.patch bnc#707127 bxo#7851 [email protected] -- Prevents crashes due to xfpm_battery_notify_idle() being called on a battery that has been removed Patch7: xfce4-power-manager-fix-battery-removal.patch -BuildRequires: docbook-xsl-stylesheets BuildRequires: fdupes BuildRequires: intltool -BuildRequires: libxslt BuildRequires: update-desktop-files BuildRequires: xfce4-dev-tools -BuildRequires: xfconf +BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gmodule-2.0) +BuildRequires: pkgconfig(gobject-2.0) +BuildRequires: pkgconfig(gthread-2.0) BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(libxfce4panel-1.0) BuildRequires: pkgconfig(libxfce4ui-1) BuildRequires: pkgconfig(libxfce4util-1.0) +BuildRequires: pkgconfig(libxfconf-0) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xrandr) +Recommends: %{name}-lang = %{version} Suggests: xfce4-panel-plugin-brightness BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -80,12 +81,21 @@ This package provides a plugin for the Xfce panel which allows one to regulate display brightness. +%package doc +Summary: Documentation for xfce4-power-manager +Group: Documentation/HTML +BuildArch: noarch +Requires: %{name} = %{version} + +%description doc +This package contains the documentation for xfce4-power-manager. + +%lang_package + %prep %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 -%patch3 -p1 %patch4 -p1 %patch5 -p1 %patch6 -p1 @@ -100,10 +110,14 @@ %install %make_install + %suse_update_desktop_file xfce4-power-manager-settings %suse_update_desktop_file xfce4-power-manager + rm -rf %{buildroot}/%{_datadir}/locale/{ast,kk,tl_PH,ur_PK} -%find_lang %{name} + +%find_lang %{name} %{?no_lang_C} + %fdupes %{buildroot}/%{_datadir} %clean @@ -117,7 +131,7 @@ %desktop_database_postun %icon_theme_cache_postun -%files -f %{name}.lang +%files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README TODO %{_bindir}/xfce4-power-manager @@ -125,19 +139,21 @@ %{_bindir}/xfce4-power-information %{_sbindir}/xfpm-power-backlight-helper %config %{_sysconfdir}/xdg/autostart/xfce4-power-manager.desktop -%{_mandir}/man1/* +%{_mandir}/man1/xfce4-power-manager*.1* %dir %{_datadir}/polkit-1 %dir %{_datadir}/polkit-1/actions %{_datadir}/polkit-1/actions/org.xfce.power.policy %{_datadir}/applications/xfce4-power-manager-settings.desktop -%{_datadir}/icons/hicolor/128x128/devices/processor.png -%{_datadir}/icons/hicolor/*/*/xfpm-*.png -%{_datadir}/icons/hicolor/scalable/actions/*.svg -%{_datadir}/icons/hicolor/scalable/status/*.svg +%{_datadir}/icons/hicolor/*/*/* + +%files doc +%defattr(-,root,root) %dir %{_datadir}/xfce4 %dir %{_datadir}/xfce4/xfce4-power-manager %doc %{_datadir}/xfce4/xfce4-power-manager/html/ +%files lang -f %{name}.lang + %files -n xfce4-panel-plugin-brightness %defattr(-,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-brightness-plugin ++++++ xfce4-power-manager-1.0.10.tar.bz2 -> xfce4-power-manager-1.0.11.tar.bz2 ++++++ ++++ 112101 lines of diff (skipped) ++++++ xfce4-power-manager-fix-brightness-key-modifiers.patch ++++++ Description: grab the key with any modifier set Origin: other, https://bugzilla.xfce.org/attachment.cgi?id=3762 Bug: https://bugzilla.xfce.org/show_bug.cgi?id=6549 diff --git a/src/xfpm-button.c b/src/xfpm-button.c index d2a92e0..70c07a1 100644 --- a/src/xfpm-button.c +++ b/src/xfpm-button.c @@ -125,7 +125,7 @@ xfpm_button_grab_keystring (XfpmButton *button, guint keycode) { Display *display; guint ret; - guint modmask = 0; + guint modmask = AnyModifier; display = GDK_DISPLAY (); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
