Accepting request 75717 from GNOME:Apps

Change that can go in after G:F push

OBS-URL: https://build.opensuse.org/request/show/75717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=30
This commit is contained in:
Sascha Peilicke 2011-07-08 07:38:58 +00:00 committed by Git OBS Bridge
parent b574c67db5
commit bf5eefe571
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jul 6 22:58:30 CEST 2011 - vuntz@opensuse.org
- Apply tracker-removeable-media-off.patch on 11.4 and earlier
only: this setting is available in GSettings, and the
gio-branding-openSUSE package available in 12.1 and later changes
the default value.
-------------------------------------------------------------------
Mon Jul 4 16:31:13 CEST 2011 - vuntz@opensuse.org

View File

@ -30,7 +30,7 @@ Group: Productivity/Other
Source0: %{name}-%{version}.tar.bz2
Source1: README.SUSE.flickr
Source2: README.SUSE.rss
# PATCH-FIX-OPENSUSE tracker-removeable-media-off.patch bgo622288 badshah400@gmail.com -- Disable indexing on removable media by default. See bgo#622288 for how it should be done properly.
# PATCH-FIX-OPENSUSE tracker-removeable-media-off.patch bgo622288 badshah400@gmail.com -- Disable indexing on removable media by default. This is only needed for 11.4 and earlier, as 12.1 and later have proper default values in GSettings.
Patch1: tracker-removeable-media-off.patch
BuildRequires: NetworkManager-devel
BuildRequires: dbus-1-glib-devel
@ -317,7 +317,9 @@ This package contains an nautilus plugin to tag files with Tracker.
%prep
%setup -q
translation-update-upstream
%if 0%{?suse_version} <= 1140
%patch1 -p1
%endif
cp %{S:1} src/miners/flickr/README.SUSE
cp %{S:2} src/miners/rss/README.SUSE