Accepting request 97272 from home:vuntz:branches:GNOME:Factory
Update to 3.3.3 OBS-URL: https://build.opensuse.org/request/show/97272 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=138
This commit is contained in:
parent
bfe69837ff
commit
1477b0b980
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e89852644f872130694cf6e88ffb8ee0f6ccbc90c27e863afd7e128c5c473b5b
|
|
||||||
size 825660
|
|
3
gnome-session-3.3.3.tar.xz
Normal file
3
gnome-session-3.3.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:72ffcb5d5215b351e92c2fe0cdb3861341c43aab35ffde06a4f292f3b61b97d4
|
||||||
|
size 703520
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 20 09:31:15 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.3.3:
|
||||||
|
+ Blacklist pre-R300 Radeon hardware in accelerated check.
|
||||||
|
- Add xz BuildRequires because we can't build a package for a
|
||||||
|
xz-compressed tarball without explicitly specifying that... See
|
||||||
|
bnc#697467 for more details.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 21 13:37:28 UTC 2011 - dimstar@opensuse.org
|
Mon Nov 21 13:37:28 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -15,16 +15,14 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: gnome-session
|
Name: gnome-session
|
||||||
Version: 3.3.2
|
Version: 3.3.3
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPLv2+
|
|
||||||
Summary: Session Tools for the GNOME Desktop
|
Summary: Session Tools for the GNOME Desktop
|
||||||
Url: http://www.gnome.org
|
License: GPL-2.0+
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Source: http://download.gnome.org/sources/gnome-session/3.3/%{name}-%{version}.tar.bz2
|
Url: http://www.gnome.org
|
||||||
|
Source: http://download.gnome.org/sources/gnome-session/3.3/%{name}-%{version}.tar.xz
|
||||||
Source1: gnome
|
Source1: gnome
|
||||||
Source2: gnome.desktop
|
Source2: gnome.desktop
|
||||||
# Temporarly needed until we get upstream to ship the right icon for suspend
|
# Temporarly needed until we get upstream to ship the right icon for suspend
|
||||||
@ -45,6 +43,8 @@ BuildRequires: intltool
|
|||||||
BuildRequires: tcpd-devel
|
BuildRequires: tcpd-devel
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
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(dbus-glib-1)
|
||||||
BuildRequires: pkgconfig(gconf-2.0)
|
BuildRequires: pkgconfig(gconf-2.0)
|
||||||
BuildRequires: pkgconfig(gl)
|
BuildRequires: pkgconfig(gl)
|
||||||
@ -76,9 +76,7 @@ This package provides the basic session tools, like session management
|
|||||||
functionality, for the GNOME Desktop.
|
functionality, for the GNOME Desktop.
|
||||||
|
|
||||||
%package default-session
|
%package default-session
|
||||||
License: GPLv2+
|
|
||||||
Summary: Session Manager for GNOME -- Default GNOME Session
|
Summary: Session Manager for GNOME -- Default GNOME Session
|
||||||
Group: System/GUI/GNOME
|
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: gnome-shell
|
Requires: gnome-shell
|
||||||
Requires: gnome-settings-daemon
|
Requires: gnome-settings-daemon
|
||||||
@ -88,9 +86,7 @@ Recommends: %{name}-fallback-session
|
|||||||
This package contains the definition of the default GNOME session.
|
This package contains the definition of the default GNOME session.
|
||||||
|
|
||||||
%package fallback-session
|
%package fallback-session
|
||||||
License: GPLv2+
|
|
||||||
Summary: Session Manager for GNOME -- Fallback GNOME Session
|
Summary: Session Manager for GNOME -- Fallback GNOME Session
|
||||||
Group: System/GUI/GNOME
|
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: gnome-panel
|
Requires: gnome-panel
|
||||||
Requires: gnome-settings-daemon
|
Requires: gnome-settings-daemon
|
||||||
@ -103,7 +99,6 @@ which is used when the graphics are not hardware-accelerated.
|
|||||||
|
|
||||||
%package -n gnome2-look-and-feel
|
%package -n gnome2-look-and-feel
|
||||||
Summary: GNOME Desktop with the GNOME 2 Look and Feel
|
Summary: GNOME Desktop with the GNOME 2 Look and Feel
|
||||||
Group: System/GUI/GNOME
|
|
||||||
Requires: %{name}-fallback-session
|
Requires: %{name}-fallback-session
|
||||||
|
|
||||||
%description -n gnome2-look-and-feel
|
%description -n gnome2-look-and-feel
|
||||||
@ -111,9 +106,7 @@ This package contains the definition to choose in the display manager
|
|||||||
a GNOME 3 session that looks and feels like GNOME 2.
|
a GNOME 3 session that looks and feels like GNOME 2.
|
||||||
|
|
||||||
%package core
|
%package core
|
||||||
License: GPLv2+
|
|
||||||
Summary: Session Manager for GNOME -- Minimal Version
|
Summary: Session Manager for GNOME -- Minimal Version
|
||||||
Group: System/GUI/GNOME
|
|
||||||
Requires: ConsoleKit
|
Requires: ConsoleKit
|
||||||
Requires: dbus-1-x11
|
Requires: dbus-1-x11
|
||||||
Requires: gsettings-desktop-schemas >= 0.1.7
|
Requires: gsettings-desktop-schemas >= 0.1.7
|
||||||
|
Loading…
Reference in New Issue
Block a user