Accepting request 103011 from home:vuntz:branches:GNOME:Factory
Update to 3.3.5 OBS-URL: https://build.opensuse.org/request/show/103011 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=140
This commit is contained in:
parent
1477b0b980
commit
b4ec391296
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72ffcb5d5215b351e92c2fe0cdb3861341c43aab35ffde06a4f292f3b61b97d4
|
||||
size 703520
|
3
gnome-session-3.3.5.tar.xz
Normal file
3
gnome-session-3.3.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e806b69906e2c5b410a6fa47d7958ecf9fbdd2eb455296dc5bd3f8f90f991b8a
|
||||
size 706016
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 10:52:34 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.3.5:
|
||||
+ Use systemd session tracking instead of ConsoleKit when system
|
||||
is booted with systemd
|
||||
+ Code cleanups
|
||||
+ Updated translations.
|
||||
- Remove xz BuildRequires now that it comes for free in the build
|
||||
system.
|
||||
- Add pkgconfig() BuildRequires for the new support of systemd
|
||||
session tracking: libsystemd-login, libsystemd-daemon,
|
||||
polkit-gobject-1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 20 09:31:15 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-session
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 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
|
||||
@ -15,8 +15,9 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: gnome-session
|
||||
Version: 3.3.3
|
||||
Version: 3.3.5
|
||||
Release: 0
|
||||
Summary: Session Tools for the GNOME Desktop
|
||||
License: GPL-2.0+
|
||||
@ -43,8 +44,6 @@ BuildRequires: intltool
|
||||
BuildRequires: tcpd-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
BuildRequires: pkgconfig(gconf-2.0)
|
||||
BuildRequires: pkgconfig(gl)
|
||||
@ -52,6 +51,9 @@ BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(ice)
|
||||
BuildRequires: pkgconfig(json-glib-1.0) >= 0.10
|
||||
BuildRequires: pkgconfig(libsystemd-daemon)
|
||||
BuildRequires: pkgconfig(libsystemd-login)
|
||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||
BuildRequires: pkgconfig(sm)
|
||||
BuildRequires: pkgconfig(upower-glib)
|
||||
BuildRequires: pkgconfig(xau)
|
||||
@ -77,6 +79,7 @@ functionality, for the GNOME Desktop.
|
||||
|
||||
%package default-session
|
||||
Summary: Session Manager for GNOME -- Default GNOME Session
|
||||
Group: System/GUI/GNOME
|
||||
Requires: %{name} = %{version}
|
||||
Requires: gnome-shell
|
||||
Requires: gnome-settings-daemon
|
||||
@ -87,6 +90,7 @@ This package contains the definition of the default GNOME session.
|
||||
|
||||
%package fallback-session
|
||||
Summary: Session Manager for GNOME -- Fallback GNOME Session
|
||||
Group: System/GUI/GNOME
|
||||
Requires: %{name} = %{version}
|
||||
Requires: gnome-panel
|
||||
Requires: gnome-settings-daemon
|
||||
@ -99,6 +103,7 @@ which is used when the graphics are not hardware-accelerated.
|
||||
|
||||
%package -n gnome2-look-and-feel
|
||||
Summary: GNOME Desktop with the GNOME 2 Look and Feel
|
||||
Group: System/GUI/GNOME
|
||||
Requires: %{name}-fallback-session
|
||||
|
||||
%description -n gnome2-look-and-feel
|
||||
@ -107,6 +112,7 @@ a GNOME 3 session that looks and feels like GNOME 2.
|
||||
|
||||
%package core
|
||||
Summary: Session Manager for GNOME -- Minimal Version
|
||||
Group: System/GUI/GNOME
|
||||
Requires: ConsoleKit
|
||||
Requires: dbus-1-x11
|
||||
Requires: gsettings-desktop-schemas >= 0.1.7
|
||||
|
Loading…
Reference in New Issue
Block a user