File exiv2-build-date.patch of Package mingw32-exiv2

diff -urB exiv2-0.25/config/Doxyfile new/config/Doxyfile
--- exiv2-0.25/config/Doxyfile	2015-06-18 13:28:13.000000000 +0200
+++ new/config/Doxyfile	2015-06-22 14:38:39.341452977 +0200
@@ -978,7 +978,7 @@
 # page will contain the date and time when the page was generated. Setting
 # this to NO can help when comparing the output of multiple runs.
 
-HTML_TIMESTAMP         = YES
+HTML_TIMESTAMP         = NO
 
 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
 # documentation will contain sections that can be hidden and shown after the
diff -urB exiv2-0.25/samples/geotag.cpp new/samples/geotag.cpp
--- exiv2-0.25/samples/geotag.cpp	2015-06-08 16:39:59.000000000 +0200
+++ new/samples/geotag.cpp	2015-06-22 14:38:39.342452980 +0200
@@ -682,7 +682,7 @@
 
 int version(const char* program)
 {
-    printf("%s: %s %s\n",program,__DATE__,__TIME__);
+    printf("%s\n",program);
     return 0;
 }
 
diff -urB exiv2-0.25/src/version.cpp new/src/version.cpp
--- exiv2-0.25/src/version.cpp	2015-05-09 00:26:36.000000000 +0200
+++ new/src/version.cpp	2015-06-22 14:39:40.218650167 +0200
@@ -455,8 +455,6 @@
     output(os,keys,"dll"            , dll        );
     output(os,keys,"debug"          , debug      );
     output(os,keys,"version"        , __VERSION__);
-    output(os,keys,"date"           , __DATE__   );
-    output(os,keys,"time"           , __TIME__   );
     output(os,keys,"svn"            , SVN_VERSION);
     output(os,keys,"ssh"            , EXV_USE_SSH);
 #if EXV_USE_CURL == 1
openSUSE Build Service is sponsored by