Update to 0.16.3

This commit is contained in:
Kalev Lember 2013-11-01 22:48:29 +01:00
parent 3b7ccccac7
commit 8f642876fc
3 changed files with 6 additions and 44 deletions

View File

@ -1,37 +0,0 @@
From a9ce2d7941c6c795434a6dc8fb6aeacf5f79fed6 Mon Sep 17 00:00:00 2001
From: Matthias Clasen <mclasen@redhat.com>
Date: Wed, 26 Jun 2013 01:18:13 -0400
Subject: [PATCH] Fix typos in tracker-search man page
A few of the short options were misspelt.
https://bugzilla.gnome.org/show_bug.cgi?id=703097
---
docs/manpages/tracker-search.1 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/manpages/tracker-search.1 b/docs/manpages/tracker-search.1
index 1b18c88..1e76fdd 100644
--- a/docs/manpages/tracker-search.1
+++ b/docs/manpages/tracker-search.1
@@ -70,7 +70,7 @@ and
.B \-f, \-\-files
Search for files of any type matching \fIEXPRESSION\fR (optional).
.TP
-.B \-e, \-\-folders
+.B \-s, \-\-folders
Search for folders matching \fIEXPRESSION\fR (optional).
.TP
.B \-m, \-\-music
@@ -82,7 +82,7 @@ Search for music albums matching \fIEXPRESSION\fR (optional).
.B \-\-music\-artists
Search for music artists matching \fIEXPRESSION\fR (optional).
.TP
-.B \-l, \-\-images
+.B \-i, \-\-images
Search for images matching \fIEXPRESSION\fR (optional).
.TP
.B \-v, \-\-videos
--
1.8.3.1

View File

@ -1 +1 @@
aff0080e06cd9304c40a08a0400dd7e5 tracker-0.16.2.tar.xz
060cef194a4ac9e28927a33bec8cce54 tracker-0.16.3.tar.xz

View File

@ -14,8 +14,8 @@
Summary: Desktop-neutral search tool and indexer
Name: tracker
Version: 0.16.2
Release: 5%{?dist}
Version: 0.16.3
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: http://projects.gnome.org/tracker/
@ -25,9 +25,6 @@ Source0: http://download.gnome.org/sources/tracker/0.16/%{name}-%{version}.tar.x
# https://bugzilla.redhat.com/show_bug.cgi?id=771601
Patch1: tracker-0.15-onlyshowin.patch
# https://bugzilla.gnome.org/show_bug.cgi?id=703089
Patch2: 0001-Fix-typos-in-tracker-search-man-page.patch
BuildRequires: poppler-glib-devel libxml2-devel libgsf-devel libgxps-devel
BuildRequires: libuuid-devel dbus-glib-devel
BuildRequires: nautilus-devel
@ -142,7 +139,6 @@ This package contains the documentation for tracker
%setup -q
%patch1 -p1 -b .onlyshowin
%patch2 -p1 -b .manpage
#%global evo_plugins_dir %(pkg-config evolution-plugin-3.0 --variable=plugindir)
@ -275,6 +271,9 @@ fi
%{_datadir}/gtk-doc/html/ontology/
%changelog
* Fri Nov 01 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.3-1
- Update to 0.16.3
* Wed Oct 30 2013 Richard Hughes <rhughes@redhat.com> - 0.16.2-5
- Rebuild for upower soname bump