I have made the following changes intended for : CE:MW:MTF / tracker Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below.
https://build.pub.meego.com//request/show/5863 Thank You, Marko Saukko [This message was auto-generated] --- Request # 5863: Messages from BOSS: State: review at 2012-08-18T07:15:07 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: Project:MTF:MW / tracker -> CE:MW:MTF / tracker changes files: -------------- --- tracker.changes +++ tracker.changes @@ -0,0 +1,3 @@ +* Fri Aug 17 2012 Marko Saukko <[email protected]> - 0.10.37 +- Fix linking with newer glib. tracker-0.10.37-fix-linking-with-newer-glib.patch + new: ---- tracker-0.10.37-fix-linking-with-newer-glib.patch spec files: ----------- --- tracker.spec +++ tracker.spec @@ -1,6 +1,6 @@ # # Do NOT Edit the Auto-generated Part! -# Generated by: spectacle version 0.24.1 +# Generated by: spectacle version 0.25 # Name: tracker @@ -24,6 +24,7 @@ Patch3: 0005-Fix-missing-gobject-introspection-checks.patch Patch4: tracker-0.10.37-fix-linking-with-newer-toolchain.patch Patch5: tracker-0.10.37-add-userguides-service-for-maemo.patch +Patch6: tracker-0.10.37-fix-linking-with-newer-glib.patch Requires: gst-plugins-base >= 0.10 Requires: unzip Requires(post): /sbin/ldconfig @@ -110,12 +111,12 @@ %package devel -Summary: Development files for %{name}. +Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel -Development files for %{name} +Development files for %{name}. %prep @@ -133,6 +134,8 @@ %patch4 -p1 # tracker-0.10.37-add-userguides-service-for-maemo.patch %patch5 -p1 +# tracker-0.10.37-fix-linking-with-newer-glib.patch +%patch6 -p1 # >> setup # << setup other changes: -------------- ++++++ tracker-0.10.37-fix-linking-with-newer-glib.patch (new) --- tracker-0.10.37-fix-linking-with-newer-glib.patch +++ tracker-0.10.37-fix-linking-with-newer-glib.patch @@ -0,0 +1,27 @@ +From fd2bf471394606945e18b1c35f5be97a3c266a48 Mon Sep 17 00:00:00 2001 +From: Marko Saukko <[email protected]> +Date: Fri, 17 Aug 2012 09:49:07 +0000 +Subject: [PATCH] Fix linking with newer glib. + +Signed-off-by: Marko Saukko <[email protected]> +--- + tests/libtracker-common/Makefile.am | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/tests/libtracker-common/Makefile.am b/tests/libtracker-common/Makefile.am +index 741226d..ab7605f 100644 +--- a/tests/libtracker-common/Makefile.am ++++ b/tests/libtracker-common/Makefile.am +@@ -20,7 +20,8 @@ LDADD = \ + $(top_builddir)/tests/common/libtracker-testcommon.la \ + $(top_builddir)/src/libtracker-common/libtracker-common.la \ + $(BUILD_LIBS) \ +- $(LIBTRACKER_COMMON_LIBS) ++ $(LIBTRACKER_COMMON_LIBS) \ ++ -lgthread-2.0 + + tracker_dbus_SOURCES = \ + tracker-dbus-test.c +-- +1.7.10.3 + ++++++ tracker.yaml --- tracker.yaml +++ tracker.yaml @@ -12,10 +12,10 @@ - 0001-Tracker-0.7.23-desktop-files.patch - 0002-Tracker-extract-Parse-the-video-filename-to-obtain-e.patch - 0003-tracker-0.9.26-create-tests-aegis.patch - #- 0004-tracker-extract-gst-hw-codec.patch - 0005-Fix-missing-gobject-introspection-checks.patch - tracker-0.10.37-fix-linking-with-newer-toolchain.patch - tracker-0.10.37-add-userguides-service-for-maemo.patch + - tracker-0.10.37-fix-linking-with-newer-glib.patch Description: | Tracker is a powerful desktop-neutral first class object database, tag/metadata database, search tool and indexer.
