Comma was missing in our patch so test failed. Now it's ok.

Bump revision.
ok aja@.
This commit is contained in:
rpointel 2011-08-23 07:08:23 +00:00
parent 94cbaa9f93
commit fa6adaafb4
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.11 2011/07/18 15:32:18 naddy Exp $ # $OpenBSD: Makefile,v 1.12 2011/08/23 07:08:23 rpointel Exp $
VERSION = 2.7 VERSION = 2.7
PATCHLEVEL = .1 PATCHLEVEL = .1
REVISION = 9 REVISION = 10
SHARED_LIBS = python2.7 0.0 SHARED_LIBS = python2.7 0.0
AUTOCONF_VERSION = 2.65 AUTOCONF_VERSION = 2.65

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-Lib_test_test_fcntl_py,v 1.1 2011/07/07 21:32:39 jasper Exp $ $OpenBSD: patch-Lib_test_test_fcntl_py,v 1.2 2011/08/23 07:08:23 rpointel Exp $
--- Lib/test/test_fcntl.py.orig Wed Jul 6 15:47:34 2011 --- Lib/test/test_fcntl.py.orig Wed Jul 6 15:47:34 2011
+++ Lib/test/test_fcntl.py Wed Jul 6 15:47:52 2011 +++ Lib/test/test_fcntl.py Wed Jul 6 15:47:52 2011
@@ -32,7 +32,8 @@ def get_lockdata(): @@ -32,7 +32,8 @@ def get_lockdata():
@ -6,7 +6,7 @@ $OpenBSD: patch-Lib_test_test_fcntl_py,v 1.1 2011/07/07 21:32:39 jasper Exp $
'freebsd6', 'freebsd7', 'freebsd8', 'freebsd6', 'freebsd7', 'freebsd8',
'bsdos2', 'bsdos3', 'bsdos4', 'bsdos2', 'bsdos3', 'bsdos4',
- 'openbsd', 'openbsd2', 'openbsd3', 'openbsd4'): - 'openbsd', 'openbsd2', 'openbsd3', 'openbsd4'):
+ 'openbsd', 'openbsd2', 'openbsd3', 'openbsd4' + 'openbsd', 'openbsd2', 'openbsd3', 'openbsd4',
+ 'openbsd5'): + 'openbsd5'):
if struct.calcsize('l') == 8: if struct.calcsize('l') == 8:
off_t = 'l' off_t = 'l'