]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - pyQt/patches/PyQt-x11-gpl-4.6.2-timestamp-multilib.patch
Move all packages to root.
[people/amarx/ipfire-3.x.git] / pyQt / patches / PyQt-x11-gpl-4.6.2-timestamp-multilib.patch
CommitLineData
fe1cf40d
MT
1diff -up PyQt-x11-gpl-4.6.2/pyrcc/rcc.cpp.orig PyQt-x11-gpl-4.6.2/pyrcc/rcc.cpp
2--- PyQt-x11-gpl-4.6.2/pyrcc/rcc.cpp.orig 2010-02-23 12:33:44.000000000 +0100
3+++ PyQt-x11-gpl-4.6.2/pyrcc/rcc.cpp 2010-02-23 12:45:03.000000000 +0100
4@@ -399,8 +399,7 @@ RCCResourceLibrary::writeHeader(FILE *ou
5 fprintf(out, "# -*- coding: utf-8 -*-\n\n");
6 fprintf(out, "# Resource object code\n");
7 fprintf(out, "#\n");
8- fprintf(out, "# Created: %s\n", QDateTime::currentDateTime().toString().toLatin1().constData());
9- fprintf(out, "# by: The Resource Compiler for PyQt (Qt v%s)\n", QT_VERSION_STR);
10+ fprintf(out, "# Created by: The Resource Compiler for PyQt (Qt v%s)\n", QT_VERSION_STR);
11 fprintf(out, "#\n");
12 fprintf(out, "# WARNING! All changes made in this file will be lost!\n");
13 fprintf(out, "\n");