Accepting request 81425 from GNOME:Apps

Pushing G:A

OBS-URL: https://build.opensuse.org/request/show/81425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=32
This commit is contained in:
Sascha Peilicke
2011-09-09 09:56:14 +00:00
committed by Git OBS Bridge
parent 1256de4568
commit 5f8b2a079f
4 changed files with 235 additions and 42 deletions

View File

@@ -1,3 +1,127 @@
-------------------------------------------------------------------
Tue Aug 23 07:05:43 UTC 2011 - andrea.turrini@gmail.com
- Fixed typos in descriptions.
-------------------------------------------------------------------
Wed Aug 17 17:45:58 CEST 2011 - dimstar@opensuse.org
- Update to version 0.11.2:
+ Build system:
- Bump tracker_api_version to 0.12 but keep major/minor as 0.11
- --with-gstreamer-backend=[tagreadbin,decodebin2,discoverer]
switches
+ libtracker-extract:
- Don't install examples/ rules mock up
- Added some debugging to know what rules files are loaded
+ tracker-extract:
- Make sure we check filtered modules for dbus calls too
- Improve checks for mimetype guessing
- Improve debugging for filtered modules and mime guessing
- Fix --force-module for commandline extraction
- Make JPEG module handle DLNA profiles
- Make PNG module handle DLNA profiles
- Make MP3 module handle DLNA profiles
- Let gstreamer extractor handle 'dlna/*' mimetypes
+ tracker-extract-gstreamer:
- Compiler warning fixes and code refactoring
- Assume UTC for dates
+ tracker-miner-fs: Disable writeback by default
+ tracker-miner-flickr: Remove deprecated Encoding key in desktop
file
+tracker-needle:
- Avoid g_markup_escape_text() critical with NULL
- Show email subject as primary information not sender
- Fix build with Vala master
+ thunderbird:
- Add desktop file so needle opens email on activation
- Use asynchronous connection opening to avoid blocking the UI
- Don't break on consecutive make installs, use -f with ln
+ firefox:
- Use asynchronous connection opening to avoid blocking the UI
- Raise compatibility level to 5.0.*
- Don't break on consecutive make installs, use -f with ln
+ Bugs fixed: bgo#655987, bgo#655789, bgo#655701, bgo#654441,
nokia#247468.
+ Updated translations.
- Drop tracker-fix-build-system.patch: fixed upstream.
- Remove autoreconf call in build section: no patch touches the
build system anymore.
- Add hack to replace update-desktop-database in trackerbird
Makefiles to point to /bin/true. During build, we can not update
the desktop database.
- Add %desktop_database_post/%desktop_database_postun in
%post/%postun of miner-thunderbird subpackages now that it
%contains a .desktop file.
- Rename library sub-packages following the upstream API name bump.
-------------------------------------------------------------------
Sat Jul 30 10:03:27 CEST 2011 - vuntz@opensuse.org
- Update to version 0.11.1:
+ New Features:
- Firefox >= 4.0 support
- Thunderbird >= 5.0 support
- Add --disable-journal configure option, previously it didn't
exist
+ Ontology: Set tracker:writeback true for nfo:Heading
+ SPARQL: Add support for HAVING and COALESCE
+ libtracker-data:
- Fix leak in db_get_locale
- Do not print critical if db-locale.txt does not exist
- Switch to manual SQLite WAL checkpointing in a separate
thread
- Make sure we don't leak sql_dir on multiple _init() calls
+ libtracker-miner:
- Translate monitor events CREATE(a)+MOVE(a->b)=UPDATE(b)
- Make sure status is set to 'Idle' on object construction
- Fix inconsistent status with progress signals
- Fix -0.00 progress being reported
- Make sure "Processing..." is 2% or higher in progress
+ libtracker-extract:
- Use nfo:heading instead of nmm:direction
- Support extraction of EXIF/XMP GPS information for images
- Ignore keywords containing invalid UTF-8
- Do not use G_CONST_RETURN
+ tracker-store:
- Check XDG directories after initializing log to reduce start
up stdout spam
- Improve UpdateArray performance
+ tracker-extract:
- MP3: Use guessed ID3v1 8-bit encoding also for ID3v2
- Playlist: Limit playlists to 1000 entries
- Handle RealMedia files with the GStreamer extractor
+ tracker-writeback:
- Refactor writeback so miner-fs performs more of the operation
itself
- Deprecate IgnoreNextUpdate API
- Support longitude, latitude and altitude information to XMP
files
- Always clear existing XMP fields before updating metadata
+ tracker-miner-fs: Check XDG directories after initializing log
to reduce start up stdout spam
+ tracker-control:
- Added --pause-for-process for potentially crash worthy
processes
- Fix crash when unable to get miner pause details
+ tracker-search: Support bookmarks with -b or --bookmarks
+ tracker-preferences: Fix apply button
+ Bug fixes: bgo#654653, bgo#654407, bgo#652433, nokia#271389,
nokia#254896, nokia#274498, nokia#274181, nokia#271747,
nokia#273120, nokia#269986, nokia#270774, nokia#259942,
nokia#269766, nokia#269931, nokia#268105, nokia#269359,
nokia#266579, nokia#251032, nokia#263203, nokia#261635.
+ Updated translations.
- Add MozillaFirefox and MozillaThunderbird BuildRequires for new
Firefox and Thunderbird support.
- Create tracker-miner-firefox and tracker-miner-thunderbird
subpackages. Even though they're not miners strictly speaking,
this makes the intent of the subpackages clearer.
- Pass --with-firefox-plugin-dir and --with-thunderbird-plugin-dir
to have the extensions installed in the right directories.
- Add tracker-fix-build-system.patch to fix installation of Firefox
and Thunderbird plugins.
-------------------------------------------------------------------
Wed Jul 6 22:58:30 CEST 2011 - vuntz@opensuse.org