- Change libbeagle .so name for libbeagle-0.3.0 in
nautilus-2.21.1-dynamic-search-r2.patch (#434722)
This commit is contained in:
parent
e706498bc5
commit
cd54fad76b
@ -177,7 +177,7 @@ diff -up nautilus-2.21.1/libnautilus-private/nautilus-search-engine-beagle.c.dyn
|
|||||||
+
|
+
|
||||||
+ done = TRUE;
|
+ done = TRUE;
|
||||||
+
|
+
|
||||||
+ beagle = g_module_open ("libbeagle.so.0", G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL);
|
+ beagle = g_module_open ("libbeagle.so.1", G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL);
|
||||||
+ if (!beagle)
|
+ if (!beagle)
|
||||||
+ return;
|
+ return;
|
||||||
+
|
+
|
||||||
|
@ -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.21.92
|
Version: 2.21.92
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
Source: http://download.gnome.org/sources/%{name}/2.21/%{name}-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/%{name}/2.21/%{name}-%{version}.tar.bz2
|
||||||
@ -225,6 +225,9 @@ fi
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 26 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.21.92-2
|
||||||
|
- Change libbeagle .so name for libbeagle-0.3.0 in nautilus-2.21.1-dynamic-search-r2.patch (#434722)
|
||||||
|
|
||||||
* Tue Feb 26 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.21.92-1
|
* Tue Feb 26 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.21.92-1
|
||||||
- Update to 2.21.92
|
- Update to 2.21.92
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user