File openbabel-2.3.1-no-build-date.patch of Package openbabel

--- tools/babel.cpp.orig	2011-03-25 16:31:16.899756933 -0400
+++ tools/babel.cpp	2011-03-25 16:31:47.902050683 -0400
@@ -98,8 +98,7 @@
 
                 case 'V':
                   {
-                    cout << "Open Babel " << BABEL_VERSION << " -- " 
-                         << __DATE__ << " -- " << __TIME__ << endl;
+                    cout << "Open Babel " << BABEL_VERSION << endl;
                     exit(0);
                   }
 
@@ -402,8 +401,7 @@
 
 void usage()
 {
-  cout << "Open Babel " << BABEL_VERSION << " -- " << __DATE__ << " -- "
-       << __TIME__ << endl;
+  cout << "Open Babel " << BABEL_VERSION << endl;
   cout << "Usage: " << program_name
        << " [-i<input-type>] <name> [-o<output-type>] <name>" << endl;
   cout << "Try  -H option for more information." << endl;
--- tools/obabel.cpp.orig	2011-03-25 16:32:53.186757297 -0400
+++ tools/obabel.cpp	2011-03-25 16:33:22.232757664 -0400
@@ -99,8 +99,7 @@
 
                 case 'V':
                   {
-                    cout << "Open Babel " << BABEL_VERSION << " -- " 
-                         << __DATE__ << " -- " << __TIME__ << endl;
+                    cout << "Open Babel " << BABEL_VERSION << endl;
                     exit(0);
                   }
 
@@ -407,8 +406,7 @@
 
 void usage()
 {
-  cout << "Open Babel " << BABEL_VERSION << " -- " << __DATE__ << " -- "
-       << __TIME__ << endl;
+  cout << "Open Babel " << BABEL_VERSION << endl;
   cout << "Usage:\n" << program_name
        << " [-i<input-type>] <infilename> [-o<output-type>] -O<outfilename> [Options]" << endl;
   cout << "Try  -H option for more information." << endl;
openSUSE Build Service is sponsored by