diff --git a/debian/changelog b/debian/changelog index 5143875a..54c25521 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,7 +17,7 @@ wine-compholio (1.7.31) UNRELEASED; urgency=low * Added patch to emulate 'mov Eb, Gb' instruction on x86 processor architecture. * Added patch to emulate access to KI_USER_SHARED_DATA kernel page on x86_64. * Added patch to initialize irp.Tail.Overlay.OriginalFileObject with stub file object. - * Added patch to implement emulation SIDT instruction when using Exagear. + * Added patch to implement emulation of SIDT instruction when using Exagear. * Removed patch for iphlpapi stub functions (accepted upstream). * Removed patches for FindFirstFileExW (accepted upstream). * Removed patches for TLB dependencies lookup in resources (accepted upstream). diff --git a/patches/Exagear/0001-ntdll-Implement-emulation-SIDT-instruction-when-usin.patch b/patches/Exagear/0001-ntdll-Implement-emulation-of-SIDT-instruction-when-u.patch similarity index 98% rename from patches/Exagear/0001-ntdll-Implement-emulation-SIDT-instruction-when-usin.patch rename to patches/Exagear/0001-ntdll-Implement-emulation-of-SIDT-instruction-when-u.patch index 8f02c8a1..c97e8a9a 100644 --- a/patches/Exagear/0001-ntdll-Implement-emulation-SIDT-instruction-when-usin.patch +++ b/patches/Exagear/0001-ntdll-Implement-emulation-of-SIDT-instruction-when-u.patch @@ -1,7 +1,7 @@ -From 6d81dd96f48dec341e955cb9e66d8238c2917b1e Mon Sep 17 00:00:00 2001 +From 45108b71fd1db7fe4911885314f229cb0089041e Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Tue, 11 Nov 2014 03:11:33 +0100 -Subject: ntdll: Implement emulation SIDT instruction when using Exagear. +Subject: ntdll: Implement emulation of SIDT instruction when using Exagear. --- configure.ac | 8 ++ diff --git a/patches/Exagear/definition b/patches/Exagear/definition index 2617b3f7..81b551f4 100644 --- a/patches/Exagear/definition +++ b/patches/Exagear/definition @@ -1,3 +1,3 @@ Author: Sebastian Lackner -Subject: Implement emulation SIDT instruction when using Exagear. +Subject: Implement emulation of SIDT instruction when using Exagear. Revision: 1 diff --git a/patches/Makefile b/patches/Makefile index e2925e0b..e14cc77c 100644 --- a/patches/Makefile +++ b/patches/Makefile @@ -168,16 +168,16 @@ clean: # Patchset Exagear # | # | Included patches: -# | * Implement emulation SIDT instruction when using Exagear. [by Sebastian Lackner] +# | * Implement emulation of SIDT instruction when using Exagear. [by Sebastian Lackner] # | # | Modified files: # | * configure.ac, dlls/ntdll/signal_i386.c # | .INTERMEDIATE: Exagear.ok Exagear.ok: - $(call APPLY_FILE,Exagear/0001-ntdll-Implement-emulation-SIDT-instruction-when-usin.patch) + $(call APPLY_FILE,Exagear/0001-ntdll-Implement-emulation-of-SIDT-instruction-when-u.patch) @( \ - echo '+ { "Exagear", "Sebastian Lackner", "Implement emulation SIDT instruction when using Exagear." },'; \ + echo '+ { "Exagear", "Sebastian Lackner", "Implement emulation of SIDT instruction when using Exagear." },'; \ ) > Exagear.ok # Patchset Miscellaneous