Mailinglist Archive: opensuse-commit (861 mails)

< Previous Next >
commit gnome-main-menu for openSUSE:Factory

Hello community,

here is the log from the commit of package gnome-main-menu for openSUSE:Factory
checked in at Mon Jan 10 12:18:42 CET 2011.



--------
--- GNOME/gnome-main-menu/gnome-main-menu.changes 2010-11-30
11:04:43.000000000 +0100
+++ /mounts/work_src_done/STABLE/gnome-main-menu/gnome-main-menu.changes
2011-01-07 16:40:59.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Dec 30 01:20:51 UTC 2010 - badshah400@xxxxxxxxx
+
+- Add gnome-main-menu-tracker-needle.patch: the search entry in
+ main-menu should use tracker-needle. Fix bnc#661800.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
gnome-main-menu-tracker-needle.patch

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

Other differences:
------------------
++++++ gnome-main-menu.spec ++++++
--- /var/tmp/diff_new_pack.a9RCyT/_old 2011-01-10 12:18:18.000000000 +0100
+++ /var/tmp/diff_new_pack.a9RCyT/_new 2011-01-10 12:18:18.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gnome-main-menu (Version 0.9.15)
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@

Name: gnome-main-menu
Version: 0.9.15
-Release: 3
+Release: 4
License: GPLv2+
Summary: The GNOME Desktop Menu
Url: http://www.gnome.org
@@ -29,6 +29,8 @@
Patch0: gnome-main-menu-focus-on-menu-unmap.patch
# PATCH-FIX-UPSTREAM gnome-main-menu-fix-nautilus-sendto.patch bnc#647263
vuntz@xxxxxxxxxxxx -- Fix usage of nautilus-sendto, taken from upstream
Patch1: gnome-main-menu-fix-nautilus-sendto.patch
+# PATCH-FIX-UPSTREAM gnome-main-menu-tracker-needle.patch bnc#661800
badshah400@xxxxxxxxx -- Use tracker-needle instead of tracker-search-tool for
search entry
+Patch2: gnome-main-menu-tracker-needle.patch
BuildRequires: fdupes
BuildRequires: intltool
%if %suse_version > 1110
@@ -79,6 +81,7 @@
translation-update-upstream
%patch0 -p1
%patch1 -p1
+%patch2 -p1

%build
%configure --with-pic \

++++++ gnome-main-menu-tracker-needle.patch ++++++
commit 3f10377b9fe147829ebb04ada0448e8ee540ee97
Author: Atri Bhattacharya <badshah400@xxxxxxxxx>
Date: Fri Jan 7 16:38:22 2011 +0100

main-menu: Use tracker-needle instead of tracker-search-tool

The tracker search tool has been renamed in recent versions of tracker.

diff --git a/main-menu/etc/slab.schemas.in.in b/main-menu/etc/slab.schemas.in.in
index 722eb97..401132e 100644
--- a/main-menu/etc/slab.schemas.in.in
+++ b/main-menu/etc/slab.schemas.in.in
@@ -89,7 +89,7 @@

<applyto>/desktop/gnome/applications/main-menu/search_command</applyto>
<owner>gnome-main-menu</owner>
<type>string</type>
- <default>tracker-search-tool SEARCH_STRING</default>
+ <default>tracker-needle SEARCH_STRING</default>
<locale name="C">
<short>This is the command to execute when the
search entry is used.</short>
<long>This is the command to execute when the
search entry is used. SEARCH_STRING is replaced with the entered search
text.</long>

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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread