packages: python-pyinotify/python-pyinotify-glibc.patch (NEW) - initial - "...
uzsolt
uzsolt at pld-linux.org
Thu Jul 16 12:44:36 CEST 2009
Author: uzsolt Date: Thu Jul 16 10:44:36 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- initial
- "2.10" < "2.4" as string but not as version
---- Files affected:
packages/python-pyinotify:
python-pyinotify-glibc.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/python-pyinotify/python-pyinotify-glibc.patch
diff -u /dev/null packages/python-pyinotify/python-pyinotify-glibc.patch:1.1
--- /dev/null Thu Jul 16 12:44:36 2009
+++ packages/python-pyinotify/python-pyinotify-glibc.patch Thu Jul 16 12:44:31 2009
@@ -0,0 +1,13 @@
+--- pyinotify/pyinotify.py~ 2009-04-13 14:56:59.000000000 +0200
++++ pyinotify/pyinotify.py 2009-07-16 12:35:44.625287211 +0200
+@@ -100,8 +100,8 @@
+ # Because there are inotify patches for libc 2.3.6.
+ LIBC.gnu_get_libc_version.restype = ctypes.c_char_p
+ LIBC_VERSION = LIBC.gnu_get_libc_version()
+-if LIBC_VERSION < '2.4':
+- raise UnsupportedLibcVersionError(LIBC_VERSION)
++# if LIBC_VERSION < '2.4':
++# raise UnsupportedLibcVersionError(LIBC_VERSION)
+
+
+ # logging
================================================================
More information about the pld-cvs-commit
mailing list