Hello community,

here is the log from the commit of package tracker for openSUSE:Factory
checked in at Sun Oct 16 13:06:03 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/tracker/tracker-extras.changes 2011-10-14 
15:23:33.000000000 +0200
@@ -0,0 +1,1588 @@
+-------------------------------------------------------------------
+Fri Oct 14 13:22:34 UTC 2011 - [email protected]
+
+- Add tracker-fix-include-sched-idle.patch to enable building on
+  11.4, where path of an include is different.
+
+-------------------------------------------------------------------
+Fri Oct 14 10:19:18 UTC 2011 - [email protected]
+
+- Split the build of tracker in two, with a new
+  tracker-extras.spec, in order to break the tracker/nautilus build
+  loop (and avoid future similar loops):
+  + in tracker.spec, build the basis of tracker: the command-line
+    tools, the libraries, the devel subpackage and the files miner.
+  + in tracker-extras.spec, build addons that have extra
+    dependencies: the panel applet, the evolution miner, the
+    firefox plugin, the graphical tools, the flickr miner, the rss
+    miner, the nautilus extension and the thunderbird miner.
+  + re-organize tracker.spec for this since tracker-extras.spec is
+    generated from it.
+- Remove unneeded graphviz BuildRequires: this was only needed when
+  rebuilding the gtk-doc documentation.
+- Remove explicit glib2-devel Requires from devel subpackage: this
+  will automatically be added the pkgconfig() way.
+
+-------------------------------------------------------------------
+Thu Oct 13 15:54:01 UTC 2011 - [email protected]
+
+- Update to version 0.12.5:
+  + SPARQL:
+    - Support DELETE WHERE {...}
+    - Support SELECT (Expression AS Var) syntax
+  + tracker-extract-gstreamer: flag renamed from TAGS to
+    LIGHTWEIGHT in GStreamer
+  + Build fix.
+  + Bugs fixed: bgo#655177, bgo#272997, nokia#285979, nokia#286103.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Oct 10 08:12:21 UTC 2011 - [email protected]
+
+- Update to version 0.12.4:
+  + libtracker-common:
+    - Fixed missing include directive for utils tests
+    - Disable configure.ac checks for ioprio_set()
+  + libtracker-data: Set journal_size_limit to 10 MB
+  + tracker-extract: Fixed critical when FD list is missing
+  + tracker-extract-oasis: Ignore empty values and invalid dates
+  + tracker-extract-gstreamer: Fixed division by zero
+  + tracker-extract-gif: Fixed file descriptor leak in error case
+  + tracker-extract-pdf: Fixed file descriptor leak in error cases
+  + tracker-miner-fs: Fixed theme icon URIs for application indexing
+  + firefox, thunderbird: Don't operate with tracker 0.10
+    libraries, only 0.12
+  + functional-tests updates.
+  + Bugs fixed: bgo#647575, bgo#660350, bgo#659995, bgo#660589,
+    bgo#660601, bgo#660123, bgo#657183, nokia#257478, nokia#284711,
+    nokia#217566, nokia#285251.
+  + Updated translations.
+- Drop tracker-firefox-no-tracker-0.10.patch: fixed upstream.
+- Do not rebuild gtk-doc documentation:
+  + The tarball now correctly installs the documentation without a
+    rebuild, except the ontology one. This is a good enough
+    trade-off (as building requires some dependencies).
+  + Remove dia and gtk-doc BuildRequires.
+  + Stop passing --enable-gtk-doc to configure.
+
+-------------------------------------------------------------------
+Thu Oct  6 15:23:58 UTC 2011 - [email protected]
+
+- Change vala-devel BuildRequires to vala as vala-devel is an old
+  deprecated name (bnc#720908).
+
+-------------------------------------------------------------------
+Thu Sep 29 10:08:38 UTC 2011 - [email protected]
+
+- Add tracker-firefox-no-tracker-0.10.patch: do not try to use the
+  0.10 libraries in the Firefox extension as it makes Firefox
+  hang/crash.
+
+-------------------------------------------------------------------
+Mon Sep 26 11:29:31 UTC 2011 - [email protected]
+
+- Update to version 0.12.3:
+  + tracker-extract: Allow g_open() without O_NOATIME if -EPERM is
+    returned
+  + tracker-extract-png: Handle raw profiles by Imagemagick encoded
+    with line changes/twists
+  + tracker-preferences: Remove throttle implementation
+  + Bugs fixed: bgo#659422, nokia#283501.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Thu Sep 22 21:08:44 UTC 2011 - [email protected]
+
+- Update to version 0.12.2:
+  + libtracker-common: Refactor tracker_file_open() which was buggy
+    and should use O_NOATIME
+  + libtracker-data:
+    - Drop all indexes before index recreation
+    - Make index recreation less verbose
+  + libtracker-miner: Improve documentation for
+    tracker_miner_manager_pause_for_process()
+  + libtracker-extract: Do not leak GMatchInfo objects
+  + tracker-miner-fs: Disable wake ups every 10 seconds by default
+    (for disk space checks)
+  + tracker-extract-png: Handle raw profiles by Imagemagick encoded
+    with line changes/twists
+  + tracker-extract: Use O_NOATIME for TEXT, XMP, PDF, TIFF, GIF,
+    MSOFFICE, ODF ABW and FLAC files
+  + tracker-writeback:
+    - Propagate all errors of writeback over DBus
+    - Handle if there's no module for the passed rdf types
+  + tracker-control: Don't finalize TrackerMinerManager with
+    --pause-for-process causing it to break
+  + tracker-preferences: Use one list for locations and add XDG
+    toggle buttons
+  + Bugs fixed: bgo#659806, bgo#659470, bgo#659620, nokia#276653,
+    nokia#282957, nokia#282541.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Sep 16 07:48:07 UTC 2011 - [email protected]
+
+- Update to version 0.12.1:
+  + libtracker-data: Support removing rdfs:subPropertyOf in
+    ontology
+  + libtracker-miner:
+    - Export TrackerTask* and TrackerPriority* API for new unit
+      tests
+    - Check to turn create + delete events into noop was wrong in
+      check_item_queues()
+  + libtracker-extract: Fix Regions of Interest SPARQL generated
+    from metadata
+  + tracker-miner-fs: Avoid trying to parse directories as desktop
+    files
+  + Bugs fixed:
+    - bgo#659062: Shouldn't index removable media devices by
+      default
+    - bgo#659063: Should enable indexing on battery by default
+    - bgo#651815, bgo#658645, bgo#658706, bgo#658787, nokia#282190,
+      nokia#282393, nokia#277052, nokia#281335.
+  + Updated translations.
+- Remove dbus-1-glib-devel: the dependency has been removed
+  upstream.
+
+-------------------------------------------------------------------
+Fri Sep  9 11:41:04 UTC 2011 - [email protected]
+
+- Update to version 0.12.0:
+  + New Feature:
+    - Region of interest support in image formats (for example
+      tagging people in images)
+  + libtracker-common: Do not delete old log files when starting
+    components
+  + tracker-miner-fs:
+    - Improve query performance for updating tracker:available on
+      mounting
+    - Handle desktop files of Type=Link
+    - Support local (in $HOME) XDG directories for desktop files
+  + tracker-control: Added --set-log-verbsosity to change component
+    log verbosity
+  + Various bug fixes.
+- Remove sed hack from %build to disable call to
+  update-desktop-database on "make install": fixed upstream.
+- Change build_evo macro to 1, to build the evolution miner now
+  that it has been ported to new evolution.
+
+-------------------------------------------------------------------
+Tue Aug 23 07:05:43 UTC 2011 - [email protected]
+
+- Fixed typos in descriptions.
+
+-------------------------------------------------------------------
+Wed Aug 17 17:45:58 CEST 2011 - [email protected]
+
+- 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
++++ 1391 more lines (skipped)
++++ between /dev/null
++++ and /mounts/work_src_done/STABLE/tracker/tracker-extras.changes
--- openSUSE:Factory/tracker/tracker.changes    2011-10-13 19:47:34.000000000 
+0200
+++ /mounts/work_src_done/STABLE/tracker/tracker.changes        2011-10-14 
15:23:34.000000000 +0200
@@ -1,0 +2,25 @@
+Fri Oct 14 13:22:34 UTC 2011 - [email protected]
+
+- Add tracker-fix-include-sched-idle.patch to enable building on
+  11.4, where path of an include is different.
+
+-------------------------------------------------------------------
+Fri Oct 14 10:19:18 UTC 2011 - [email protected]
+
+- Split the build of tracker in two, with a new
+  tracker-extras.spec, in order to break the tracker/nautilus build
+  loop (and avoid future similar loops):
+  + in tracker.spec, build the basis of tracker: the command-line
+    tools, the libraries, the devel subpackage and the files miner.
+  + in tracker-extras.spec, build addons that have extra
+    dependencies: the panel applet, the evolution miner, the
+    firefox plugin, the graphical tools, the flickr miner, the rss
+    miner, the nautilus extension and the thunderbird miner.
+  + re-organize tracker.spec for this since tracker-extras.spec is
+    generated from it.
+- Remove unneeded graphviz BuildRequires: this was only needed when
+  rebuilding the gtk-doc documentation.
+- Remove explicit glib2-devel Requires from devel subpackage: this
+  will automatically be added the pkgconfig() way.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  pre_checkin.sh
  tracker-extras.changes
  tracker-extras.spec
  tracker-fix-include-sched-idle.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tracker-extras.spec ++++++
++++ 806 lines (skipped)

++++++ tracker.spec ++++++
++++ 954 lines (skipped)
++++ between openSUSE:Factory/tracker/tracker.spec
++++ and /mounts/work_src_done/STABLE/tracker/tracker.spec

++++++ pre_checkin.sh ++++++
#!/bin/sh

cp tracker.changes tracker-extras.changes
sed "s/\(%define *build_extras *\)0/\11/;s/\(^Name: 
*\)tracker.*/\1tracker-extras/" tracker.spec > tracker-extras.spec
sed -i "
    /^Name: *tracker-extras/i \
# Do not edit this auto generated file! Edit tracker.spec.
" tracker-extras.spec
++++++ tracker-fix-include-sched-idle.patch ++++++
--- src/libtracker-common/tracker-sched.c       2011-10-06 08:07:14.000000000 
-0500
+++ src/libtracker-common/tracker-sched.c.orig  2011-10-13 16:43:03.000000000 
-0500
@@ -26,6 +26,7 @@
 #endif
 
 #include <errno.h>
+#include <linux/sched.h>
 #include <sched.h>
 
 #include <glib.h>
continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to