Added patch to update ProductVersion when applying MSI transforms.

This commit is contained in:
Sebastian Lackner
2014-11-01 21:30:04 +01:00
parent 61769b2227
commit 9c556a5905
5 changed files with 95 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ PATCHLIST := \
libs-Unicode_Collation.ok \
libwine-BSD_mmap_fixed.ok \
mshtml-sessionStorage.ok \
msi-Transform_ProductVersion.ok \
msvcp90-basic_string_wchar_dtor.ok \
ntdll-DOS_Attributes.ok \
ntdll-Dynamic_DST.ok \
@@ -734,6 +735,24 @@ mshtml-sessionStorage.ok:
echo '+ { "mshtml-sessionStorage", "Zhenbo Li", "Implement sessionStorage (partially)." },'; \
) > mshtml-sessionStorage.ok
# Patchset msi-Transform_ProductVersion
# |
# | Included patches:
# | * Update ProductVersion property when applying MSI transforms. [by Sebastian Lackner]
# |
# | This patchset fixes the following Wine bugs:
# | * [#37493] Update ProductVersion property when applying MSI transforms
# |
# | Modified files:
# | * dlls/msi/patch.c
# |
.INTERMEDIATE: msi-Transform_ProductVersion.ok
msi-Transform_ProductVersion.ok:
$(call APPLY_FILE,msi-Transform_ProductVersion/0001-msi-Update-ProductVersion-property-when-applying-tra.patch)
@( \
echo '+ { "msi-Transform_ProductVersion", "Sebastian Lackner", "Update ProductVersion property when applying MSI transforms." },'; \
) > msi-Transform_ProductVersion.ok
# Patchset msvcp90-basic_string_wchar_dtor
# |
# | Included patches: