Update to 0.14.4 (http://download.gnome.org/sources/tracker/0.14/tracker-0.14.4.changes)
This commit is contained in:
parent
73f942b48a
commit
be2e295c2f
2
sources
2
sources
@ -1 +1 @@
|
||||
f3a871beeebf86fd752863ebd22af9ac tracker-0.14.2.tar.xz
|
||||
9eb11a79ec2320e90af72b693c39dbc7 tracker-0.14.4.tar.xz
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/tracker-extract/tracker-extract-pdf.c 2012-02-15 10:19:19.000000000 -0500
|
||||
+++ src/tracker-extract/tracker-extract-pdf.c.new 2012-02-27 16:34:11.407153064 -0500
|
||||
@@ -451,7 +451,7 @@
|
||||
len = 0;
|
||||
} else {
|
||||
contents = (gchar *) mmap (NULL, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0);
|
||||
- if (contents == NULL) {
|
||||
+ if (contents == NULL || contents == MAP_FAILED) {
|
||||
g_warning ("Could not mmap pdf file '%s': %s\n",
|
||||
filename,
|
||||
g_strerror (errno));
|
@ -1,7 +1,7 @@
|
||||
Summary: Desktop-neutral search tool and indexer
|
||||
Name: tracker
|
||||
Version: 0.14.2
|
||||
Release: 4%{?dist}
|
||||
Version: 0.14.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: http://projects.gnome.org/tracker/
|
||||
@ -268,6 +268,9 @@ fi
|
||||
%{_datadir}/gtk-doc/html/ontology/
|
||||
|
||||
%changelog
|
||||
* Fri Nov 02 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.4-1
|
||||
- Update to 0.14.4 (http://download.gnome.org/sources/tracker/0.14/tracker-0.14.4.changes)
|
||||
|
||||
* Thu Sep 20 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.2-4
|
||||
- Mark autostart desktop files as config (Gerd v. Egidy & Rex Dieter, #842318)
|
||||
- Move all the files related to the Flickr miner in the '-miner-flicker' subpackage (Mathieu Bridon, #850900)
|
||||
|
Loading…
Reference in New Issue
Block a user