patchupdate.py: Add back code to query wine bugzilla, show upstream bug status during patch updater step.

This commit is contained in:
Sebastian Lackner
2015-03-06 00:23:05 +01:00
parent 0f1cce7ba2
commit 89e58b5105
5 changed files with 60 additions and 10 deletions

View File

@@ -1 +1 @@
Fixes: [36073] Support for GetFinalPathNameByHandle
Fixes: [34851] Support for GetFinalPathNameByHandle

View File

@@ -2345,7 +2345,7 @@ fi
# Patchset kernel32-GetFinalPathNameByHandle
# |
# | This patchset fixes the following Wine bugs:
# | * [#36073] Support for GetFinalPathNameByHandle
# | * [#34851] Support for GetFinalPathNameByHandle
# |
# | Modified files:
# | * dlls/api-ms-win-core-file-l1-2-0/api-ms-win-core-file-l1-2-0.spec, dlls/kernel32/file.c, dlls/kernel32/kernel32.spec,
@@ -3330,7 +3330,6 @@ fi
# Patchset server-Stored_ACLs
# |
# | This patchset fixes the following Wine bugs:
# | * [#31858] Silverlight needs support for file ACLs
# | * [#33576] Support for stored file ACLs
# |
# | Modified files:

View File

@@ -1,3 +1,2 @@
Depends: ntdll-DOS_Attributes
Fixes: [31858] Silverlight needs support for file ACLs
Fixes: [33576] Support for stored file ACLs