Accepting request 57522 from GNOME:Apps
Accepted submit request 57522 from user vuntz OBS-URL: https://build.opensuse.org/request/show/57522 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=14
This commit is contained in:
parent
640e96c958
commit
7f565966fc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d01fc5bee618c76454cfb5bae44a913584ef6c27abc8620599e4327ecc6a462e
|
||||
size 7287592
|
3
tracker-0.9.33.tar.bz2
Normal file
3
tracker-0.9.33.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72e53572433d9a32fac9cce66de35b56412a46096a89530284f58ac84387c9f7
|
||||
size 7296331
|
@ -1,3 +1,84 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 4 12:56:50 CET 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.9.33:
|
||||
+ Ontology: Remove tracker:isAnnotation property
|
||||
+ SPARQL:
|
||||
- Support graph retrieval using property functions
|
||||
- Accept semicolon as separator between update operations
|
||||
- Add support for INSERT/DELETE DATA
|
||||
- Fix WITH support
|
||||
- Drop deprecated support for DROP GRAPH
|
||||
+ libtracker-data:
|
||||
- Add ontology cache
|
||||
- Bypass update buffer for rdf:type deletes if possible
|
||||
+ tracker-store, libtracker-data: Enhance signal behaviour for
|
||||
batch updates
|
||||
+ libtracker-common: Print PID of process in dbus requests
|
||||
+ libtracker-miner:
|
||||
- Set proper nfo:belongsToContainer on file move operations
|
||||
- Skip IgnoreNextUpdate requests on CREATED events
|
||||
- When deleting resources, first mark unavailable and then
|
||||
fully remove them
|
||||
- Make sure original monitors are removed during a move
|
||||
operation
|
||||
- On directory remove, first remove monitors, then notify event
|
||||
- When a moved dir event detected, cancel all monitors in the
|
||||
dir
|
||||
- Don't add monitors when renaming a directory to a hidden name
|
||||
+ tracker-extract-gstreamer: Fix undefined references
|
||||
+ tracker-extract-txt: Support text files encoded in UTF-16 if
|
||||
BOM available
|
||||
+ tracker-writeback:
|
||||
- XMP: Take into account mlo:asPostalAddress
|
||||
- Fix a memoryleak on unwanted_results and cleanup
|
||||
+ tracker-writeback, libtracker-miner: Don't writeback non-strict
|
||||
mined values
|
||||
+ tracker-explorer: Port to GDBus
|
||||
+ Bugs fixed: nokia#211928, nokia#212736, nokia#213419,
|
||||
nokia#214478, bgo#638159.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 16 17:19:38 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.9.32:
|
||||
+ Added tracker-needle to replace tracker-search-tool
|
||||
+ Added --enable-guarantee-metadata to ensure nie:title and other
|
||||
metadata when missing
|
||||
+ build: disable functional-tests by default
|
||||
+ Ontology: Add tracker:notify true for nmo:Call
|
||||
+ libtracker-data: Sort function test results to avoid test
|
||||
failures
|
||||
+ libtracker-sparql: Wait for tracker-store before loading
|
||||
plugins
|
||||
+ Bugs fixed: nokia#210217, nokia#211926, nokia#198155.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 12 00:13:46 CET 2010 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.9.31:
|
||||
+ Build System updates.
|
||||
+ Ontology:
|
||||
- Added nmm:MusicAlbumDisk, nmm:musicAlbumDisk,
|
||||
nmm:albumDiskAlbum classes
|
||||
- Changed nmm:performer rdfs:domain from nmm:MusicAlbum to
|
||||
nmm:MusicAlbumDisk
|
||||
- Changed nmm:setNumber rdfs:domain from nmm:MusicAlbum to
|
||||
nmm:MusicAlbumDisk
|
||||
- Changed nmm:internationalStandardRecordingCode rdfs:domain
|
||||
from nmm:MusicAlbum to nmm:MusicPiece
|
||||
+ libtracker-sparql: Fixed documentation to include
|
||||
tracker_sparql_get_uuid_urn()
|
||||
+ libtracker-miner: Fixed documentation missing but written
|
||||
+ tracker-extract: Fixed GUPNP-DLNA extractor, was using
|
||||
"nfo.channels" not "nfo:channels"
|
||||
+ Bugs fixed: bgo#636936, bgo#624041, bgo#636604, bgo#635756,
|
||||
bgo#636383, bgo#636520, bgo#636527, nokia#207918.
|
||||
- Follow the build change and use stable number for directories
|
||||
and libraries (0.10 instead of 0.9). As a result, rename the
|
||||
library packages from *-0_9-0 to *-0_10-0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 17:39:33 CET 2010 - dimstar@opensuse.org
|
||||
|
||||
|
70
tracker.spec
70
tracker.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package tracker (Version 0.9.30)
|
||||
# spec file for package tracker (Version 0.9.33)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Luis Medinas, Portugal
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: tracker
|
||||
Version: 0.9.30
|
||||
Version: 0.9.33
|
||||
Release: 1
|
||||
# FIXME: 2010-03-24 building gtk-doc fails because of a bug in graphviz
|
||||
License: GPLv2+
|
||||
@ -177,13 +177,13 @@ including context linking and audit trails for a file object.
|
||||
It has the ability to index, store, harvest metadata, retrieve
|
||||
and search all types of files and other first class objects.
|
||||
|
||||
%package -n libtracker-client-0_9-0
|
||||
%package -n libtracker-client-0_10-0
|
||||
License: GPLv2+
|
||||
Summary: Client library for Tracker
|
||||
Group: System/Libraries
|
||||
Recommends: %{name}
|
||||
|
||||
%description -n libtracker-client-0_9-0
|
||||
%description -n libtracker-client-0_10-0
|
||||
Tracker is a powerful desktop-neutral first class object
|
||||
database, tag/metadata database, search tool and indexer.
|
||||
|
||||
@ -198,13 +198,13 @@ including context linking and audit trails for a file object.
|
||||
It has the ability to index, store, harvest metadata, retrieve
|
||||
and search all types of files and other first class objects.
|
||||
|
||||
%package -n libtracker-extract-0_9-0
|
||||
%package -n libtracker-extract-0_10-0
|
||||
License: GPLv2+
|
||||
Summary: Extract library for Tracker
|
||||
Group: System/Libraries
|
||||
Recommends: %{name}
|
||||
|
||||
%description -n libtracker-extract-0_9-0
|
||||
%description -n libtracker-extract-0_10-0
|
||||
Tracker is a powerful desktop-neutral first class object
|
||||
database, tag/metadata database, search tool and indexer.
|
||||
|
||||
@ -219,13 +219,13 @@ including context linking and audit trails for a file object.
|
||||
It has the ability to index, store, harvest metadata, retrieve
|
||||
and search all types of files and other first class objects.
|
||||
|
||||
%package -n libtracker-miner-0_9-0
|
||||
%package -n libtracker-miner-0_10-0
|
||||
License: GPLv2+
|
||||
Summary: Miner library for Tracker
|
||||
Group: System/Libraries
|
||||
Recommends: %{name}
|
||||
|
||||
%description -n libtracker-miner-0_9-0
|
||||
%description -n libtracker-miner-0_10-0
|
||||
Tracker is a powerful desktop-neutral first class object
|
||||
database, tag/metadata database, search tool and indexer.
|
||||
|
||||
@ -240,13 +240,13 @@ including context linking and audit trails for a file object.
|
||||
It has the ability to index, store, harvest metadata, retrieve
|
||||
and search all types of files and other first class objects.
|
||||
|
||||
%package -n libtracker-sparql-0_9-0
|
||||
%package -n libtracker-sparql-0_10-0
|
||||
License: GPLv2+
|
||||
Summary: Sparql library for Tracker
|
||||
Group: System/Libraries
|
||||
Recommends: %{name}
|
||||
|
||||
%description -n libtracker-sparql-0_9-0
|
||||
%description -n libtracker-sparql-0_10-0
|
||||
Tracker is a powerful desktop-neutral first class object
|
||||
database, tag/metadata database, search tool and indexer.
|
||||
|
||||
@ -266,10 +266,10 @@ License: GPLv2+
|
||||
Summary: Tracker -- Development files
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: glib2-devel
|
||||
Requires: libtracker-client-0_9-0 = %{version}
|
||||
Requires: libtracker-extract-0_9-0 = %{version}
|
||||
Requires: libtracker-miner-0_9-0 = %{version}
|
||||
Requires: libtracker-sparql-0_9-0 = %{version}
|
||||
Requires: libtracker-client-0_10-0 = %{version}
|
||||
Requires: libtracker-extract-0_10-0 = %{version}
|
||||
Requires: libtracker-miner-0_10-0 = %{version}
|
||||
Requires: libtracker-sparql-0_10-0 = %{version}
|
||||
|
||||
%description -n tracker-devel
|
||||
Tracker is a powerful desktop-neutral first class object
|
||||
@ -357,27 +357,27 @@ rm -r %{buildroot}%{_datadir}/tracker-tests
|
||||
%suse_update_desktop_file %{buildroot}%{_datadir}/tracker/miners/tracker-miner-flickr.desktop
|
||||
%suse_update_desktop_file %{buildroot}%{_datadir}/tracker/miners/tracker-miner-rss.desktop
|
||||
%suse_update_desktop_file tracker-preferences X-SuSE-ControlCenter-Personal
|
||||
%suse_update_desktop_file tracker-search-tool DesktopUtility
|
||||
%suse_update_desktop_file tracker-needle DesktopUtility
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post -n libtracker-client-0_9-0 -p /sbin/ldconfig
|
||||
%post -n libtracker-client-0_10-0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libtracker-client-0_9-0 -p /sbin/ldconfig
|
||||
%postun -n libtracker-client-0_10-0 -p /sbin/ldconfig
|
||||
|
||||
%post -n libtracker-extract-0_9-0 -p /sbin/ldconfig
|
||||
%post -n libtracker-extract-0_10-0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libtracker-extract-0_9-0 -p /sbin/ldconfig
|
||||
%postun -n libtracker-extract-0_10-0 -p /sbin/ldconfig
|
||||
|
||||
%post -n libtracker-miner-0_9-0 -p /sbin/ldconfig
|
||||
%post -n libtracker-miner-0_10-0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libtracker-miner-0_9-0 -p /sbin/ldconfig
|
||||
%postun -n libtracker-miner-0_10-0 -p /sbin/ldconfig
|
||||
|
||||
%post -n libtracker-sparql-0_9-0 -p /sbin/ldconfig
|
||||
%post -n libtracker-sparql-0_10-0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libtracker-sparql-0_9-0 -p /sbin/ldconfig
|
||||
%postun -n libtracker-sparql-0_10-0 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -395,7 +395,7 @@ rm -rf %{buildroot}
|
||||
%{_libexecdir}/%{name}-extract
|
||||
%{_libexecdir}/%{name}-store
|
||||
%{_libexecdir}/%{name}-writeback
|
||||
%{_libdir}/%{name}-0.9/
|
||||
%{_libdir}/%{name}-0.10/
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Extract.service
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.service
|
||||
@ -413,7 +413,6 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man5/tracker-fts.cfg.5*
|
||||
%{_mandir}/man5/tracker-store.cfg.5*
|
||||
# Exclude files which live in other packages
|
||||
%exclude %{_datadir}/%{name}/icons/thumbnail_frame.png
|
||||
%exclude %{_datadir}/%{name}/icons/tracker-applet-*.png
|
||||
%exclude %{_datadir}/%{name}/miners/tracker-miner-applications.desktop
|
||||
%exclude %{_datadir}/%{name}/miners/tracker-miner-evolution.desktop
|
||||
@ -423,7 +422,6 @@ rm -rf %{buildroot}
|
||||
%exclude %{_datadir}/%{name}/GNOME_Search_Bar_Applet.xml
|
||||
%exclude %{_datadir}/%{name}/tracker-preferences.ui
|
||||
%exclude %{_datadir}/%{name}/tracker-search-bar.ui
|
||||
%exclude %{_datadir}/%{name}/tst.ui
|
||||
|
||||
%files miner-evolution
|
||||
%defattr(-,root,root)
|
||||
@ -467,38 +465,36 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/apps/tracker.*
|
||||
%{_datadir}/%{name}/tracker-preferences.ui
|
||||
%{_mandir}/man1/tracker-preferences.1*
|
||||
# search tool
|
||||
%{_bindir}/tracker-search-tool
|
||||
%{_datadir}/applications/tracker-search-tool.desktop
|
||||
%{_datadir}/%{name}/icons/thumbnail_frame.png
|
||||
%{_datadir}/%{name}/tst.ui
|
||||
%{_mandir}/man1/tracker-search-tool.1*
|
||||
# Tracker Needle (former search tool)
|
||||
%{_bindir}/tracker-needle
|
||||
%{_datadir}/applications/tracker-needle.desktop
|
||||
%{_mandir}/man1/tracker-needle.1*
|
||||
# status icon
|
||||
%{_bindir}/%{name}-status-icon
|
||||
%{_datadir}/%{name}/icons/tracker-applet-*.png
|
||||
%{_sysconfdir}/xdg/autostart/tracker-status-icon.desktop
|
||||
%{_mandir}/man1/tracker-status-icon.1*
|
||||
|
||||
%files -n libtracker-client-0_9-0
|
||||
%files -n libtracker-client-0_10-0
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libtracker-client*.so.*
|
||||
|
||||
%files -n libtracker-extract-0_9-0
|
||||
%files -n libtracker-extract-0_10-0
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libtracker-extract*.so.*
|
||||
|
||||
%files -n libtracker-miner-0_9-0
|
||||
%files -n libtracker-miner-0_10-0
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libtracker-miner*.so.*
|
||||
|
||||
%files -n libtracker-sparql-0_9-0
|
||||
%files -n libtracker-sparql-0_10-0
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/libtracker-sparql*.so.*
|
||||
|
||||
%files -n tracker-devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/lib*.so
|
||||
%{_includedir}/tracker-0.9/
|
||||
%{_includedir}/tracker-0.10/
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
#%{_datadir}/gtk-doc/html/libtracker-common/
|
||||
#%{_datadir}/gtk-doc/html/libtracker-miner/
|
||||
|
Loading…
Reference in New Issue
Block a user