Hello community,

here is the log from the commit of package tracker for openSUSE:Factory
checked in at Wed Jul 6 12:34:39 CEST 2011.



--------
--- GNOME/tracker/tracker.changes       2011-05-28 15:24:27.000000000 +0200
+++ /mounts/work_src_done/STABLE/tracker/tracker.changes        2011-07-04 
18:36:05.000000000 +0200
@@ -1,0 +2,76 @@
+Mon Jul  4 16:31:13 CEST 2011 - vu...@opensuse.org
+
+- Move tracker-miner-rss man page to the miner-rss subpackage,
+  where it belongs.
+
+-------------------------------------------------------------------
+Tue Jun  7 23:26:27 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.11.0:
+  + Remove libtracker-client library.
+  + Replace GConf usage by GSettings.
+  + Add support for MeeGoTouch (for application extraction)
+  + libtracker-sparql: Remove deprecated drop_graph API
+  + tracker-extract:
+    - Completely relicensed all modules and the extractor from GPL
+      to LGPL
+    - Use two threads now for extraction, a controller and worker
+      thread
+    - Refactored the module management so modules can state mimes
+      supported flexibly
+    - Support extra string for WHERE patterns when calling modules
+    - Much improvement to the logging
+    - Added EPub extractor module
+  + tracker-control: Report remaining estimated time for each
+    miner's progress
+  + Updated translations.
+- Drop libtracker-client-0_10-0 subpackage, following upstream
+  drop.
+- Rename the remaining lib* packages from -0_10 to -0_11 to follow
+  the library name changes.
+- Drop tracker-nautilus-extension-compile-gtk3.patch: fixed
+  upstream.
+- Introduce a build_evo define: evolution 3.1.1 is not supported
+  at the moment. For Factory, we don't build the miner-evolution
+  subpackage, and we add a Obsoletes for it to the main package for
+  smooth upgrades.
+- Use %glib2_gsettings_schema_requires, and add
+  %glib2_gsettings_schema_* calls to post/postun.
+- Move Tracker-0.10.typelib (Tracker-0.11.typelib) to the
+  libtracker-sparql-0_11-0 subpackage, as this is the library being
+  referenced by the .typelib file.
+
+-------------------------------------------------------------------
+Mon Jun  6 09:24:48 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.10.16:
+  + libtracker-data: Fixed memory leak in
+    tracker_class_reset_super_classes()
+  + libtracker-miner:
+    - Honor auto_start parameter in
+      tracker_miner_manager_new_full()
+    - Fixed test case for GKeyFile password provider which was
+      failing
+    - Lower TrackerMinerFS idle priorities so timeouts, monitors,
+      etc are handled with more priority
+  + tracker-miner-fs:
+    - Do not spam log on recursive monitors removal
+    - Create bus names before touching sensitive files to avoid
+      race conditions
+    - Make sure we unref applications and files_index miners on
+      start up failure
+  + tracker-extract: Added "CancelTask" method to be called from
+    tracker-miner-fs
+  + tracker-control:
+    - Fixed memory leak when getting pause details
+    - Don't auto-start miners for pausing/resuming/listing/pause
+      details
+    - Use full API to get miner manager and report errors
+    - Free GError if getting TrackerMinerManager fails
+  + functional-tests: Support cases with AND without Upstart
+  + Bugs fixed: bgo#650804, nokia#18159, nokia#258488.
+  + Updated translations.
+- Drop our local copy of tracker-search-bar.1: it is now shipped in
+  the tarball again.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  tracker-0.10.15.tar.bz2
  tracker-nautilus-extension-compile-gtk3.patch
  tracker-search-bar.1

New:
----
  tracker-0.11.0.tar.bz2

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

Other differences:
------------------
++++++ tracker.spec ++++++
--- /var/tmp/diff_new_pack.CIBOaY/_old  2011-07-06 12:32:14.000000000 +0200
+++ /var/tmp/diff_new_pack.CIBOaY/_new  2011-07-06 12:32:14.000000000 +0200
@@ -17,11 +17,12 @@
 #
 
 
