Have to Reverted to 0.10.6. It brings new issues below:
16592 [REG][Trunk-testing]show GDBus.Error while using tracker-search
16597 [N900] Tracker search always report "Tracker-Critical" error while
trying to search.
You could find 0.10.8 in backup:revert
Peter
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Mishra Maitrey
> Sent: Thursday, April 21, 2011 11:02 PM
> To: [email protected]
> Subject: [meego-commits] 16724: Changes to Trunk:Testing/tracker
>
> Hi,
> I have made the following changes to tracker in project Trunk:Testing. Please
> review and accept ASAP.
>
> Thank You,
> Mishra Maitrey
>
> [This message was auto-generated]
>
> ---
>
> Request #16724:
>
> submit: devel:contentfw/tracker(r64) -> Trunk:Testing/tracker
>
>
> Message:
> BMC#16511 (Update to upstream) BMC#15947 depends on this package
> * Mon Apr 18 2011 Mishra Maitrey <[email protected]> 0.10.8
> - BMC#16511 (Update to upstream) BMC#15947 depends on this package
> - Require: Vala >= 0.12.0 (was 0.11.4), due to introspection issues
> - Require: GObject Introspection >= 0.9.5
> - New Feature: Introspection support for libtracker-{sparql|miner|extract}
> - Crashes in sqlite
> - "initial-sleep" configuration in miner-fs broken
> - Add macro to check Tracker version
> - Add a doap file to keep master.gnome.org happy when releasing
> - ~/.cache/tracker/no-need-mtime-check.txt is not written if tracker-store is
> stopped before tracker-miner-fs
> - COREWEB: [/usr/bin/call-history,/usr/bin/messaging-ui] 'sqlite3DbMallocRaw
> sqlite3VdbeMemGrow sqlite3VdbeMemSetStr bindText sqlite3_bind_text'
> - Customized album art image not shown in Music application
> - Black thumbnail is displayed after delete favourite image
> - Some PDF files are not indexed
> - GConf should use the GDBus port, as libdbus isn't thread safe and crashes
> are
> being seen fetching the configuration values of meegotouch locale
> - COREWEB: applications crashing for 'strcmp __dlerror fetch_dlerror
> _g_module_symbol g_module_symbol'
> - libtracker-sparql: Fixed test case on cancellation error check
> - libtracker-data: Protect tracker_db_cursor_get_* with mutex
> - libtracker-bus: There is no BatchUpdateArray, UpdateArray is always
> considered a batch operation
> - libtracker-sparql: Fix build from tarball
> - tracker-store: Increase maximum signal size from 1000 to 50000 triples
> - tracker-store: Fix UpdateArray to use low priority request
> - tracker-extract: oasis: Avoid invalid frees on non-NULL pointers
> - Fixes: NB#244536, Messages not saved correctly into tracker
> - Fixes: NB#244289, tracker CUD script is not needed anymore
>
> State: new 2011-04-21T08:01:35 maimishr
> Comment: None
>
>
>
> changes files:
> --------------
> --- tracker.changes
> +++ tracker.changes
> @@ -0,0 +1,26 @@
> +* Mon Apr 18 2011 Mishra Maitrey <[email protected]> 0.10.8
> +- BMC#16511 (Update to upstream) BMC#15947 depends on this package
> +- Require: Vala >= 0.12.0 (was 0.11.4), due to introspection issues
> +- Require: GObject Introspection >= 0.9.5
> +- New Feature: Introspection support for libtracker-{sparql|miner|extract}
> +- Crashes in sqlite
> +- "initial-sleep" configuration in miner-fs broken
> +- Add macro to check Tracker version
> +- Add a doap file to keep master.gnome.org happy when releasing
> +- ~/.cache/tracker/no-need-mtime-check.txt is not written if tracker-store is
> stopped before tracker-miner-fs
> +- COREWEB: [/usr/bin/call-history,/usr/bin/messaging-ui]
> 'sqlite3DbMallocRaw sqlite3VdbeMemGrow sqlite3VdbeMemSetStr bindText
> sqlite3_bind_text'
> +- Customized album art image not shown in Music application
> +- Black thumbnail is displayed after delete favourite image
> +- Some PDF files are not indexed
> +- GConf should use the GDBus port, as libdbus isn't thread safe and crashes
> are being seen fetching the configuration values of meegotouch locale
> +- COREWEB: applications crashing for 'strcmp __dlerror fetch_dlerror
> _g_module_symbol g_module_symbol'
> +- libtracker-sparql: Fixed test case on cancellation error check
> +- libtracker-data: Protect tracker_db_cursor_get_* with mutex
> +- libtracker-bus: There is no BatchUpdateArray, UpdateArray is always
> considered a batch operation
> +- libtracker-sparql: Fix build from tarball
> +- tracker-store: Increase maximum signal size from 1000 to 50000 triples
> +- tracker-store: Fix UpdateArray to use low priority request
> +- tracker-extract: oasis: Avoid invalid frees on non-NULL pointers
> +- Fixes: NB#244536, Messages not saved correctly into tracker
> +- Fixes: NB#244289, tracker CUD script is not needed anymore
> +
>
> old:
> ----
> tracker-0.10.6.tar.bz2
>
> new:
> ----
> 0006-Fix-missing-gobject-introspection-checks.patch
> tracker-0.10.8.tar.bz2
>
> spec files:
> -----------
> --- tracker.spec
> +++ tracker.spec
> @@ -8,7 +8,7 @@
>
> Name: tracker
> Summary: An object database, tag/metadata database, search tool and
> indexer
> -Version: 0.10.6
> +Version: 0.10.8
> Release: 1
> Group: Applications/System
> License: GPLv2+
> @@ -21,6 +21,7 @@
> Patch2: 0003-tracker-0.9.26-create-tests-aegis.patch
> Patch3: 0004-tracker-extract-gst-hw-codec.patch
> Patch4: 0005-Fix-tracker-tests-calling-non-existent-binaries.patch
> +Patch5: 0006-Fix-missing-gobject-introspection-checks.patch
> Requires: gst-plugins-base >= 0.10
> Requires: gst-plugins-good >= 0.10
> Requires: unzip
> @@ -127,6 +128,7 @@
>
> %prep
> %setup -q -n %{name}-%{version}
> +
> # 0001-Tracker-0.7.23-desktop-files.patch
> %patch0 -p1
> # 0002-Tracker-extract-Parse-the-video-filename-to-obtain-e.patch
> @@ -137,6 +139,8 @@
> %patch3 -p1
> # 0005-Fix-tracker-tests-calling-non-existent-binaries.patch
> %patch4 -p1
> +# 0006-Fix-missing-gobject-introspection-checks.patch
> +%patch5 -p1
> # >> setup
> # << setup
>
> @@ -237,7 +241,6 @@
> %{_libdir}/libtracker-sparql-0.10.so*
> %{_libdir}/tracker-0.10/*.so*
> %{_libdir}/tracker-0.10/extract-modules/*.so*
> -%{_libdir}/tracker-0.10/sparql-modules/*.so
> %{_libdir}/tracker-0.10/writeback-modules/*.so*
> %{_libexecdir}/tracker-extract
> %{_libexecdir}/tracker-miner-fs
>
> other changes:
> --------------
>
> ++++++ 0006-Fix-missing-gobject-introspection-checks.patch (new)
> --- 0006-Fix-missing-gobject-introspection-checks.patch
> +++ 0006-Fix-missing-gobject-introspection-checks.patch
> +diff -Naur ../tracker-0.10.8/configure.ac tracker-0.10.8//configure.ac
> +--- ../tracker-0.10.8/configure.ac 2011-04-08 15:03:30.000000000 +0300
> ++++ tracker-0.10.8//configure.ac 2011-04-11 13:47:16.625914002 +0300
> +@@ -218,7 +218,12 @@
> +
> + # Needed to generate .gir files,
> + # see http://live.gnome.org/GnomeGoals/AddGObjectIntrospectionSupport
> +-GOBJECT_INTROSPECTION_CHECK([0.9.5])
> ++#GOBJECT_INTROSPECTION_CHECK([0.9.5])
> ++# Satisfy missing introspection foo
> ++AM_CONDITIONAL(HAVE_INTROSPECTION, test "0" == "1")
> ++
> ++INTROSPECTION_CFLAGS=""
> ++AC_SUBST(INTROSPECTION_CFLAGS)
> +
> + # NOTE: dbus and dbus-glib-1 are only used now for libtracker-client
> + # which is deprecated and tracker-writeback which will be refactored
>
> ++++++ tracker-0.10.6.tar.bz2 -> tracker-0.10.8.tar.bz2
> 54637 lines of diff (skipped)
>
> ++++++ tracker.yaml
> --- tracker.yaml
> +++ tracker.yaml
> @@ -1,6 +1,6 @@
> Name: tracker
> Summary: An object database, tag/metadata database, search tool and
> indexer
> -Version: 0.10.6
> +Version: 0.10.8
> Release: 1
> Group: Applications/System
> License: GPLv2+
> @@ -14,6 +14,7 @@
> - 0003-tracker-0.9.26-create-tests-aegis.patch
> - 0004-tracker-extract-gst-hw-codec.patch
> - 0005-Fix-tracker-tests-calling-non-existent-binaries.patch
> + - 0006-Fix-missing-gobject-introspection-checks.patch
> Description: |
> Tracker is a powerful desktop-neutral first class object database,
> tag/metadata database, search tool and indexer.
>
> _______________________________________________
> MeeGo-commits mailing list
> [email protected]
> http://lists.meego.com/listinfo/meego-commits
_______________________________________________
MeeGo-packaging mailing list
[email protected]
http://lists.meego.com/listinfo/meego-packaging