Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2012-03-02 13:48:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-shell (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-shell.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-shell", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2012-02-20 
16:11:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes     
2012-03-02 13:48:03.000000000 +0100
@@ -1,0 +2,41 @@
+Thu Feb 23 07:59:27 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.90:
+  + Allow other applications to implement search providers via
+    D-Bus [bgo#663125, bgo#670148]
+  + Remove "Recent Items" search, as replaced by Documents search
+    [bgo#663125]
+  + Allow NetworkManager VPN plugins to use a shell-themed dialog
+    [bgo#658484]
+  + Port away from deprecated Clutter API [bgo#670034]
+    - StTooltip is removed
+    - StWidget is now a concrete class and can be instantiated
+    - st_container_destroy_children(),
+      st_box_layout_insert_actor(), and other functions removed in
+      favor of new replacements in Clutter.
+  + Use systemd for console/session handling when available
+  + Visual improvements to contact search, padding, top panel,
+    checkboxes [bgo#669489, bgo#669811, bgo#669993]
+  + Add a include_cursor parameter to Screenshot and
+    ScreenshotWindow D-Bus methods [bgo#670086]
+  + Add a "FlashArea" D-Bus method to do the screenshot flash
+    without a screenshot [bgo#669660]
+  + Build fixes [bgo#658484, bgo#669637]
+  + Misc bug fixes [bgo#642135, bgo#658484, bgo#658908, bgo#667694,
+    bgo#669098, bgo#669921, bgo#669662, bgo#669694, bgo#669776,
+    bgo#669887, bgo#669921, bgo#670005, bgo#670006, bgo#670319,
+    bgo#670418, bgo#670489]
+  + Updated translations.
+- Add pkgconfig(libsystemd-daemon) and pkgconfig(libsystemd-login)
+  BuildRequires: build systemd support. Note that it nicely falls
+  back to ConsoleKit if systemd is not used on the system.
+- Remove pkgconfig(gnome-desktop-3.0) BuildRequires: not needed
+  anymore.
+- Add gnome-shell-search-provider-documents Recommends: this is the
+  D-Bus service in gnome-documents that allow searching in
+  documents from the shell.
+- Manually create the %{_datadir}/gnome-shell/search-providers
+  directory in install, so that we can own this directory where
+  search providers install a .ini file.
+
+-------------------------------------------------------------------

Old:
----
  gnome-shell-3.3.5.tar.xz

New:
----
  gnome-shell-3.3.90.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-shell.spec ++++++
--- /var/tmp/diff_new_pack.lHypGN/_old  2012-03-02 13:48:04.000000000 +0100
+++ /var/tmp/diff_new_pack.lHypGN/_new  2012-03-02 13:48:04.000000000 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           gnome-shell
-Version:        3.3.5
+Version:        3.3.90
 Release:        0
 Summary:        GNOME Shell
 License:        GPL-2.0+
@@ -28,14 +29,13 @@
 BuildRequires:  update-desktop-files
 # needed for directory ownership
 BuildRequires:  dbus-1
-BuildRequires:  pkgconfig(clutter-1.0) >= 1.7.5
+BuildRequires:  pkgconfig(clutter-1.0) >= 1.9.11
 BuildRequires:  pkgconfig(folks) >= 0.5.2
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(gio-2.0) >= 2.31.6
 BuildRequires:  pkgconfig(gjs-1.0) >= 1.29.18
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(gnome-bluetooth-1.0) >= 3.1.0
-BuildRequires:  pkgconfig(gnome-desktop-3.0)
 BuildRequires:  pkgconfig(gnome-keyring-1)
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.10.1
 BuildRequires:  pkgconfig(gstreamer-0.10) >= 0.10.16
@@ -52,9 +52,11 @@
 BuildRequires:  pkgconfig(libpulse-mainloop-glib)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libstartup-notification-1.0) >= 0.11
+BuildRequires:  pkgconfig(libsystemd-daemon)
+BuildRequires:  pkgconfig(libsystemd-login)
 BuildRequires:  pkgconfig(mutter-plugins)
 BuildRequires:  pkgconfig(polkit-agent-1) >= 0.100
-BuildRequires:  pkgconfig(telepathy-glib) >= 0.15.6
+BuildRequires:  pkgconfig(telepathy-glib) >= 0.17.5
 BuildRequires:  pkgconfig(telepathy-logger-0.2) >= 0.2.4
 BuildRequires:  pkgconfig(xfixes)
 Requires:       gdk-pixbuf-loader-rsvg
@@ -84,6 +86,7 @@
 %endif
 Recommends:     %{name}-browser-plugin
 Recommends:     %{name}-lang
+Recommends:     gnome-shell-search-provider-documents
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
 
@@ -135,6 +138,8 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 # This is the directory where extensions get installed
 install -d %{buildroot}%{_datadir}/gnome-shell/extensions
+# This is the directory where search providers get installed
+install -d %{buildroot}%{_datadir}/gnome-shell/search-providers
 %find_lang %{name} %{?no_lang_C}
 %suse_update_desktop_file %{name}
 %suse_update_desktop_file gnome-shell-extension-prefs
@@ -165,11 +170,13 @@
 %{_datadir}/GConf/gsettings/gnome-shell-overrides.convert
 %{_datadir}/applications/gnome-shell.desktop
 %{_datadir}/applications/gnome-shell-extension-prefs.desktop
+%{_datadir}/dbus-1/interfaces/org.gnome.ShellSearchProvider.xml
 %{_datadir}/dbus-1/services/org.gnome.Shell.CalendarServer.service
 %{_datadir}/dbus-1/services/org.gnome.Shell.HotplugSniffer.service
 %{_datadir}/glib-2.0/schemas/org.gnome.shell.gschema.xml
 %{_datadir}/gnome-shell/
 %dir %{_datadir}/gnome-shell/extensions
+%dir %{_datadir}/gnome-shell/search-providers
 %doc %{_mandir}/man?/gnome-shell.*
 
 %files devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to