+%define build_evo 0%{?suse_version} <= 1140
 
 Name:           tracker
-Version:        0.10.15
+Version:        0.11.0
 Release:        1
-# FIXME: Remove tracker-search-bar.1 from Source list again. This should be 
fixed with next update.
+# FIXME: on update, check if we can re-enable the evo miner for Factory (last 
check: 0.11.0)
 License:        GPLv2+
 Summary:        Powerful object database, tag/metadata database, search tool 
and indexer
 Url:            http://projects.gnome.org/tracker/
@@ -29,18 +30,17 @@
 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
+%if 0%{?build_evo}
 BuildRequires:  evolution-data-server-devel
 BuildRequires:  evolution-devel
+%endif
 BuildRequires:  fdupes
 BuildRequires:  flac-devel
 BuildRequires:  gcc-c++
@@ -87,7 +87,11 @@
 Recommends:     %{name}-lang
 # We want to index files by default, if possible
 Recommends:     %{name}-miner-files
+%if !(0%{?build_evo})
+Obsoletes:      %{name}-miner-evolution < %{version}
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%glib2_gsettings_schema_requires
 
 %description
 Tracker is a powerful desktop-neutral first class object
@@ -104,6 +108,8 @@
 It has the ability to index, store, harvest metadata, retrieve
 and search all types of files and other first class objects.
 
+%if 0%{?build_evo}
+
 %package miner-evolution
 License:        GPLv2+
 Summary:        Tracker miner to index Evolution mails
@@ -123,12 +129,14 @@
 
 This package contains an Evolution plugin that will index Evolution
 mails.
+%endif
 
 %package miner-files
 License:        GPLv2+
 Summary:        Tracker miner to index files and applications
 Group:          System/GUI/GNOME
 Requires:       %{name} = %{version}
+%glib2_gsettings_schema_requires
 
 %description miner-files
 Tracker is a powerful desktop-neutral first class object
@@ -182,34 +190,14 @@
 It has the ability to index, store, harvest metadata, retrieve
 and search all types of files and other first class objects.
 
-%package -n libtracker-client-0_10-0
-License:        GPLv2+
-Summary:        Client library for Tracker
-Group:          System/Libraries
-Recommends:     %{name}
-
-%description -n libtracker-client-0_10-0
-Tracker is a powerful desktop-neutral first class object
-database, tag/metadata database, search tool and indexer.
-
-It consists of a common object database that allows entities to
-have an almost infinte number of properties, metadata (both
-embedded/harvested as well as user definable), a comprehensive
-database of keywords/tags and links to other entities.
-
-It provides additional features for file-based objects
-including context linking and audit trails for a file object.
-
-It has the ability to index, store, harvest metadata, retrieve
-and search all types of files and other first class objects.
-
-%package -n libtracker-extract-0_10-0
+%package -n libtracker-extract-0_11-0
 License:        GPLv2+
 Summary:        Extract library for Tracker
 Group:          System/Libraries
 Recommends:     %{name}
+%glib2_gsettings_schema_requires
 
-%description -n libtracker-extract-0_10-0
+%description -n libtracker-extract-0_11-0
 Tracker is a powerful desktop-neutral first class object
 database, tag/metadata database, search tool and indexer.
 
@@ -224,13 +212,13 @@
 It has the ability to index, store, harvest metadata, retrieve
 and search all types of files and other first class objects.
 
-%package -n libtracker-miner-0_10-0
+%package -n libtracker-miner-0_11-0
 License:        GPLv2+
 Summary:        Miner library for Tracker
 Group:          System/Libraries
 Recommends:     %{name}
 
-%description -n libtracker-miner-0_10-0
+%description -n libtracker-miner-0_11-0
 Tracker is a powerful desktop-neutral first class object
 database, tag/metadata database, search tool and indexer.
 
