- update tracker dynamic search patch to new .so name

This commit is contained in:
Alexander Larsson 2007-02-06 11:26:13 +00:00
parent e853365c69
commit c06b89b58f
2 changed files with 5 additions and 2 deletions

View File

@ -286,7 +286,7 @@
+ +
+ done = TRUE; + done = TRUE;
+ +
+ tracker = g_module_open ("libtracker.so.0", G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL); + tracker = g_module_open ("libtrackerclient.so.0", G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL);
+ if (!tracker) + if (!tracker)
+ return; + return;
+ +

View File

@ -19,7 +19,7 @@
Name: nautilus Name: nautilus
Summary: Nautilus is a file manager for GNOME Summary: Nautilus is a file manager for GNOME
Version: 2.17.90 Version: 2.17.90
Release: 2%{?dist} Release: 3%{?dist}
License: GPL License: GPL
Group: User Interface/Desktops Group: User Interface/Desktops
Source: ftp://ftp.gnome.org/pub/GNOME/sources/2.7/%{name}/%{name}-%{version}.tar.bz2 Source: ftp://ftp.gnome.org/pub/GNOME/sources/2.7/%{name}/%{name}-%{version}.tar.bz2
@ -208,6 +208,9 @@ scrollkeeper-update
%{_libdir}/*.so %{_libdir}/*.so
%changelog %changelog
* Tue Feb 6 2007 Alexander Larsson <alexl@redhat.com> - 2.17.90-3
- update tracker dynamic search patch to new .so name
* Tue Jan 23 2007 Alexander Larsson <alexl@redhat.com> - 2.17.90-2 * Tue Jan 23 2007 Alexander Larsson <alexl@redhat.com> - 2.17.90-2
- Fix gnome bug #362302 in selinux patch - Fix gnome bug #362302 in selinux patch