Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 71719b63f4eba892b66a8b0901b90d84 > files > 1

PyQt4-4.8.6-1.fc15.src.rpm

diff -up PyQt-x11-gpl-4.6.2/pyrcc/rcc.cpp.orig PyQt-x11-gpl-4.6.2/pyrcc/rcc.cpp
--- PyQt-x11-gpl-4.6.2/pyrcc/rcc.cpp.orig	2010-02-23 12:33:44.000000000 +0100
+++ PyQt-x11-gpl-4.6.2/pyrcc/rcc.cpp	2010-02-23 12:45:03.000000000 +0100
@@ -399,8 +399,7 @@ RCCResourceLibrary::writeHeader(FILE *ou
     fprintf(out, "# -*- coding: utf-8 -*-\n\n");
     fprintf(out, "# Resource object code\n");
     fprintf(out, "#\n");
-    fprintf(out, "# Created: %s\n", QDateTime::currentDateTime().toString().toLatin1().constData());
-    fprintf(out, "#      by: The Resource Compiler for PyQt (Qt v%s)\n", QT_VERSION_STR);
+    fprintf(out, "# Created by: The Resource Compiler for PyQt (Qt v%s)\n", QT_VERSION_STR);
     fprintf(out, "#\n");
     fprintf(out, "# WARNING! All changes made in this file will be lost!\n");
     fprintf(out, "\n");