Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:wolfi323:branches:X11:common:Factory
exiv2
exiv2-build-date.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File exiv2-build-date.patch of Package exiv2
Index: exiv2-0.27.0-Source/samples/geotag.cpp =================================================================== --- exiv2-0.27.0-Source.orig/samples/geotag.cpp 2018-12-20 14:45:16.000000000 +0100 +++ exiv2-0.27.0-Source/samples/geotag.cpp 2019-01-02 09:48:14.206709922 +0100 @@ -698,7 +698,7 @@ int getFileType(const char* path,Options int version(const char* program) { - printf("%s: %s %s\n",program,__DATE__,__TIME__); + printf("%s\n",program); return 0; } Index: exiv2-0.27.0-Source/src/version.cpp =================================================================== --- exiv2-0.27.0-Source.orig/src/version.cpp 2018-12-20 14:45:16.000000000 +0100 +++ exiv2-0.27.0-Source/src/version.cpp 2019-01-02 09:48:14.206709922 +0100 @@ -471,8 +471,6 @@ void Exiv2::dumpLibraryInfo(std::ostream output(os,keys,"debug" , debug ); output(os,keys,"cplusplus" , __cplusplus); output(os,keys,"version" , __VERSION__); - output(os,keys,"date" , __DATE__ ); - output(os,keys,"time" , __TIME__ ); output(os,keys,"processpath" , Exiv2::getProcessPath()); #ifdef EXV_ENABLE_NLS output(os,keys,"localedir" , EXV_LOCALEDIR); Index: exiv2-0.27.0-Source/cmake/Doxyfile.in =================================================================== --- exiv2-0.27.0-Source.orig/cmake/Doxyfile.in 2018-12-20 14:45:16.000000000 +0100 +++ exiv2-0.27.0-Source/cmake/Doxyfile.in 2019-01-02 09:48:14.206709922 +0100 @@ -982,7 +982,7 @@ HTML_COLORSTYLE_GAMMA = 80 # 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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor