Created attachment 717298 [details] Run test suite, fix bogus date Patch attached, along with a trivial bogus date in changelog fix. Let me know if you'd like me to push and build this for devel.
There doesn't appear any real test suite in libexif and nothing gets executed on 'make test'. The test directory serves, according to README, more like a documentation (which means it should probably be packaged...). You could patch Makefile.* to build & execute test/*.c files properly, if you believe it would benefit the package. I've pushed the changelog date fix now.
(In reply to comment #1) > There doesn't appear any real test suite in libexif and nothing gets > executed on 'make test'. Note that my patch in the initial comment doesn't run "make test", it runs "make check" which does result in the stuff in test/ being run.
Well, it seems you're right :) Thank you.