Author: wrobell Date: Fri Aug 25 16:38:26 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - allow to detect python 2.5 byte-compiled files
---- Files affected: SOURCES: file-python-2.5.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/file-python-2.5.patch diff -u /dev/null SOURCES/file-python-2.5.patch:1.1 --- /dev/null Fri Aug 25 18:38:26 2006 +++ SOURCES/file-python-2.5.patch Fri Aug 25 18:38:21 2006 @@ -0,0 +1,11 @@ +diff -Nur file-4.17.orig/magic/Magdir/python file-4.17/magic/Magdir/python +--- file-4.17.orig/magic/Magdir/python 2006-03-02 21:40:43.000000000 +0000 ++++ file-4.17/magic/Magdir/python 2006-08-25 17:27:49.000000000 +0100 +@@ -13,6 +13,7 @@ + 0 belong 0x2ded0d0a python 2.2 byte-compiled + 0 belong 0x3bf20d0a python 2.3 byte-compiled + 0 belong 0x6df20d0a python 2.4 byte-compiled ++0 belong 0xa9f20d0a python 2.5 byte-compiled + + 0 string/b #!\ /usr/bin/python python script text executable + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
