[pkg-wine-party] [wine] 01/02: Merge branch 'master' into jessie-backports-1.9.x

Jens Reyer jreyer-guest at moszumanska.debian.org
Fri Sep 30 12:20:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

jreyer-guest pushed a commit to branch jessie-backports-1.9.x
in repository wine.

commit 564a2b5bf2016249da99cc8b3e7064badfc6f218
Merge: d27fad7 5bc30c2
Author: Jens Reyer <jre.winesim at gmail.com>
Date:   Sun Sep 25 11:28:01 2016 +0200

    Merge branch 'master' into jessie-backports-1.9.x
    
    # Conflicts:
    #	debian/changelog

 ANNOUNCE                                           | 639 ++++++--------
 AUTHORS                                            |   2 +
 VERSION                                            |   2 +-
 configure                                          | 164 +++-
 configure.ac                                       |  34 +
 debian/README.debian                               |  40 +-
 debian/changelog                                   |  17 +
 debian/control.in                                  |   4 +-
 debian/patches/binary-indep/sfnt2fon.patch         |   4 +-
 debian/patches/debpaths/makefile.patch             |   2 +-
 debian/patches/debsuffix/winemenubuilder.patch     |   4 +-
 debian/patches/disable/tests.patch                 |   2 +-
 debian/patches/generate/request.patch              |  23 +-
 debian/rules                                       |   2 +-
 debian/scripts/import                              |   8 +
 debian/wineVERSION.examples                        |   1 +
 dlls/advapi32/registry.c                           |   4 +-
 dlls/api-ms-win-core-apiquery-l1-1-0/Makefile.in   |   1 +
 .../api-ms-win-core-apiquery-l1-1-0.spec           |   1 +
 dlls/api-ms-win-core-atoms-l1-1-0/Makefile.in      |   1 +
 .../api-ms-win-core-atoms-l1-1-0.spec              |  17 +
 .../Makefile.in                                    |   1 +
 .../api-ms-win-core-kernel32-private-l1-1-1.spec   |   1 +
 .../Makefile.in                                    |   1 +
 .../api-ms-win-core-localization-l2-1-0.spec       |  12 +
 .../Makefile.in                                    |   1 +
 ...i-ms-win-core-localization-obsolete-l1-2-0.spec |  10 +
 .../Makefile.in                                    |   1 +
 ...pi-ms-win-core-localization-private-l1-1-0.spec |  11 +
 .../Makefile.in                                    |   1 +
 .../api-ms-win-core-privateprofile-l1-1-1.spec     |   2 +
 dlls/api-ms-win-core-realtime-l1-1-0/Makefile.in   |   1 +
 .../api-ms-win-core-realtime-l1-1-0.spec           |   5 +
 .../Makefile.in                                    |   1 +
 ...pi-ms-win-core-registryuserspecific-l1-1-0.spec |  25 +
 .../Makefile.in                                    |   1 +
 .../api-ms-win-core-shlwapi-obsolete-l1-1-0.spec   |  61 ++
 dlls/api-ms-win-core-sidebyside-l1-1-0/Makefile.in |   1 +
 .../api-ms-win-core-sidebyside-l1-1-0.spec         |  11 +
 dlls/api-ms-win-core-stringansi-l1-1-0/Makefile.in |   1 +
 .../api-ms-win-core-stringansi-l1-1-0.spec         |  12 +
 dlls/api-ms-win-core-threadpool-l1-1-0/Makefile.in |   1 +
 .../api-ms-win-core-threadpool-l1-1-0.spec         |  42 +
 .../api-ms-win-core-versionansi-l1-1-0/Makefile.in |   1 +
 .../api-ms-win-core-versionansi-l1-1-0.spec        |   4 +
 .../Makefile.in                                    |   1 +
 ...i-ms-win-core-windowserrorreporting-l1-1-0.spec |  10 +
 .../Makefile.in                                    |   1 +
 .../api-ms-win-core-winrt-errorprivate-l1-1-1.spec |   2 +
 .../api-ms-win-crt-private-l1-1-0.spec             |   2 +-
 dlls/api-ms-win-shell-shellcom-l1-1-0/Makefile.in  |   1 +
 .../api-ms-win-shell-shellcom-l1-1-0.spec          |   1 +
 dlls/bcrypt/tests/Makefile.in                      |   2 +-
 dlls/bcrypt/tests/bcrypt.c                         |  36 +-
 dlls/comctl32/tests/status.c                       |   2 +-
 dlls/comdlg32/filedlg.c                            |   8 +
 dlls/d2d1/Makefile.in                              |   3 +-
 dlls/d2d1/d2d1_private.h                           |  16 +
 dlls/d2d1/dc_render_target.c                       | 875 ++++++++++++++++++++
 dlls/d2d1/factory.c                                |  50 +-
 dlls/d2d1/render_target.c                          |  36 +
 dlls/d2d1/tests/Makefile.in                        |   2 +-
 dlls/d2d1/tests/d2d1.c                             | 150 +++-
 dlls/d3d10_1/tests/d3d10_1.c                       |   4 +-
 dlls/d3d11/state.c                                 |   8 +-
 dlls/d3d11/tests/Makefile.in                       |   2 +-
 dlls/d3d11/tests/d3d11.c                           | 169 +++-
 dlls/d3d11/texture.c                               |  29 +-
 dlls/d3d9/directx.c                                |   2 +-
 dlls/d3dcompiler_43/utils.c                        |   2 +-
 dlls/d3drm/tests/d3drm.c                           |   7 +-
 dlls/dbghelp/dwarf.c                               |  23 +-
 dlls/dbghelp/module.c                              |   1 -
 dlls/dinput/dinput_main.c                          |   5 +-
 dlls/dinput/effect_linuxinput.c                    |  24 +-
 dlls/dxgi/dxgi_private.h                           |   1 +
 dlls/dxgi/surface.c                                |  32 +-
 dlls/dxva2/main.c                                  |   3 +-
 dlls/gdiplus/gdiplus.spec                          |   2 +-
 dlls/gdiplus/metafile.c                            | 108 ++-
 dlls/gdiplus/tests/image.c                         |  24 +-
 dlls/gdiplus/tests/metafile.c                      | 120 +++
 dlls/hidclass.sys/device.c                         |  18 +-
 dlls/imm32/imm.c                                   |   6 +-
 dlls/imm32/tests/imm32.c                           |   9 +
 dlls/joy.cpl/main.c                                |   6 +-
 dlls/jscript/array.c                               |  23 +-
 dlls/jscript/date.c                                | 150 ++--
 dlls/jscript/error.c                               |   4 +-
 dlls/jscript/function.c                            |   4 +-
 dlls/jscript/global.c                              |  22 +-
 dlls/jscript/jsregexp.c                            |   4 +-
 dlls/jscript/jsstr.c                               |  17 +-
 dlls/jscript/jsstr.h                               |  16 +-
 dlls/jscript/number.c                              |   4 +-
 dlls/jscript/object.c                              |   4 +-
 dlls/jscript/string.c                              |  52 +-
 dlls/jscript/tests/api.js                          |  38 +
 dlls/jscript/tests/jscript.c                       |   2 +-
 dlls/kernel32/heap.c                               |  28 +-
 dlls/kernel32/sync.c                               |   2 +-
 dlls/kernel32/tests/console.c                      |   2 +-
 dlls/kernel32/tests/heap.c                         |  13 +
 dlls/kernel32/tests/thread.c                       |   4 +-
 dlls/kernel32/time.c                               |   6 +-
 dlls/mscoree/config.c                              |  33 +-
 dlls/msctf/threadmgr.c                             |   6 +
 dlls/msdaps/row_server.c                           |  18 +-
 dlls/mshtml/htmlimg.c                              |   2 +-
 dlls/mshtml/htmlnode.c                             |   4 +-
 dlls/mshtml/htmlstyle.c                            |   2 +-
 dlls/mshtml/htmlwindow.c                           |  44 +-
 dlls/mshtml/ifacewrap.c                            | 214 ++---
 dlls/mshtml/main.c                                 |   2 +-
 dlls/mshtml/mshtml_private.h                       |   3 +-
 dlls/mshtml/tests/script.c                         |   2 +-
 dlls/msi/automation.c                              |   6 +-
 dlls/msi/msi.c                                     |   2 +-
 dlls/msi/record.c                                  |  13 +-
 dlls/msi/table.c                                   |  16 +-
 dlls/msvcp140/msvcp140.spec                        |   2 +-
 dlls/msvcp140/tests/Makefile.in                    |   5 +
 dlls/msvcp140/tests/msvcp140.c                     |  55 ++
 dlls/msvcp90/misc.c                                |   6 +
 dlls/msvcp90/msvcp90.h                             |   3 +
 dlls/msvcrt/cpp.c                                  |  19 +
 dlls/ntoskrnl.exe/ntoskrnl.c                       | 220 ++++-
 dlls/ntoskrnl.exe/ntoskrnl.exe.spec                |   2 +-
 dlls/ole32/tests/clipboard.c                       |  17 +-
 dlls/oleaut32/olefont.c                            |   6 +-
 dlls/oleaut32/olepicture.c                         |   3 +-
 dlls/oleaut32/tests/vartest.c                      |   5 +-
 dlls/oledb32/tests/convert.c                       |   8 +-
 dlls/oledlg/insobjdlg.c                            |   2 +-
 dlls/qmgr/file.c                                   |  12 +-
 dlls/qmgr/job.c                                    |   5 +-
 dlls/quartz/dsoundrender.c                         |   8 +-
 dlls/quartz/filesource.c                           |   6 +-
 dlls/rpcrt4/tests/server.c                         |   5 +-
 dlls/setupapi/tests/devinst.c                      |  16 +-
 dlls/shell32/tests/shelldispatch.c                 |   2 +-
 dlls/shell32/tests/shfldr_special.c                |   2 +-
 dlls/shlwapi/string.c                              |   4 +-
 dlls/sti/sti.c                                     |  20 +-
 dlls/taskschd/folder.c                             |   2 +-
 dlls/taskschd/task.c                               | 163 +++-
 dlls/taskschd/tests/scheduler.c                    |  29 +-
 dlls/ucrtbase/tests/cpp.c                          |  30 +
 dlls/ucrtbase/ucrtbase.spec                        |   2 +-
 dlls/urlmon/sec_mgr.c                              |   2 +-
 dlls/user32/clipboard.c                            | 526 ++++++++++--
 dlls/user32/cursoricon.c                           |   2 +-
 dlls/user32/misc.c                                 |  13 +-
 dlls/user32/tests/clipboard.c                      | 668 ++++++++++++---
 dlls/user32/tests/cursoricon.c                     |   1 +
 dlls/user32/tests/msg.c                            |  54 +-
 dlls/user32/user32.spec                            |   1 +
 dlls/user32/user_private.h                         |   1 +
 dlls/uxtheme/draw.c                                |   2 +-
 dlls/uxtheme/system.c                              |   4 +-
 dlls/vcomp/main.c                                  | 200 +++++
 dlls/vcomp/tests/vcomp.c                           | 306 +++++++
 dlls/vcomp/vcomp.spec                              |  20 +-
 dlls/vcomp100/vcomp100.spec                        |  20 +-
 dlls/vcomp110/vcomp110.spec                        |  20 +-
 dlls/vcomp120/vcomp120.spec                        |  20 +-
 dlls/vcomp140/vcomp140.spec                        |  20 +-
 dlls/vcomp90/vcomp90.spec                          |  20 +-
 dlls/vcruntime140/vcruntime140.spec                |   2 +-
 dlls/wbemprox/reg.c                                |   4 +-
 dlls/webservices/reader.c                          | 146 ++--
 dlls/webservices/tests/reader.c                    | 218 +++--
 dlls/webservices/tests/writer.c                    |  94 +++
 dlls/webservices/webservices.spec                  |   2 +-
 dlls/webservices/webservices_private.h             |   8 +
 dlls/webservices/writer.c                          |  42 +-
 dlls/windowscodecs/converter.c                     | 202 ++++-
 dlls/windowscodecs/regsvr.c                        |   1 +
 dlls/windowscodecs/tests/converter.c               | 118 ++-
 dlls/winebus.sys/Makefile.in                       |   9 +
 dlls/winebus.sys/bus.h                             |  26 +
 dlls/winebus.sys/bus_udev.c                        | 192 +++++
 dlls/winebus.sys/main.c                            | 305 +++++++
 dlls/winebus.sys/winebus.sys.spec                  |   1 +
 dlls/wined3d/glsl_shader.c                         |   2 +-
 dlls/winejoystick.drv/joystick_linux.c             |   8 +
 dlls/winex11.drv/clipboard.c                       | 915 +++++----------------
 dlls/winex11.drv/winex11.drv.spec                  |   1 -
 dlls/winhttp/session.c                             |   6 +
 dlls/winmm/tests/Makefile.in                       |   2 +-
 dlls/winmm/tests/mci.c                             |   6 +-
 dlls/winmm/tests/midi.c                            |  18 +-
 dlls/ws2_32/socket.c                               | 109 ++-
 dlls/ws2_32/tests/sock.c                           | 208 ++++-
 dlls/xinput1_3/tests/xinput.c                      |  96 ++-
 dlls/xinput1_4/xinput1_4.spec                      |   2 +-
 include/config.h.in                                |   6 +
 include/dwmapi.h                                   |   2 +-
 include/webservices.h                              |  22 +-
 include/wincodec.idl                               |   1 +
 include/wine/rbtree.h                              |  12 +-
 include/wine/server_protocol.h                     |   6 +-
 include/winsock2.h                                 |   9 +
 include/winuser.h                                  |   1 +
 loader/wine.inf.in                                 |  21 +
 po/pt_BR.po                                        | 117 +--
 programs/msinfo32/Makefile.in                      |   5 +
 programs/msinfo32/main.c                           |  33 +
 programs/winedevice/device.c                       |   4 +-
 server/clipboard.c                                 |   8 +-
 server/process.c                                   |   1 -
 server/process.h                                   |   1 -
 server/protocol.def                                |   3 +-
 server/request.h                                   |   1 +
 server/trace.c                                     |   3 +-
 tools/make_specfiles                               |  17 +
 216 files changed, 7037 insertions(+), 2283 deletions(-)

