From 06c9174d18ead39230e1f928878254d30ae326e6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 7 Feb 2012 22:20:32 -0500 Subject: [PATCH 1/6] 3.3.5 --- .gitignore | 1 + gnome-shell.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7d69fa7..1f71340 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ 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 diff --git a/gnome-shell.spec b/gnome-shell.spec index ec58e8b..45e14b6 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,5 +1,5 @@ Name: gnome-shell -Version: 3.3.4 +Version: 3.3.5 Release: 1%{?dist} Summary: Window management and application launching for GNOME @@ -140,6 +140,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||: %exclude %{_datadir}/gtk-doc %changelog +* 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..7d9af1d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -198aa602f60b47fc738bb808ac1b8000 gnome-shell-3.3.4.tar.xz +962596686c3e94c47f7709a52712c429 gnome-shell-3.3.5.tar.xz From 2a3b6582e9ba7badda831d439bde3f57f78bc97d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 7 Feb 2012 22:34:40 -0500 Subject: [PATCH 2/6] fix file list --- gnome-shell.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnome-shell.spec b/gnome-shell.spec index 45e14b6..cca8623 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -99,6 +99,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,8 +121,10 @@ 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 From 982e4e0af5aea90e2a26642b47c8dc0cf426af4e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 9 Feb 2012 23:56:59 -0500 Subject: [PATCH 3/6] Add a missing dep --- gnome-shell.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnome-shell.spec b/gnome-shell.spec index cca8623..e5449cb 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,6 +1,6 @@ Name: gnome-shell Version: 3.3.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Window management and application launching for GNOME Group: User Interface/Desktops @@ -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, @@ -143,6 +145,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||: %exclude %{_datadir}/gtk-doc %changelog +* 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 From b871f9ab4006462df505d129cd6c0207101df276 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 25 Feb 2012 19:07:18 -0500 Subject: [PATCH 4/6] 3.3.90 --- .gitignore | 1 + gnome-shell.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1f71340..2ebaf70 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ gnome-shell-2.31.5.tar.bz2 /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 e5449cb..f5efb84 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,6 +1,6 @@ Name: gnome-shell -Version: 3.3.5 -Release: 2%{?dist} +Version: 3.3.90 +Release: 1%{?dist} Summary: Window management and application launching for GNOME Group: User Interface/Desktops @@ -145,6 +145,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||: %exclude %{_datadir}/gtk-doc %changelog +* 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) diff --git a/sources b/sources index 7d9af1d..d989a67 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -962596686c3e94c47f7709a52712c429 gnome-shell-3.3.5.tar.xz +a5c3839b6183e05ef46a67bd98519b50 gnome-shell-3.3.90.tar.xz From 2c8fc5b2b4ecdacb63c8b0b072323ec7c4e8fff9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 26 Feb 2012 11:15:42 -0500 Subject: [PATCH 5/6] fix file lists --- gnome-shell.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/gnome-shell.spec b/gnome-shell.spec index f5efb84..e279959 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -130,6 +130,7 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||: %{_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 From 9d5ea858cddee65fdaa789736653d83d377512f7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 10 Mar 2012 19:32:57 -0500 Subject: [PATCH 6/6] rebuild --- gnome-shell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-shell.spec b/gnome-shell.spec index e279959..145bb63 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,6 +1,6 @@ Name: gnome-shell Version: 3.3.90 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Window management and application launching for GNOME Group: User Interface/Desktops @@ -146,6 +146,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||: %exclude %{_datadir}/gtk-doc %changelog +* 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