forked from pool/xfce4-session
Accepting request 55000 from X11:xfce
Accepted submit request 55000 from user prusnak OBS-URL: https://build.opensuse.org/request/show/55000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfce4-session?expand=0&rev=25
This commit is contained in:
parent
63abe18ef5
commit
db150b461e
@ -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>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ee970da59a1433efd4c321794134e4af202ba7b6375ebaf63c84fc246877ee0
|
||||
size 1460911
|
3
xfce4-session-4.7.2.tar.bz2
Normal file
3
xfce4-session-4.7.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ae870a1f7a59f5f562babdd5a2021b2e0b226962d12b0c2484c34ecf5dfc667
|
||||
size 1458686
|
@ -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
|
||||
|
||||
|
@ -1,24 +1,9 @@
|
||||
#
|
||||
# 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
|
||||
Version: 4.7.2
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: Xfce Session manager
|
||||
@ -37,7 +22,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
|
||||
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user