From 1f255a79765e5f4981b253a59c3a19e813344746c3ce5f353e1f0e6b934af5af Mon Sep 17 00:00:00 2001
From: Pavol Rusnak <prusnak@opensuse.org>
Date: Sun, 5 Dec 2010 22:07:23 +0000
Subject: [PATCH] - updated to 4.7.2

OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-session?expand=0&rev=37
---
 xfce4-session-4.7.1-fix-missing-include.patch |  7 ++++---
 xfce4-session-4.7.1.tar.bz2                   |  3 ---
 xfce4-session-4.7.2.tar.bz2                   |  3 +++
 xfce4-session.changes                         | 21 +++++++++++++++++++
 xfce4-session.spec                            |  4 ++--
 5 files changed, 30 insertions(+), 8 deletions(-)
 delete mode 100644 xfce4-session-4.7.1.tar.bz2
 create mode 100644 xfce4-session-4.7.2.tar.bz2

diff --git a/xfce4-session-4.7.1-fix-missing-include.patch b/xfce4-session-4.7.1-fix-missing-include.patch
index f594f26..51479ea 100644
--- a/xfce4-session-4.7.1-fix-missing-include.patch
+++ b/xfce4-session-4.7.1-fix-missing-include.patch
@@ -1,6 +1,7 @@
-diff -ur xfce4-session-4.7.1.orig/xfce4-session/xfsm-global.c xfce4-session-4.7.1/xfce4-session/xfsm-global.c
---- xfce4-session-4.7.1.orig/xfce4-session/xfsm-global.c	2010-11-03 21:11:37.000000000 +0100
-+++ xfce4-session-4.7.1/xfce4-session/xfsm-global.c	2010-11-26 17:34:35.000000000 +0100
+Index: xfce4-session-4.7.2/xfce4-session/xfsm-global.c
+===================================================================
+--- xfce4-session-4.7.2.orig/xfce4-session/xfsm-global.c
++++ xfce4-session-4.7.2/xfce4-session/xfsm-global.c
 @@ -45,6 +45,8 @@
  #include <libxfce4util/libxfce4util.h>
  #include <libxfce4ui/libxfce4ui.h>
diff --git a/xfce4-session-4.7.1.tar.bz2 b/xfce4-session-4.7.1.tar.bz2
deleted file mode 100644
index 65796d0..0000000
--- a/xfce4-session-4.7.1.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:5ee970da59a1433efd4c321794134e4af202ba7b6375ebaf63c84fc246877ee0
-size 1460911
diff --git a/xfce4-session-4.7.2.tar.bz2 b/xfce4-session-4.7.2.tar.bz2
new file mode 100644
index 0000000..3ecf430
--- /dev/null
+++ b/xfce4-session-4.7.2.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9ae870a1f7a59f5f562babdd5a2021b2e0b226962d12b0c2484c34ecf5dfc667
+size 1458686
diff --git a/xfce4-session.changes b/xfce4-session.changes
index 5485f2b..b41075c 100644
--- a/xfce4-session.changes
+++ b/xfce4-session.changes
@@ -1,3 +1,24 @@
+-------------------------------------------------------------------
+Sun Dec  5 22:06:58 UTC 2010 - prusnak@opensuse.org
+
+- updated to 4.7.2
+  - Do not try "unix-session" authorization with PolicyKit as this
+    seems to be either broken or not implemented in PolicyKit (bug #6817).
+    This fixes suspend/hibernate in xfce4-session-logout.
+  - Fix possibly shadowed variables.
+  - Fix compilation on FreeBSD with polkit (bug #6870).
+  - Restore splash screen functionality (bug #6831).
+  - Fix logout with sudo.
+  - Translation updates (de, pt_BR, zh_CN, el, uk, it, id, ja, kk, pt).
+  - Do not try "unix-session" authorization with PolicyKit as this
+    seems to be either broken or not implemented in PolicyKit (bug #6817).
+    This fixes suspend/hibernate in xfce4-session-logout.
+  - Fix possibly shadowed variables.
+  - Fix compilation on FreeBSD with polkit (bug #6870).
+  - Restore splash screen functionality (bug #6831).
+  - Fix logout with sudo.
+  - Translation updates (de, pt_BR, zh_CN, el, uk, it, id, ja, kk, pt).
+
 -------------------------------------------------------------------
 Fri Dec  3 14:44:54 UTC 2010 - gber@opensuse.org
 
diff --git a/xfce4-session.spec b/xfce4-session.spec
index 9eb9713..dd44d1f 100644
--- a/xfce4-session.spec
+++ b/xfce4-session.spec
@@ -18,7 +18,7 @@
 
 
 Name:           xfce4-session
-Version:        4.7.1
+Version:        4.7.2
 Release:        1
 License:        GPLv2+
 Summary:        Xfce Session manager
@@ -37,7 +37,7 @@ BuildRequires:  pkgconfig(libxfconf-0)
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11
 Requires:       %{name}-branding >= %{version}
-Requires:       xfce4-utils
+Requires:       xfce-utils
 Recommends:     fortune
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build