3.3.4
This commit is contained in:
parent
ff9232bff0
commit
75b048b8c3
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@ gnome-shell-2.31.5.tar.bz2
|
|||||||
/gnome-shell-3.2.1.tar.xz
|
/gnome-shell-3.2.1.tar.xz
|
||||||
/gnome-shell-3.3.2.tar.xz
|
/gnome-shell-3.3.2.tar.xz
|
||||||
/gnome-shell-3.3.3.tar.xz
|
/gnome-shell-3.3.3.tar.xz
|
||||||
|
/gnome-shell-3.3.4.tar.xz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: gnome-shell
|
Name: gnome-shell
|
||||||
Version: 3.3.3
|
Version: 3.3.4
|
||||||
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
|
||||||
@ -13,9 +13,6 @@ Patch0: gnome-shell-avoid-redhat-menus.patch
|
|||||||
# Replace Epiphany with Firefox in the default favourite apps list
|
# Replace Epiphany with Firefox in the default favourite apps list
|
||||||
Patch1: gnome-shell-favourite-apps-firefox.patch
|
Patch1: gnome-shell-favourite-apps-firefox.patch
|
||||||
|
|
||||||
# upstream fix
|
|
||||||
Patch2: gnome-shell-gl.patch
|
|
||||||
|
|
||||||
%define clutter_version 1.7.5
|
%define clutter_version 1.7.5
|
||||||
%define gobject_introspection_version 0.10.1
|
%define gobject_introspection_version 0.10.1
|
||||||
%define mutter_version 3.3.3
|
%define mutter_version 3.3.3
|
||||||
@ -87,7 +84,6 @@ easy to use experience.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .avoid-redhat-menus
|
%patch0 -p1 -b .avoid-redhat-menus
|
||||||
%patch1 -p1 -b .firefox
|
%patch1 -p1 -b .firefox
|
||||||
%patch2 -p1 -b .gl
|
|
||||||
|
|
||||||
rm configure
|
rm configure
|
||||||
|
|
||||||
@ -139,6 +135,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
|
|||||||
%exclude %{_datadir}/gtk-doc
|
%exclude %{_datadir}/gtk-doc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 20 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
|
||||||
|
- Update to 3.3.4
|
||||||
|
|
||||||
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.3-2
|
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.3-2
|
||||||
- Rebuild for new cogl
|
- Rebuild for new cogl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user