Hello community,

here is the log from the commit of package tracker for openSUSE:Factory
checked in at Mon May 2 15:45:16 CEST 2011.



--------
--- GNOME/tracker/tracker.changes       2011-02-17 10:51:33.000000000 +0100
+++ /mounts/work_src_done/STABLE/tracker/tracker.changes        2011-04-29 
01:37:03.000000000 +0200
@@ -1,0 +2,196 @@
+Thu Apr 28 02:03:38 UTC 2011 - g...@novell.com
+
+- Add tracker-nautilus-extension-compile-gtk3.patch to compile
+  nautilus extension with gtk3 (bnc#689447, bgo#645954). Add call
+  to autoreconf needed by the patch.
+
+-------------------------------------------------------------------
+Wed Apr 27 09:37:37 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.10.10:
+  + libtracker-data: Support ontology changing regarding
+    nrl:InverseFunctionalProperty
+  + libtracker-miner:
+    - Limit extractions to 10 at any given time
+    - Limit the number of statements sent to the store per request
+  + tracker-extract:
+    - Complete relicensing from GPL to LGPL for C++ files missed
+    - Fixed critical about locale when run from command line
+    - Fixed critical when finalizing the controller object
+    - Fixed crash with new QApplication() and passed argv parameter
+  + tracker-needle: Fixed email query which was using
+    tracker:coalesce() with 1 argument
+  + Ontology updates.
+  + Bugs fixed: nokia#249028, nokia#244787, nokia#248059.
+  + Updated translations.
+- Changes from version 0.10.9:
+  + Now tracker-info --turtle allows exporting resources in Turtle
+    RDF
+  + libtracker-common:
+    - Re-instate setrlimit() and clamp between 256Mb and 50% memory
+      capacity for RLIMIT_{AS|DATA}
+    - Don't apply setrlimit() constraints to spawned processes
+      (inherited anyway)
+  + libtracker-data: Error when OFFSET, LIMIT, GROUP or ORDER are
+    used with ASK queries
+  + libtracker-sparql: Fixed libtracker_sparql_LDFLAGS missing "\",
+    causing export of all symbols
+  + libtracker-extract: Added new unit test for IPTC records are
+    read correctly
+  + tracker-extract:
+    - Added a controller thread to be able to shutdown quickly on
+      pre-unmount signals
+    - Cleaned up debugging considerably and print summary on start
+      up
+  + Ontology updates.
+  + Bugs fixed: bgo#646834, bgo#647548, nokia#238770, nokia#245998,
+    nokia#244267, nokia#241302, nokia#245589, nokia#245373,
+    nokia#213419, nokia#240681.
+  + Updated translations.
+- Drop update-rest.patch: fixed upstream.
+- Drop call to autoreconf.
+
+-------------------------------------------------------------------
+Mon Apr 11 08:01:53 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.10.8:
+  + 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
+  + Bugs fixed: bgo#642883, nokia#244556.
+- Changes from version 0.10.7:
+  + Introspection support for libtracker-{sparql|miner|extract}.
+  + libtracker-sparql: Fixed test case on cancellation error check.
+  + tracker-extract: oasis: Avoid invalid frees on non-NULL
+     pointers.
+  + tracker-needle:
+    - Cancel previous operations when switching views.
+    - Improve "icons" or "images" category to allow filtering by
+      all or title.
+  + Bugs fixed: bgo#644997, bgo#646365, bgo#646374, bgo#644455,
+    nokia#244536, nokia#242253, nokia#229461, nokia#237582,
+    nokia#240272, nokia#241659.
+  + Updated translations.
+- Update BuildRequires to use vala-devel (instead of
+  vala-unstable-devel) and add gobject-introspection-devel to build
+  introspection support.
+
+-------------------------------------------------------------------
+Mon Apr  4 10:08:17 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.10.6:
+  + New Feature: Added INSERT OR REPLACE SPARQL, using UPDATE gives
+    us ca. 25% speed improvement in some cases.
+  + libtracker-common: Only use encoding guessing when confidence
+    is > 30%.
+  + libtracker-data: Added new functions tracker:case-fold() and
+    tracker:lower-case().
+  + libtracker-sparql: Handle GSpawnError thrown by GDBus
+  + tracker-needle:
+    - Model reworked showin no delay loading thousands of items.
+    - Improve error handling.
+  + Bugs fixed: bgo#645380, bgo#645934, bgo#645963, bgo#645675,
+    nokia#241833, nokia#235445, nokia#241206, nokia#240168,
+    nokia#240582.
+- Drop fix-evolution-build.patch: fixed upstream.
+- Remove configure --enable-tracker-search-tool option, no longer
+  present upstream.
+
+-------------------------------------------------------------------
+Mon Mar 28 11:53:18 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.10.5:
+  + libtracker-common: Fix localtime handling with historic UTC
+    offsets.
+  + libtracker-data: Fix graph check for anonymous blank nodes.
+  + libtracker-sparql:
+    - Mark tracker_sparql_builder_drop_graph() as deprecated.
+    - Don't export symbols which are internal.
+  + libtracker-miner: Added tracker_miner_manager_new_full() to
+    disable starting miners when querying status.
+  + tracker-store: Don't start if not running when querying status.
+  + tracker-miner-fs: Add --no-daemon command line to exit when
+    indexing done.
+  + tracker-extract: Add parameter to QApplication to allow running
+    without X11.
+  + tracker-needle: Set proper application icon.
+  + evolution: Fix use of GRAPH with the nie:DataSource, now
+    indexes properly again.
+  + Ontology updates.
+  + Bugs fixed: bgo#642012, bgo#645000, bgo#645052, bgo#645375,
+    bgo#644998.
+- Add update-rest.patch: Fix build with rest 0.7.x.
+- Add fix-evolution-build.patch: Fix build with evolution 2.91.x
+  (bgo#645934)
+- Change old-style buildRequires to new pkgconfig() ones:
+  libgee-devel, librest-devel, gnome-panel-devel, nautilus-devel to
+  gee-1.0, rest-0.7, libpanelapplet-4.0, libnautilus-extension.
+- Remove now non-existing --enable-tracker-search-tool configure
+  option.
+
+-------------------------------------------------------------------
+Sun Mar 20 17:46:14 CET 2011 - dims...@opensuse.org
+
+- Update to version 0.10.4:
+  + libtracker-miner:
+    - Don't assume g_dbus_info_new_for_xml() never fails
+    - Added missing documentation functions to sections file
+  + libtracker-extract: Don't assume g_dbus_info_new_for_xml()
+    never fails.
+  + Bugs fixed: nokia#237582, nokia#237150, nokia#236387,
+    nokia#233828.
+- Changes from version 0.10.3:
+  + Bugs fixed: bgo#644484, bgo#642868.
+- Changes from version 0.10.2:
+  + Ontology: Added nfo:Note for applications like Tomboy
+  + functional-tests: Force English locale for tests
+  + libtracker-miner: Improve bulk operation speed like deleting
+  + tracker-preferences: Enable gettext translations
+  + tracker-search-bar: Fixed build error since API change in
+    libpanel-applet
+  + Bugs fixed: nokia#232574, nokia#235118, nokia#229713.
+- Changes from version 0.10.1:
+  + Bugs fixed: nokia#232981, nokia#231631, nokia#230255,
+    nokia#228760, bgo#642774, bgo#643739, bgo#636375, bgo#643140,
+    bgo#642581, bgo#643090.
+- Changes from version 0.10.0:
+  + Recap of new Features:
+    - Added GDBus support
+    - Added direct access library libtracker-sparql for fast
+      read-only queries
+    - Added LRU (Least Recently Used) for database statement cache
+      (huge memory footprint difference)
+    - Added a GUPnP DLNA extractor
+    - Added domain specific indexes, adding a column to DB tables
+      to avoid full table scans/joins with larger tables for
+      performance.
+    - Added metadata guarantee support when key data is missing
+    - Added tracker-sql (in utils/) to run SQL on the databases
+      directly (for developers)
+    - Added unicode compliance for FTS (Full Text Search)
+    - Don't do mtime checks on start up (dramatically reduces start
+      time for miner-fs)
+    - Replaced tracker-search-tool with tracker-needle
+    - New API methods in libtracker-sparql which allow multiple
+      inserts per DBus call (and yet get multiple errors back).
+    - New journal format to separate ontology from data for
+      improved data integrity
+    - New journal compression and rotation using 50Mb chunk sizes
+    - Task pool in libtracker-miner for store updates/metadata
+      extractions, 10-20% speed increase indexing
+    - Monitor event black listing and events are condensed
+    - Return types in TrackerSparqlCursor API
+    - Collation support
+    - Refactored and much more efficient signal notification API
+    - Use libtracker-sparql: Client library for direct/dbus access
+    - SPARQL, Add support for EXISTS and NOT EXISTS
+    - SPARQL, Add support for IN
+    - SPARQL, Add support for INSERT SILENT and DELETE SILENT
+- Drop tracker-no-duplicated-results.patch: fixed upstream.
+- Replace gtk2-devel BuildRequires with gtk3-devel.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  tracker-0.9.38.tar.bz2
  tracker-no-duplicated-results.patch

New:
----
  tracker-0.10.10.tar.bz2
  tracker-nautilus-extension-compile-gtk3.patch

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

Other differences:
------------------
++++++ tracker.spec ++++++
--- /var/tmp/diff_new_pack.QeAec2/_old  2011-05-02 15:37:54.000000000 +0200
+++ /var/tmp/diff_new_pack.QeAec2/_new  2011-05-02 15:37:54.000000000 +0200
@@ -19,8 +19,8 @@
 
 
 Name:           tracker
-Version:        0.9.38
-Release:        5
+Version:        0.10.10
+Release:        1
 # FIXME: 2010-03-24 building gtk-doc fails because of a bug in graphviz
 License:        GPLv2+
 Summary:        Powerful object database, tag/metadata database, search tool 
and indexer
@@ -29,10 +29,10 @@
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        README.SUSE.flickr
 Source2:        README.SUSE.rss
-# PATCH-FIX-UPSTREAM tracker-no-duplicated-results.patch bgo#639547 
vu...@opensuse.org -- Don't get duplicated results in search results
-Patch0:         tracker-no-duplicated-results.patch
 # PATCH-FIX-OPENSUSE tracker-removeable-media-off.patch bgo622288 
badshah...@gmail.com -- Disable indexing on removable media by default. See 
bgo#622288 for how it should be done properly.
 Patch1:         tracker-removeable-media-off.patch
+# PATCH-FIX-UPSTREAM tracker-nautilus-extension-compile-gtk3.patch bnc689447 
bgo645954 g...@gmail.com -- Compile nautilus extension with gtk3
+Patch2:         tracker-nautilus-extension-compile-gtk3.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  enca-devel
@@ -43,15 +43,14 @@
 BuildRequires:  gcc-c++
 BuildRequires:  giflib-devel
 BuildRequires:  glib2-devel
-BuildRequires:  gnome-panel-devel
+BuildRequires:  gobject-introspection-devel
 BuildRequires:  graphviz
 BuildRequires:  gstreamer-0_10-plugins-base-devel
 BuildRequires:  gtk-doc
-BuildRequires:  gtk2-devel
+BuildRequires:  gtk3-devel
 BuildRequires:  intltool
 BuildRequires:  libexempi-devel
 BuildRequires:  libexif-devel
-BuildRequires:  libgee-devel
 %if 0%{?suse_version} >= 1130
 BuildRequires:  libgnome-keyring-devel
 %else
@@ -66,21 +65,22 @@
 BuildRequires:  libiptcdata-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libpoppler-glib-devel
-BuildRequires:  librest-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  libupower-glib-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  libvorbis-devel
 BuildRequires:  libxml2-devel
-BuildRequires:  nautilus-devel
 BuildRequires:  sqlite3-devel
 BuildRequires:  taglib-devel
 BuildRequires:  totem-pl-parser-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-# We require vala 0.11.2 at least, which is vala-unstable in 11.4 cycle.
-BuildRequires:  vala-unstable-devel
+BuildRequires:  vala-devel >= 0.12.0
 BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(gee-1.0)
+BuildRequires:  pkgconfig(libnautilus-extension)
+BuildRequires:  pkgconfig(libpanelapplet-4.0)
+BuildRequires:  pkgconfig(rest-0.7)
 Recommends:     %{name}-lang
 # We want to index files by default, if possible
 Recommends:     %{name}-miner-files
@@ -327,22 +327,22 @@
 %prep
 %setup -q
 translation-update-upstream
-%patch0 -p1
 %patch1 -p1
+%patch2 -p1
 cp %{S:1} src/miners/flickr/README.SUSE
 cp %{S:2} src/miners/rss/README.SUSE
 
 %build
+autoreconf
 %configure \
          --enable-libvorbis \
          --enable-libflac \
          --enable-tracker-explorer \
          --enable-tracker-search-bar \
-         --enable-tracker-search-tool \
          --enable-tracker-preferences \
          --disable-functional-tests
 #         --enable-gtk-doc
-%__make %{?_smp_mflags}
+%__make %{?_smp_mflags} V=1
 
 %install
 %makeinstall
@@ -491,14 +491,17 @@
 %files -n libtracker-client-0_10-0
 %defattr(-,root,root)
 %{_libdir}/libtracker-client*.so.*
+%{_libdir}/girepository-1.0/Tracker-0.10.typelib
 
 %files -n libtracker-extract-0_10-0
 %defattr(-,root,root)
 %{_libdir}/libtracker-extract*.so.*
+%{_libdir}/girepository-1.0/TrackerExtract-0.10.typelib
 
 %files -n libtracker-miner-0_10-0
 %defattr(-,root,root)
 %{_libdir}/libtracker-miner*.so.*
+%{_libdir}/girepository-1.0/TrackerMiner-0.10.typelib
 
 %files -n libtracker-sparql-0_10-0
 %defattr(-, root, root)
@@ -518,19 +521,20 @@
 %dir %{_datadir}/vala/vapi
 %{_datadir}/vala/vapi/*.deps
 %{_datadir}/vala/vapi/*.vapi
+%{_datadir}/gir-1.0/*.gir
 
 %files -n gnome-panel-applet-tracker
 %defattr(-,root,root)
 %{_datadir}/%{name}/tracker-search-bar.ui
 %{_datadir}/%{name}/tracker-search-bar-menu.xml
 %{_datadir}/dbus-1/services/org.gnome.panel.applet.SearchBarFactory.service
-%{_datadir}/gnome-panel/applets/org.gnome.panel.SearchBar.panel-applet
+%{_datadir}/gnome-panel/4.0/applets/org.gnome.panel.SearchBar.panel-applet
 %{_libexecdir}/tracker-search-bar
 %{_mandir}/man1/tracker-search-bar.1*
 
 %files -n nautilus-extension-tracker-tags
 %defattr(-,root,root)
-%{_libdir}/nautilus/extensions-2.0/libnautilus-tracker-tags*
+%{_libdir}/nautilus/extensions-3.0/libnautilus-tracker-tags*
 
 %files lang -f %{name}.lang
 

++++++ tracker-0.9.38.tar.bz2 -> tracker-0.10.10.tar.bz2 ++++++
GNOME/tracker/tracker-0.9.38.tar.bz2 
/mounts/work_src_done/STABLE/tracker/tracker-0.10.10.tar.bz2 differ: char 11, 
line 1

++++++ tracker-nautilus-extension-compile-gtk3.patch ++++++
>From f322e4764733014f5f6d9f2a6243183767a03c97 Mon Sep 17 00:00:00 2001
From: Carlos Garnacho <carl...@gnome.org>
Date: Thu, 14 Apr 2011 12:53:04 +0000
Subject: nautilus: Update extension to compile with GTK+3

---
diff --git a/configure.ac b/configure.ac
index 10a493f..8ee9739 100644
--- a/configure.ac
+++ b/configure.ac
@@ -459,7 +459,7 @@ PKG_CHECK_MODULES(TRACKER_SEARCH_BAR, 
[$TRACKER_SEARCH_BAR_REQUIRED],
 TRACKER_NAUTILUS_EXTENSION_REQUIRED="glib-2.0       >= $GLIB_REQUIRED
                                      gio-unix-2.0   >= $GLIB_REQUIRED
                                      gthread-2.0    >= $GLIB_REQUIRED
-                                     gtk+-2.0       >= $GTK_REQUIRED
+                                     gtk+-3.0       >= $GTK_REQUIRED
                                      libnautilus-extension"
 
 PKG_CHECK_MODULES(TRACKER_NAUTILUS_EXTENSION, 
[$TRACKER_NAUTILUS_EXTENSION_REQUIRED],
--
cgit v0.9

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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to