diff --git a/initial-data.ttl b/initial-data.ttl deleted file mode 100644 index 1aa5e15..0000000 --- a/initial-data.ttl +++ /dev/null @@ -1,20 +0,0 @@ -@prefix rdf: . -@prefix nrl: . -@prefix nid3: . -@prefix nao: . -@prefix nco: . -@prefix nmo: . -@prefix nfo: . -@prefix nie: . -@prefix ncal: . -@prefix xsd: . -@prefix mfo: . - - a mfo:FeedChannel; - nie:title "Planet Maemo"; - nie:description "Blog entries from Maemo community"; - nie:contentLastModified "2009-03-11T20:20:55+00:00". - - a mfo:FeedChannel; - nie:title "Planet GNOME"; - nie:contentLastModified "2009-03-11T18:29:08+00:00". diff --git a/tracker-0.9.19.tar.bz2 b/tracker-0.9.19.tar.bz2 deleted file mode 100644 index 0d4c891..0000000 --- a/tracker-0.9.19.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0411e1cb4f9a611205b606535bb49bf7bb1f5f9dba9381641f9fc68b94cab535 -size 7245962 diff --git a/tracker-0.9.20.tar.bz2 b/tracker-0.9.20.tar.bz2 new file mode 100644 index 0000000..5b42678 --- /dev/null +++ b/tracker-0.9.20.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b639fcb25e64a4fa3d67d88420a38b84372768c2d4841be3b69072c18cdfe8f +size 6946389 diff --git a/tracker.changes b/tracker.changes index ca5e23d..be64475 100644 --- a/tracker.changes +++ b/tracker.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Sep 9 19:22:59 CEST 2010 - dimstar@opensuse.org + +- Update to version 0.9.20: + + bgo#628859: Ship examples/rss-reader/initial-data.ttl in + tarballs + + bgo#628872: tracker-control -t or -k shouldn't kill + tracker-status-icon + + nokia#187558: nfo:belongsToContainer not set for music files + synchronized from Ovi Suite to the device + + nokia#189896: BatchCommit doesn't send reply + + Ontology: + - Added slo:categoryIconUrl for category icons in the location + ontology + - Added slo:iconUrl for landmark icons in the location ontology + - Added nfo:manufacturer to replace nfo:make + - Updated documentation, use plainTextContent instead of + plainTextMessageContent + + libtracker-data: Fixed signed char comparison in SPARQL scanner + + tracker-store: + - Fixed class-signaling rdf_types array after delete + - Fixed class-signaling to emit all triples for rdf:type + predicates + + tracker-extract: + - MSOffice, fixed to set nfo:Presentation & nfo:Spreadsheet + - tracker-extract: GStreamer, use integer division for rounding + duration + - Tiff, updated to use canonical uris with new nfo:manufacturer + ontology + + tracker-miner-flickr: + - Fixed so tracker-search-icon doesn't show constant polling + - Fixed criticals for photos with no tags + + tracker-miner-rss: Fixed so tracker-search-icon doesn't show + constant polling. +- Remove supplied initial-data.ttl, as it is now shipped in the + tarball. + ------------------------------------------------------------------- Mon Sep 6 09:42:14 CEST 2010 - vuntz@opensuse.org diff --git a/tracker.spec b/tracker.spec index 5020b3b..ed51b99 100644 --- a/tracker.spec +++ b/tracker.spec @@ -1,5 +1,5 @@ # -# spec file for package tracker (Version 0.9.19) +# spec file for package tracker (Version 0.9.20) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 Luis Medinas, Portugal @@ -19,8 +19,8 @@ Name: tracker -Version: 0.9.19 -Release: 2 +Version: 0.9.20 +Release: 1 # FIXME: 2010-03-24 building gtk-doc fails because of a bug in graphviz License: GPLv2+ Summary: Powerful object database, tag/metadata database, search tool and indexer @@ -29,8 +29,6 @@ Group: Productivity/Other Source0: %{name}-%{version}.tar.bz2 Source1: README.SUSE.flickr Source2: README.SUSE.rss -# File missing from tarball, see bgo#628859 -Source3: initial-data.ttl # 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. Patch1: tracker-removeable-media-off.patch BuildRequires: NetworkManager-devel @@ -329,9 +327,6 @@ translation-update-upstream %patch1 -p1 cp %{S:1} src/miners/flickr/README.SUSE cp %{S:2} src/miners/rss/README.SUSE -# Remove this when file is added to tarball, bgo#628859 -test ! -f examples/rss-reader/initial-data.ttl -cp %{S:3} examples/rss-reader/ %build %configure \