Hello community,

here is the log from the commit of package tracker for openSUSE:Factory
checked in at Tue May 31 13:36:03 CEST 2011.



--------
--- GNOME/tracker/tracker.changes       2011-05-04 10:08:12.000000000 +0200
+++ /mounts/work_src_done/STABLE/tracker/tracker.changes        2011-05-28 
15:24:27.000000000 +0200
@@ -1,0 +2,85 @@
+Sat May 28 14:57:35 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.10.15:
+  + libtracker-sparql: Fix deadlock on initialization error
+  + libtracker-miner:
+    - Fixed c++ builds where headers use "private" keyword
+    - Include missing header tracker-albumart.h in main header
+    - Do not perform removed files check if crawling was cancelled
+  + tracker-store: Reenable signals after failing to load Turtle
+    file
+  + tracker-extract: Improve logging around which module is used
+    for extraction per file
+  + evolution:
+    - Fixed completely broken status reporting as a miner
+    - Don't send "Idle" status twice
+    - Added debug logging to know if the module was loaded or not
+      on the command line
+  + Bugs fixed: nokia#254855, nokia#259000, nokia#244556,
+    nokia#252898, nokia#258488, nokia#258459.
+
+-------------------------------------------------------------------
+Sat May 28 00:36:35 CEST 2011 - vu...@opensuse.org
+
+- Mention the new --add-feed option of tracker-miner-rss in
+  README.SUSE.rss.
+
+-------------------------------------------------------------------
+Mon May 23 14:30:20 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.10.14:
+  + libtracker-data:
+    - Handle EINTR instead of EGAIN when writing journal
+    - Delete empty file if unable to write journal header
+    - Do not trigger a journal replay with invalid ontology
+      journals
+    - Propagate errors for ontology transactions
+  + libtracker-bus: Support multiple bus connection objects
+  + libtracker-direct: Support multiple bus connection objects
+  + libtracker-sparql: Protect singleton weak pointer with mutex
+  + libtracker-miner: Cleanup media-art that isn't valid anymore
+    every 30 minutes or so
+  + tracker-store: Improved error handling for Data.Manager.init
+  + functional-tests: Add UID::user and GID::users to tracker-tests
+    aegis file.
+
+-------------------------------------------------------------------
+Mon May 16 15:45:05 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.10.13:
+  + libtracker-miner: Cancel TrackerMinerFS cancellables on
+    finalize
+  + tracker-store: Use lazy loading for stats to improve start up
+    speed
+  + Bugs fixed: nokia#254154, nokia#253807, nokia#248873.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri May  6 08:49:59 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.10.12:
+  + New Feature:
+    - Now tracker-control has --backup and --restore options
+    - Now tracker-miner-rss has an --add-feed option
+  + libtracker-extract: Fixed encoding guessing, make sure we
+    init/shutdown locale module
+  + libtracker-miner: Don't load thumbnailer service properties
+    over D-Bus
+  + tracker-store: Added checks to Backup method target file so it
+    is a real URI
+  + tracker-miner-rss:
+    - Fixed crash trying to cast TrackerSparqlConnection to
+      TrackerMinerRSS
+    - Fixed recursive check with mfo:updatedTime GraphUpdated
+      signal
+    - Fixed ASK SPARQL to check true/false not 0/1
+    - Improved logging/debugging
+  + Bugs fixed: bgo#520670, bgo#633105, bgo#397205, nokia#249338.
+  + Updated translations.
+- Add tracker-search-bar.1 from git to Source list: it is missing
+  in the tarball. Makefile to distribute this properly is already
+  fixed in launchpad.
+- Add dia BuildRequires to fix the gtk-doc building
+- Re-enable --enable-gtk-doc configure parameter.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  tracker-0.10.11.tar.bz2

New:
----
  tracker-0.10.15.tar.bz2
  tracker-search-bar.1

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

Other differences:
------------------
++++++ tracker.spec ++++++
--- /var/tmp/diff_new_pack.gbU126/_old  2011-05-31 13:31:04.000000000 +0200
+++ /var/tmp/diff_new_pack.gbU126/_new  2011-05-31 13:31:04.000000000 +0200
@@ -19,9 +19,9 @@
 
 
 Name:           tracker
-Version:        0.10.11
+Version:        0.10.15
 Release:        1
-# FIXME: 2010-03-24 building gtk-doc fails because of a bug in graphviz
+# FIXME: Remove tracker-search-bar.1 from Source list again. This should be 
fixed with next update.
 License:        GPLv2+
 Summary:        Powerful object database, tag/metadata database, search tool 
