- Update to 3.5.4

This commit is contained in:
Ray Strode 2012-07-18 11:30:17 -04:00
parent 40d9ec26ca
commit 0430ee2486
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -34,3 +34,4 @@ gnome-shell-2.31.5.tar.bz2
/gnome-shell-3.4.1.tar.xz
/gnome-shell-3.5.2.tar.xz
/gnome-shell-3.5.3.tar.xz
/gnome-shell-3.5.4.tar.xz

View File

@ -1,6 +1,6 @@
Name: gnome-shell
Version: 3.5.3
Release: 2%{?dist}
Version: 3.5.4
Release: 1%{?dist}
Summary: Window management and application launching for GNOME
Group: User Interface/Desktops
@ -105,6 +105,7 @@ 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
desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.desktop
# fixme: do we want to include this ?
rm %{buildroot}/usr/bin/gnome-shell-perf-tool
@ -133,6 +134,7 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/applications/gnome-shell.desktop
%{_datadir}/applications/gnome-shell-extension-prefs.desktop
%{_datadir}/applications/evolution-calendar.desktop
%{_datadir}/gnome-shell/
%{_datadir}/dbus-1/services/org.gnome.Shell.CalendarServer.service
%{_datadir}/dbus-1/services/org.gnome.Shell.HotplugSniffer.service
@ -152,6 +154,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null
%exclude %{_datadir}/gtk-doc
%changelog
* Wed Jul 18 2012 Ray Strode <rstrode@redhat.com> 3.5.4-1
- Update to 3.5.4
* Tue Jun 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.3-2
- Rebuild against new e-d-s

View File

@ -1 +1 @@
7f0aa38d6a3297fcc2cf59ce27b66986 gnome-shell-3.5.3.tar.xz
2114c9ad22c6f308b99a7ca5826ab7a1 gnome-shell-3.5.4.tar.xz