diff --git a/.gitignore b/.gitignore index 7d69fa7..2ebaf70 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,5 @@ gnome-shell-2.31.5.tar.bz2 /gnome-shell-3.3.2.tar.xz /gnome-shell-3.3.3.tar.xz /gnome-shell-3.3.4.tar.xz +/gnome-shell-3.3.5.tar.xz +/gnome-shell-3.3.90.tar.xz diff --git a/gnome-shell.spec b/gnome-shell.spec index 3fbdfe1..145bb63 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,5 +1,5 @@ Name: gnome-shell -Version: 3.3.4 +Version: 3.3.90 Release: 2%{?dist} Summary: Window management and application launching for GNOME @@ -72,6 +72,8 @@ Requires: polkit%{?_isa} >= 0.100 Requires: at-spi2-atk%{?_isa} # needed for on-screen keyboard Requires: caribou%{?_isa} +# needed for the user menu +Requires: accountsservice-libs %description GNOME Shell provides core user interface functions for the GNOME 3 desktop, @@ -99,6 +101,7 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -rf %{buildroot}/%{_libdir}/mozilla/plugins/*.la desktop-file-validate %{buildroot}%{_datadir}/applications/gnome-shell.desktop +desktop-file-validate %{buildroot}%{_datadir}/applications/gnome-shell-extension-prefs.desktop %find_lang %{name} @@ -120,11 +123,14 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||: %doc COPYING README %{_bindir}/gnome-shell %{_bindir}/gnome-shell-extension-tool +%{_bindir}/gnome-shell-extension-prefs %{_datadir}/glib-2.0/schemas/*.xml %{_datadir}/applications/gnome-shell.desktop +%{_datadir}/applications/gnome-shell-extension-prefs.desktop %{_datadir}/gnome-shell/ %{_datadir}/dbus-1/services/org.gnome.Shell.CalendarServer.service %{_datadir}/dbus-1/services/org.gnome.Shell.HotplugSniffer.service +%{_datadir}/dbus-1/interfaces/org.gnome.ShellSearchProvider.xml %{_libdir}/gnome-shell/ %{_libdir}/mozilla/plugins/*.so %{_libexecdir}/gnome-shell-calendar-server @@ -140,9 +146,18 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||: %exclude %{_datadir}/gtk-doc %changelog -* Wed Mar 14 2012 Brian Pepple - 3.3.4-2 +* Sat Mar 10 2012 Matthias Clasen - 3.3.90-2 - Rebuild for new cogl +* Sat Feb 26 2012 Matthias Clasen - 3.3.90-1 +- Update to 3.3.90 + +* Thu Feb 9 2012 Matthias Clasen - 3.3.5-2 +- Depend on accountsservice-libs (#755112) + +* Tue Feb 7 2012 Matthias Clasen - 3.3.5-1 +- Update to 3.3.5 + * Fri Jan 20 2012 Matthias Clasen - 3.3.4-1 - Update to 3.3.4 diff --git a/sources b/sources index d5debf6..d989a67 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -198aa602f60b47fc738bb808ac1b8000 gnome-shell-3.3.4.tar.xz +a5c3839b6183e05ef46a67bd98519b50 gnome-shell-3.3.90.tar.xz