Blame SOURCES/PyQt-x11-gpl-4.9.5-timestamp_multilib.patch

8bfd57
diff -up PyQt-x11-gpl-4.9.5/pyrcc/rcc.cpp.timestamp PyQt-x11-gpl-4.9.5/pyrcc/rcc.cpp
8bfd57
--- PyQt-x11-gpl-4.9.5/pyrcc/rcc.cpp.timestamp	2012-09-29 06:35:02.000000000 -0500
8bfd57
+++ PyQt-x11-gpl-4.9.5/pyrcc/rcc.cpp	2012-10-01 08:22:03.197843077 -0500
8bfd57
@@ -407,8 +407,7 @@ RCCResourceLibrary::writeHeader(FILE *ou
8bfd57
     fprintf(out, "# -*- coding: utf-8 -*-\n\n");
8bfd57
     fprintf(out, "# Resource object code\n");
8bfd57
     fprintf(out, "#\n");
8bfd57
-    fprintf(out, "# Created: %s\n", QDateTime::currentDateTime().toString().toUtf8().constData());
8bfd57
-    fprintf(out, "#      by: The Resource Compiler for PyQt (Qt v%s)\n", QT_VERSION_STR);
8bfd57
+    fprintf(out, "# Created by: The Resource Compiler for PyQt (Qt v%s)\n", QT_VERSION_STR);
8bfd57
     fprintf(out, "#\n");
8bfd57
     fprintf(out, "# WARNING! All changes made in this file will be lost!\n");
8bfd57
     fprintf(out, "\n");