From 5d0f3465c9a40c3dd823b5a58f19fe26311184ef4809dd54e46eb2eebc815dde Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Sun, 5 Dec 2010 21:51:44 +0000 Subject: [PATCH 1/3] Updating link to change in openSUSE:Factory/xfce4-session revision 24.0 OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-session?expand=0&rev=699f0bc25750747a8c18541f0c59995f --- xfce4-session.spec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/xfce4-session.spec b/xfce4-session.spec index b99f7ff..9eb9713 100644 --- a/xfce4-session.spec +++ b/xfce4-session.spec @@ -1,7 +1,22 @@ # +# spec file for package xfce4-session (Version 4.7.1) +# +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: xfce4-session Version: 4.7.1 Release: 1 From 1f255a79765e5f4981b253a59c3a19e813344746c3ce5f353e1f0e6b934af5af Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sun, 5 Dec 2010 22:07:23 +0000 Subject: [PATCH 2/3] - 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 #include 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 From 949d57e97b10b0412c631bd1f05932ab79e88c1172cdc49323cb26650ba712f0 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sun, 5 Dec 2010 22:08:09 +0000 Subject: [PATCH 3/3] fix spec OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-session?expand=0&rev=38 --- xfce4-session.spec | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/xfce4-session.spec b/xfce4-session.spec index dd44d1f..f547f4b 100644 --- a/xfce4-session.spec +++ b/xfce4-session.spec @@ -1,22 +1,7 @@ # -# spec file for package xfce4-session (Version 4.7.1) -# -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: xfce4-session Version: 4.7.2 Release: 1 @@ -97,7 +82,7 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig -%files -f %name.lang +%files -f %{name}.lang %defattr(-,root,root) %doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO %{_bindir}/xfce4-session