2.91.92
This commit is contained in:
parent
eaa5fe2c85
commit
7077aff7dd
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ gnome-shell-2.31.5.tar.bz2
|
|||||||
/gnome-shell-2.91.6.tar.bz2
|
/gnome-shell-2.91.6.tar.bz2
|
||||||
/gnome-shell-2.91.90.tar.bz2
|
/gnome-shell-2.91.90.tar.bz2
|
||||||
/gnome-shell-2.91.91.tar.bz2
|
/gnome-shell-2.91.91.tar.bz2
|
||||||
|
/gnome-shell-2.91.92.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: gnome-shell
|
Name: gnome-shell
|
||||||
Version: 2.91.91
|
Version: 2.91.92
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Window management and application launching for GNOME
|
Summary: Window management and application launching for GNOME
|
||||||
|
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
@ -8,8 +8,6 @@ License: GPLv2+
|
|||||||
URL: http://live.gnome.org/GnomeShell
|
URL: http://live.gnome.org/GnomeShell
|
||||||
#VCS: git:git://git.gnome.org/gnome-shell
|
#VCS: git:git://git.gnome.org/gnome-shell
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/2.91/%{name}-%{version}.tar.bz2
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/2.91/%{name}-%{version}.tar.bz2
|
||||||
# patch from https://bugzilla.gnome.org/show_bug.cgi?id=644206
|
|
||||||
Patch0: gnome-shell-2.91.91-multihead_alt_tab.patch
|
|
||||||
|
|
||||||
%define clutter_version 1.4.0
|
%define clutter_version 1.4.0
|
||||||
%define gobject_introspection_version 0.10.1
|
%define gobject_introspection_version 0.10.1
|
||||||
@ -73,7 +71,6 @@ easy to use experience.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .multihead_alt_tab
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
|
||||||
@ -136,6 +133,9 @@ gconftool-2 --makefile-install-rule \
|
|||||||
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
|
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 23 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.92-1
|
||||||
|
- Update to 2.91.92
|
||||||
|
|
||||||
* Wed Mar 16 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.91-2
|
* Wed Mar 16 2011 Michel Salim <salimma@fedoraproject.org> - 2.91.91-2
|
||||||
- Fix alt-tab behavior on when primary display is not leftmost (# 683932)
|
- Fix alt-tab behavior on when primary display is not leftmost (# 683932)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user