After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 646849 - nautilus requires unreleased libexif version due to typo
nautilus requires unreleased libexif version due to typo
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: [obsolete] Builds
0.x.x [obsolete]
Other Linux
: Normal major
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-05 18:37 UTC by Marvin Schmidt
Modified: 2011-04-06 13:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Check for libexif >= exif_minver (771 bytes, patch)
2011-04-05 18:37 UTC, Marvin Schmidt
committed Details | Review

Description Marvin Schmidt 2011-04-05 18:37:28 UTC
Created attachment 185223 [details] [review]
Check for libexif >= exif_minver

It's currently checking for 'libexif > 0.6.20' instead of '>= 0.6.20', which works fine with git master of today 

Setting severity to major since even with the latest version of libexif and --enable-libexif passed it'll not barf at configure time and go unnoticed
Comment 1 Cosimo Cecchi 2011-04-06 13:45:29 UTC
Thanks, pushed this to master.