@@ -245,13 +233,13 @@
 It has the ability to index, store, harvest metadata, retrieve
 and search all types of files and other first class objects.
 
-%package -n libtracker-sparql-0_10-0
+%package -n libtracker-sparql-0_11-0
 License:        GPLv2+
 Summary:        Sparql library for Tracker
 Group:          System/Libraries
 Recommends:     %{name}
 
-%description -n libtracker-sparql-0_10-0
+%description -n libtracker-sparql-0_11-0
 Tracker is a powerful desktop-neutral first class object
 database, tag/metadata database, search tool and indexer.
 
@@ -271,10 +259,9 @@
 Summary:        Tracker -- Development files
 Group:          Development/Libraries/GNOME
 Requires:       glib2-devel
-Requires:       libtracker-client-0_10-0 = %{version}
-Requires:       libtracker-extract-0_10-0 = %{version}
-Requires:       libtracker-miner-0_10-0 = %{version}
-Requires:       libtracker-sparql-0_10-0 = %{version}
+Requires:       libtracker-extract-0_11-0 = %{version}
+Requires:       libtracker-miner-0_11-0 = %{version}
+Requires:       libtracker-sparql-0_11-0 = %{version}
 
 %description -n tracker-devel
 Tracker is a powerful desktop-neutral first class object
@@ -331,10 +318,8 @@
 %setup -q
 translation-update-upstream
 %patch1 -p1
-%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
@@ -358,7 +343,9 @@
 %suse_update_desktop_file tracker-miner-rss
 %suse_update_desktop_file tracker-store
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/tracker/miners/tracker-miner-applications.desktop
+%if 0%{?build_evo}
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/tracker/miners/tracker-miner-evolution.desktop
+%endif
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/tracker/miners/tracker-miner-files.desktop
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/tracker/miners/tracker-miner-flickr.desktop
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/tracker/miners/tracker-miner-rss.desktop
@@ -369,21 +356,33 @@
 %clean
 rm -rf %{buildroot}
 
-%post -n libtracker-client-0_10-0 -p /sbin/ldconfig
+%post
+%glib2_gsettings_schema_post
+
+%postun
+%glib2_gsettings_schema_postun
 
-%postun -n libtracker-client-0_10-0 -p /sbin/ldconfig
+%post miner-files
+%glib2_gsettings_schema_post
 
-%post -n libtracker-extract-0_10-0 -p /sbin/ldconfig
+%postun miner-files
+%glib2_gsettings_schema_postun
 
-%postun -n libtracker-extract-0_10-0 -p /sbin/ldconfig
+%post -n libtracker-extract-0_11-0
+%glib2_gsettings_schema_post
+/sbin/ldconfig
 
-%post -n libtracker-miner-0_10-0 -p /sbin/ldconfig
+%postun -n libtracker-extract-0_11-0
+%glib2_gsettings_schema_postun
+/sbin/ldconfig
 
-%postun -n libtracker-miner-0_10-0 -p /sbin/ldconfig
+%post -n libtracker-miner-0_11-0 -p /sbin/ldconfig
 
-%post -n libtracker-sparql-0_10-0 -p /sbin/ldconfig
+%postun -n libtracker-miner-0_11-0 -p /sbin/ldconfig
 
-%postun -n libtracker-sparql-0_10-0 -p /sbin/ldconfig
+%post -n libtracker-sparql-0_11-0 -p /sbin/ldconfig
+
+%postun -n libtracker-sparql-0_11-0 -p /sbin/ldconfig
 
 %if 0%{?suse_version} > 1130
 
@@ -413,26 +412,30 @@
 %{_libexecdir}/%{name}-extract
 %{_libexecdir}/%{name}-store
 %{_libexecdir}/%{name}-writeback