diff --cc debian/changelog
index fc41056,85c9411..1571463
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,12 -1,20 +1,29 @@@
+ wine-development (1.9.19-1) unstable; urgency=medium
+ 
+   * New upstream release 1.9.19, released Sep 16, 2016.
+     - Initial version of a udev bus driver for HID.
+     - Various improvements in joystick support.
+     - Initial implementation of DC rendering in Direct2D.
+     - Improved metafile support in GDI+.
+     - Various bug fixes.
+   * Generate the correct SERVER_PROTOCOL_VERSION (closes: #836911, see also
+     in stable: #836566).
+   * Mention the alternatives system in wineVERSION's package description.
+   * Provide wine.desktop as example in wineVERSION.
+   * Build-depend on libudev-dev on linux architectures.
+   * Refresh patches.
+ 
+  -- Jens Reyer <jre.winesim at gmail.com>  Mon, 19 Sep 2016 18:19:04 +0200
+ 
 +wine-development (1.9.18-1~bpo8+1) jessie-backports; urgency=medium
 +
 +  * Rebuild for jessie-backports.
 +  * Remaining changes:
 +    - Revert "Drop alternative depends on perl:any (now handled by debhelper)."
 +      - debhelper in backports doesn't support this yet.
 +
 + -- Jens Reyer <jre.winesim at gmail.com>  Mon, 12 Sep 2016 13:24:56 +0200
 +
  wine-development (1.9.18-1) unstable; urgency=medium
  
    [ Michael Gilbert ]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list