Bug 434722

Summary: g_module_open libbeagle.so.0 is worng in nautilus-2.21.1-dynamic-search.patch?
Product: [Fedora] Fedora Reporter: sangu <sangu.fedora>
Component: nautilusAssignee: Tomáš Bžatek <tbzatek>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: tbzatek, tsmetana
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-27 11:20:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description sangu 2008-02-24 23:57:25 UTC
Description of problem:
http://cvs.fedora.redhat.com/viewcvs/devel/nautilus/nautilus-2.21.1-dynamic-search.patch?rev=1.1&view=auto
+      beagle = g_module_open ("libbeagle.so.0", G_MODULE_BIND_LAZY |
G_MODULE_BIND_LOCAL);
                                              ~~~~~~~~~~~~  
$ rpm -ql libbeagle-0.3.0-4.fc9
/usr/lib/libbeagle.so.1                     <============== changed soname 
/usr/lib/libbeagle.so.1.0.0


Version-Release number of selected component (if applicable):
2.21.91-1.fc9

How reproducible:
always

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:
libbeagle-0.3.0-4.fc9

Comment 1 Tomáš Bžatek 2008-02-26 12:54:19 UTC
Thanks for spotting this, patch updated.
Updated packages are nautilus-2.21.92-2.fc9

Feel free to test and report any bugs.