Updating link to change in openSUSE:Factory/gnome-shell revision 3.0

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=dee11a8ab366e77f1396c4fa3e1ed5d6
This commit is contained in:
OBS User buildservice-autocommit 2009-09-03 22:55:13 +00:00 committed by Git OBS Bridge
parent 211085615e
commit 6bb4cbf2c9
4 changed files with 52 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df59d50e7653abfcf05d7d94f0aaefe8f05329e47d5c43510418622a40e84fb0
size 437202

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ae2725f6e2c1ea94477045afedf0845dcada2e2ffacfa5b8d2437fbf9b6b6de5
size 464266

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Sat Aug 29 10:25:06 CEST 2009 - vuntz@novell.com
- Update to version 2.27.1:
+ See http://git.gnome.org/cgit/gnome-shell/log/?id=2.27.1 for
details, here's a selection of the important changes
+ Many UI improvements
+ Use GnomeDesktopThumbnailFactory instead of
GnomeThumbnailFactory
+ panel: Switch to fully dynamic layout
+ Add application menu area to panel
+ Move towards shell-black02 mockup
+ Implement the multi-window highlight on WellDisplayItem
+ Make dragging an item to the Add Workspace button launch it on
a new workspace
+ Implement distinct 2-window and multi-window highlights
+ Remove maximization effects
+ Add localization support.
+ Highlight the search entry when the user clicks or starts
typing in it
+ Prevent activating hot corner multiple times by accident
+ ShellAppMonitor: create "applications" for unknown windows
+ Don't show empty categories
+ Make recent docs display two columns
+ Display search results in the dash
+ Only respawn if gnome-shell exits abnormally
+ Use new plugin-modality functionality in Mutter
+ Add 'r' as an alias to 'restart' in run dialog
+ Improve display of search results
+ Better handling of Nautilus window
+ Handle window title changes causing mapping changes
+ Require an explicit --xephyr option
+ Restore GNOME based on GNOME configuration
+ Make the gradient on the top panel the same as the "dash"
+ Change search box text to "Find..."
+ Renable PrintScreen and Super_L in the overview
- Remove libgnomeui-devel, libwnck-devel BuildRequires.
- Add gnome-desktop-devel, intltool BuildRequires.
- Add lang package.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 13 01:03:12 CEST 2009 - vuntz@novell.com Thu Aug 13 01:03:12 CEST 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
# #
# spec file for package gnome-shell (Version 2.27.0) # spec file for package gnome-shell (Version 2.27.1)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -23,25 +23,26 @@ BuildRequires: clutter-devel
BuildRequires: dbus-1-glib-devel BuildRequires: dbus-1-glib-devel
BuildRequires: gconf2-devel BuildRequires: gconf2-devel
BuildRequires: gir-repository BuildRequires: gir-repository
BuildRequires: gnome-desktop-devel
BuildRequires: gnome-menus-devel BuildRequires: gnome-menus-devel
BuildRequires: gstreamer-0_10-devel BuildRequires: gstreamer-0_10-devel
BuildRequires: gstreamer-0_10-plugins-base-devel BuildRequires: gstreamer-0_10-plugins-base-devel
BuildRequires: gtk2-devel BuildRequires: gtk2-devel
BuildRequires: intltool
BuildRequires: libgjs-devel BuildRequires: libgjs-devel
BuildRequires: libgnomeui-devel
BuildRequires: librsvg-devel BuildRequires: librsvg-devel
BuildRequires: libwnck-devel
BuildRequires: mutter-devel BuildRequires: mutter-devel
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: xorg-x11-devel BuildRequires: xorg-x11-devel
License: GPL v2 or later License: GPL v2 or later
Group: System/GUI/GNOME Group: System/GUI/GNOME
Version: 2.27.0 Version: 2.27.1
Release: 1 Release: 1
Summary: GNOME Shell Summary: GNOME Shell
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
# PATCH-FIX-OPENSUSE gnome-shell-libmozjs.patch vuntz@novell.com -- LD_LIBRARY_PATH neeeds to be set on 11.1 # PATCH-FIX-OPENSUSE gnome-shell-libmozjs.patch vuntz@novell.com -- LD_LIBRARY_PATH neeeds to be set on 11.1
Patch99: gnome-shell-libmozjs.patch Patch99: gnome-shell-libmozjs.patch
Requires: %{name}-lang = %{version}
# mutter-devel doesn't automatically bring mutter # mutter-devel doesn't automatically bring mutter
Requires: mutter Requires: mutter
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -52,6 +53,7 @@ The GNOME Shell redefines user interactions with the GNOME desktop. In
particular, it offers new paradigms for launching applications, accessing particular, it offers new paradigms for launching applications, accessing
documents, and organizing open windows in GNOME. documents, and organizing open windows in GNOME.
%lang_package
%prep %prep
%setup -q %setup -q
%if %suse_version <= 1110 %if %suse_version <= 1110
@ -71,6 +73,7 @@ export LD_LIBRARY_PATH=%{_libdir}/xulrunner-1.9
%install %install
%makeinstall %makeinstall
find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} + find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
%find_lang %{name}
%suse_update_desktop_file %{name} %suse_update_desktop_file %{name}
%find_gconf_schemas %find_gconf_schemas
@ -95,4 +98,6 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*.desktop %{_datadir}/applications/*.desktop
%{_datadir}/gnome-shell %{_datadir}/gnome-shell
%files lang -f %{name}.lang
%changelog %changelog