-%{_libdir}/%{name}-0.10/
+%{_libdir}/%{name}-0.11/
 %{_datadir}/%{name}/
 %{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Extract.service
 %{_datadir}/dbus-1/services/org.freedesktop.Tracker1.service
+%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.DB.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.FTS.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Store.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Writeback.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.enums.xml
+%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.gschema.xml
 %{_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
+%if 0%{?build_evo}
 %exclude %{_datadir}/%{name}/miners/tracker-miner-evolution.desktop
+%endif
 %exclude %{_datadir}/%{name}/miners/tracker-miner-files.desktop
 %exclude %{_datadir}/%{name}/miners/tracker-miner-flickr.desktop
 %exclude %{_datadir}/%{name}/miners/tracker-miner-rss.desktop
@@ -442,12 +445,15 @@
 %exclude %{_datadir}/%{name}/tracker-search-bar.ui
 %exclude %{_datadir}/%{name}/tracker-search-bar-menu.xml
 
+%if 0%{?build_evo}
+
 %files miner-evolution
 %defattr(-,root,root)
 %{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Miner.EMails.service
 %{_datadir}/%{name}/miners/tracker-miner-evolution.desktop
 %{_libdir}/evolution/*/plugins/liborg-freedesktop-Tracker-evolution-plugin.so
 %{_libdir}/evolution/*/plugins/org-freedesktop-Tracker-evolution-plugin.eplug
+%endif
 
 %files miner-files
 %defattr(-,root,root)
@@ -455,10 +461,10 @@
 %{_libexecdir}/%{name}-miner-fs
 %{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Miner.Applications.service
 %{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Miner.Files.service
+%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Miner.Files.gschema.xml
 %{_datadir}/%{name}/miners/tracker-miner-applications.desktop
 %{_datadir}/%{name}/miners/tracker-miner-files.desktop
-%{_mandir}/man1/tracker-miner-fs.1*
-%{_mandir}/man5/tracker-miner-fs.cfg.5*
+%{_mandir}/man1/tracker-miner-fs.1%{ext_man}
 
 %files miner-flickr
 %defattr(-,root,root)
@@ -475,6 +481,7 @@
 %{_libexecdir}/%{name}-miner-rss
 %{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Miner.RSS.service
 %{_datadir}/%{name}/miners/tracker-miner-rss.desktop
+%{_mandir}/man1/tracker-miner-rss.1%{ext_man}
 
 %files gui
 %defattr(-,root,root)
@@ -493,32 +500,28 @@
 %{_bindir}/%{name}-explorer
 %{_datadir}/%{name}/tracker-explorer.ui
 
-%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
+%files -n libtracker-extract-0_11-0
 %defattr(-,root,root)
 %{_libdir}/libtracker-extract*.so.*
-%{_libdir}/girepository-1.0/TrackerExtract-0.10.typelib
+%{_libdir}/girepository-1.0/TrackerExtract-0.11.typelib
+%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Extract.gschema.xml
 
-%files -n libtracker-miner-0_10-0
+%files -n libtracker-miner-0_11-0
 %defattr(-,root,root)
 %{_libdir}/libtracker-miner*.so.*
-%{_libdir}/girepository-1.0/TrackerMiner-0.10.typelib
+%{_libdir}/girepository-1.0/TrackerMiner-0.11.typelib
 
-%files -n libtracker-sparql-0_10-0
+%files -n libtracker-sparql-0_11-0
 %defattr(-, root, root)
 %{_libdir}/libtracker-sparql*.so.*
+%{_libdir}/girepository-1.0/Tracker-0.11.typelib
 
 %files -n tracker-devel
 %defattr(-,root,root)
 %{_libdir}/lib*.so
-%{_includedir}/tracker-0.10/
+%{_includedir}/tracker-0.11/
 %{_libdir}/pkgconfig/*.pc
 %{_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/

++++++ tracker-0.10.15.tar.bz2 -> tracker-0.11.0.tar.bz2 ++++++
GNOME/tracker/tracker-0.10.15.tar.bz2 
/mounts/work_src_done/STABLE/tracker/tracker-0.11.0.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