and indexer
 Url:            http://projects.gnome.org/tracker/
@@ -29,12 +29,15 @@
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        README.SUSE.flickr
 Source2:        README.SUSE.rss
+Source3:        tracker-search-bar.1
 # 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
+# Needed for the gtk-doc
+BuildRequires:  dia
 BuildRequires:  enca-devel
 BuildRequires:  evolution-data-server-devel
 BuildRequires:  evolution-devel
@@ -331,6 +334,7 @@
 %patch2 -p1
 cp %{S:1} src/miners/flickr/README.SUSE
 cp %{S:2} src/miners/rss/README.SUSE
+cp -n %{S:3} docs/manpages/
 
 %build
 autoreconf
@@ -340,8 +344,8 @@
          --enable-tracker-explorer \
          --enable-tracker-search-bar \
          --enable-tracker-preferences \
-         --disable-functional-tests
-#         --enable-gtk-doc
+         --disable-functional-tests \
+         --enable-gtk-doc
 %__make %{?_smp_mflags} V=1
 
 %install
@@ -413,18 +417,19 @@
 %{_datadir}/%{name}/
 %{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Extract.service
 %{_datadir}/dbus-1/services/org.freedesktop.Tracker1.service
-%{_mandir}/man1/tracker-control.1*
-%{_mandir}/man1/tracker-extract.1*
-%{_mandir}/man1/tracker-import.1*
-%{_mandir}/man1/tracker-info.1*
-%{_mandir}/man1/tracker-search.1*
-%{_mandir}/man1/tracker-sparql.1*
-%{_mandir}/man1/tracker-stats.1*
-%{_mandir}/man1/tracker-store.1*
-%{_mandir}/man1/tracker-tag.1*
-%{_mandir}/man5/tracker-extract.cfg.5*
-%{_mandir}/man5/tracker-fts.cfg.5*
-%{_mandir}/man5/tracker-store.cfg.5*
+%{_mandir}/man1/tracker-control.1%{ext_man}
+%{_mandir}/man1/tracker-extract.1%{ext_man}
+%{_mandir}/man1/tracker-import.1%{ext_man}
+%{_mandir}/man1/tracker-info.1%{ext_man}
+%{_mandir}/man1/tracker-miner-rss.1%{ext_man}
+%{_mandir}/man1/tracker-search.1%{ext_man}
+%{_mandir}/man1/tracker-sparql.1%{ext_man}
+%{_mandir}/man1/tracker-stats.1%{ext_man}
+%{_mandir}/man1/tracker-store.1%{ext_man}
+%{_mandir}/man1/tracker-tag.1%{ext_man}
+%{_mandir}/man5/tracker-extract.cfg.5%{ext_man}
+%{_mandir}/man5/tracker-fts.cfg.5%{ext_man}
+%{_mandir}/man5/tracker-store.cfg.5%{ext_man}
 # Exclude files which live in other packages
 %exclude %{_datadir}/%{name}/miners/tracker-miner-applications.desktop
 %exclude %{_datadir}/%{name}/miners/tracker-miner-evolution.desktop
@@ -512,11 +517,11 @@
 %{_libdir}/lib*.so
 %{_includedir}/tracker-0.10/
 %{_libdir}/pkgconfig/*.pc
-#%{_datadir}/gtk-doc/html/libtracker-common/
-#%{_datadir}/gtk-doc/html/libtracker-miner/
-#%{_datadir}/gtk-doc/html/libtracker-client/
-#%{_datadir}/gtk-doc/html/libtracker-extract/
-#%{_datadir}/gtk-doc/html/ontology/
+%{_datadir}/gtk-doc/html/libtracker-miner/
+%{_datadir}/gtk-doc/html/libtracker-client/
+%{_datadir}/gtk-doc/html/libtracker-extract/
+%{_datadir}/gtk-doc/html/libtracker-sparql
+%{_datadir}/gtk-doc/html/ontology/
 %dir %{_datadir}/vala
 %dir %{_datadir}/vala/vapi
 %{_datadir}/vala/vapi/*.deps

++++++ README.SUSE.rss ++++++
--- /var/tmp/diff_new_pack.gbU126/_old  2011-05-31 13:31:04.000000000 +0200
+++ /var/tmp/diff_new_pack.gbU126/_new  2011-05-31 13:31:04.000000000 +0200
@@ -5,3 +5,5 @@
 can register with this command:
 
   tracker-import initial-data.ttl
+
+The tracker-miner-rss binary also has an --add-feed option.

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


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



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