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

Jens Reyer jreyer-guest at moszumanska.debian.org
Sat Oct 24 03:41:17 UTC 2015


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

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

commit b9180b6d5d9fca168cf1dc417a786583ea5bf294
Merge: 8382bc4 a41d682
Author: Jens Reyer <jre.winesim at gmail.com>
Date:   Thu Oct 22 21:26:36 2015 +0200

    Merge branch 'master' into jessie-backports-1.7.x

 ANNOUNCE                                           |  801 +++++++-----
 AUTHORS                                            |    3 +
 MAINTAINERS                                        |  109 ++
 VERSION                                            |    2 +-
 configure                                          |   29 +-
 configure.ac                                       |    7 +-
 debian/bug-control.in                              |    1 +
 debian/changelog                                   |   21 +
 debian/control.in                                  |   38 +-
 debian/patches/font-divbyzero.patch                |    2 +-
 debian/patches/manpages.patch                      |    2 +-
 debian/rules                                       |    9 +-
 dlls/advapi32/tests/security.c                     |   25 +-
 .../api-ms-win-crt-private-l1-1-0.spec             |    2 +-
 dlls/bcrypt/bcrypt.spec                            |    2 +-
 dlls/bcrypt/bcrypt_main.c                          |    8 +
 dlls/comctl32/listview.c                           |    2 +-
 dlls/comdlg32/itemdlg.c                            |  231 +++-
 dlls/comdlg32/tests/itemdlg.c                      |   33 +-
 dlls/d3d10core/tests/device.c                      |  221 ++++
 dlls/d3d11/buffer.c                                |   58 +-
 dlls/d3d11/d3d11_main.c                            |   93 +-
 dlls/d3d11/d3d11_private.h                         |  128 +-
 dlls/d3d11/device.c                                |  438 ++++---
 dlls/d3d11/inputlayout.c                           |  191 ++-
 dlls/d3d11/shader.c                                |  398 ++++--
 dlls/d3d11/state.c                                 |  171 ++-
 dlls/d3d11/tests/Makefile.in                       |    2 +-
 dlls/d3d11/tests/d3d11.c                           |  954 +++++++++++++-
 dlls/d3d11/texture.c                               |    8 +
 dlls/d3d11/utils.c                                 |   31 +-
 dlls/d3d11/view.c                                  |  922 ++++++++++----
 dlls/d3d8/device.c                                 |   10 +-
 dlls/d3d8/surface.c                                |    2 +-
 dlls/d3d8/swapchain.c                              |    5 +-
 dlls/d3d8/tests/device.c                           |   82 +-
 dlls/d3d8/tests/stateblock.c                       |    2 +-
 dlls/d3d8/vertexdeclaration.c                      |    2 +-
 dlls/d3d8/volume.c                                 |    2 +-
 dlls/d3d9/device.c                                 |    5 +-
 dlls/d3d9/query.c                                  |    2 +-
 dlls/d3d9/swapchain.c                              |    5 +-
 dlls/d3d9/tests/device.c                           |   29 +-
 dlls/d3d9/tests/stateblock.c                       |    2 +-
 dlls/d3d9/vertexdeclaration.c                      |    2 +-
 dlls/d3dcompiler_43/bytecodewriter.c               |   30 +-
 dlls/d3dx10_43/d3dx10_43.spec                      |    6 +-
 dlls/d3dx10_43/d3dx10_43_main.c                    |   44 +
 dlls/dbghelp/macho_module.c                        |  167 ++-
 dlls/ddraw/surface.c                               |   33 +-
 dlls/dwmapi/dwmapi.spec                            |    2 +-
 dlls/dwmapi/dwmapi_main.c                          |    9 +
 dlls/dwrite/analyzer.c                             |    6 +
 dlls/dwrite/bracket.c                              |    2 +-
 dlls/dwrite/font.c                                 |  203 ++-
 dlls/dwrite/linebreak.c                            |  128 +-
 dlls/dwrite/mirror.c                               |    2 +-
 dlls/dwrite/opentype.c                             |    4 +-
 dlls/dwrite/scripts.c                              | 1334 ++++++++++----------
 dlls/dwrite/scripts.h                              |  256 ++--
 dlls/dwrite/tests/font.c                           |  124 +-
 dlls/dxgi/adapter.c                                |    4 +-
 dlls/dxgi/device.c                                 |   23 +-
 dlls/dxgi/dxgi_main.c                              |   30 +-
 dlls/dxgi/dxgi_private.h                           |    2 -
 dlls/dxgi/factory.c                                |   22 +-
 dlls/dxgi/output.c                                 |   10 +-
 dlls/dxgi/surface.c                                |    2 +
 dlls/dxgi/swapchain.c                              |   40 +-
 dlls/dxgi/tests/device.c                           |   14 +-
 dlls/dxgi/utils.c                                  |   18 +-
 dlls/esent/Makefile.in                             |    4 +
 dlls/esent/esent.spec                              |  336 +++++
 .../xaudio_classes.idl => esent/esent_main.c}      |   29 +-
 dlls/gdi32/bitblt.c                                |   17 +-
 dlls/gdi32/freetype.c                              |  108 +-
 dlls/gdi32/tests/font.c                            |   54 +-
 dlls/hidclass.sys/Makefile.in                      |    5 +-
 dlls/hidclass.sys/buffer.c                         |  142 +++
 dlls/hidclass.sys/descriptor.c                     | 1145 +++++++++++++++++
 dlls/hidclass.sys/device.c                         |  222 ++++
 dlls/hidclass.sys/hid.h                            |   30 +
 dlls/hidclass.sys/main.c                           |   55 +-
 dlls/hidclass.sys/pnp.c                            |  185 +++
 dlls/ieframe/tests/webbrowser.c                    |    7 +-
 dlls/kernel32/kernel32.spec                        |    4 +-
 dlls/kernel32/tests/codepage.c                     |    9 +-
 dlls/kernel32/tests/file.c                         |   25 +
 dlls/kernel32/tests/thread.c                       |  142 ++-
 dlls/kernel32/tests/time.c                         |    3 +-
 dlls/kernel32/tests/toolhelp.c                     |    8 +-
 dlls/kernel32/thread.c                             |   46 +
 dlls/mciavi32/mciavi.c                             |    2 +-
 dlls/mciavi32/mmoutput.c                           |   11 +-
 dlls/msacm32/format.c                              |    3 +
 dlls/msacm32/pcmconverter.c                        |   21 +-
 dlls/msacm32/tests/msacm.c                         |  125 +-
 dlls/msadp32.acm/msadp32.c                         |   14 +-
 dlls/mscoree/metahost.c                            |   18 +
 dlls/mscoree/mscoree_private.h                     |    4 +
 dlls/msdelta/Makefile.in                           |    4 +
 dlls/msdelta/msdelta.spec                          |   15 +
 .../{x3daudio1_7/main.c => msdelta/msdelta_main.c} |   16 +-
 dlls/mshtml/mshtml_private.h                       |    2 +-
 dlls/mshtml/tests/htmldoc.c                        |    3 +-
 dlls/msi/action.c                                  |   34 +-
 dlls/msi/dialog.c                                  |    2 +-
 dlls/msi/registry.c                                |   12 +-
 dlls/msi/tests/action.c                            |   43 +-
 dlls/msi/tests/install.c                           |   29 +-
 dlls/msi/tests/msi.c                               |    7 +-
 dlls/msvcirt/msvcirt.c                             |  342 ++++-
 dlls/msvcirt/msvcirt.h                             |    2 +
 dlls/msvcirt/msvcirt.spec                          |   70 +-
 dlls/msvcirt/tests/msvcirt.c                       |  432 +++++++
 dlls/msvcp100/msvcp100.spec                        |   16 +-
 dlls/msvcp110/msvcp110.spec                        |   24 +-
 dlls/msvcp110/tests/Makefile.in                    |    5 +
 dlls/msvcp110/tests/msvcp110.c                     |  163 +++
 dlls/msvcp120/msvcp120.spec                        |   24 +-
 dlls/msvcp120/tests/msvcp120.c                     |  222 ++++
 dlls/msvcp120_app/msvcp120_app.spec                |   24 +-
 dlls/msvcp60/msvcp60.spec                          |   24 +-
 dlls/msvcp60/string.c                              |   41 +-
 dlls/msvcp70/msvcp70.spec                          |   16 +-
 dlls/msvcp71/msvcp71.spec                          |   16 +-
 dlls/msvcp80/msvcp80.spec                          |   16 +-
 dlls/msvcp90/ios.c                                 |   59 +
 dlls/msvcp90/math.c                                |   90 ++
 dlls/msvcp90/msvcp90.spec                          |   16 +-
 dlls/msvcr100/msvcr100.spec                        |    6 +-
 dlls/msvcr110/msvcr110.spec                        |    6 +-
 dlls/msvcr120/msvcr120.spec                        |   17 +-
 dlls/msvcr120_app/msvcr120_app.spec                |   12 +-
 dlls/msvcr70/msvcr70.spec                          |    2 +-
 dlls/msvcr71/msvcr71.spec                          |    2 +-
 dlls/msvcr80/msvcr80.spec                          |    6 +-
 dlls/msvcr90/msvcr90.spec                          |    6 +-
 dlls/msvcrt/except_arm.c                           |    9 +
 dlls/msvcrt/except_i386.c                          |   71 +-
 dlls/msvcrt/except_x86_64.c                        |    9 +
 dlls/msvcrt/locale.c                               |  963 +++++++-------
 dlls/msvcrt/math.c                                 |   28 +
 dlls/msvcrt/mbcs.c                                 |   10 +
 dlls/msvcrt/msvcrt.spec                            |    6 +-
 dlls/msvcrt/string.c                               |   68 +-
 dlls/msvcrt/tests/string.c                         |   11 +-
 dlls/msvcrt/time.c                                 |   47 +-
 dlls/msvcrt20/msvcrt20.spec                        |   62 +-
 dlls/msvcrt40/msvcrt40.spec                        |   62 +-
 dlls/msvfw32/mciwnd.c                              |   14 +-
 dlls/msvideo.dll16/Makefile.in                     |    2 +-
 dlls/msvideo.dll16/msvideo.dll16.spec              |    2 +-
 dlls/msvideo.dll16/msvideo16.c                     |   34 +-
 dlls/netapi32/netapi32.c                           |    8 +-
 dlls/netprofm/list.c                               |    6 +-
 dlls/ntdll/directory.c                             |    6 +-
 dlls/ntdll/loader.c                                |   23 +
 dlls/ntdll/path.c                                  |    2 +-
 dlls/ntdll/relay.c                                 |    7 +
 dlls/ntdll/string.c                                |  594 ++++++++-
 dlls/ntdll/tests/file.c                            |   39 +
 dlls/ntdll/tests/rtl.c                             |  222 +---
 dlls/ntdll/thread.c                                |   54 +-
 dlls/ntoskrnl.exe/ntoskrnl.c                       |   16 +
 dlls/ntoskrnl.exe/ntoskrnl.exe.spec                |    4 +-
 dlls/oleacc/tests/main.c                           |    4 +-
 dlls/oleaut32/olepicture.c                         |   15 +
 dlls/oleaut32/tests/tmarshal.c                     |  109 +-
 dlls/oleaut32/tests/tmarshal.idl                   |    3 +
 dlls/oleaut32/tests/tmarshal_dispids.h             |    1 +
 dlls/oleaut32/tmarshal.c                           |   11 +-
 dlls/oleaut32/typelib.c                            |   15 +-
 dlls/oledlg/oledlg.rc                              |    2 +
 dlls/oledlg/oledlg_main.c                          |   36 +-
 dlls/oledlg/resource.h                             |    2 +
 dlls/oledlg/tests/main.c                           |   17 +-
 dlls/opencl/opencl.c                               |    1 +
 dlls/propsys/tests/propsys.c                       |    4 +-
 dlls/psapi/tests/psapi_main.c                      |   55 +-
 dlls/quartz/mpegsplit.c                            |   14 +-
 dlls/quartz/pin.c                                  |    9 +-
 dlls/quartz/waveparser.c                           |    6 +-
 dlls/rpcrt4/ndr_stubless.c                         |    7 +-
 dlls/rpcrt4/ndr_stubless.h                         |    1 +
 dlls/rsaenh/tests/rsaenh.c                         |    3 +-
 dlls/secur32/tests/negotiate.c                     |   31 +-
 dlls/setupapi/tests/install.c                      |   50 +
 dlls/shell32/shell32.manifest                      |    4 +
 dlls/shell32/shell32.rc                            |    3 +
 dlls/shell32/shellord.c                            |    6 +-
 dlls/shell32/tests/shelllink.c                     |   40 +-
 dlls/shlwapi/reg.c                                 |    3 +
 dlls/shlwapi/tests/shreg.c                         |   34 +
 dlls/ucrtbase/tests/Makefile.in                    |    5 +
 dlls/ucrtbase/tests/string.c                       |  121 ++
 dlls/ucrtbase/ucrtbase.spec                        |    2 +-
 dlls/urlmon/tests/protocol.c                       |    6 +
 dlls/user32/cursoricon.c                           |   47 +-
 dlls/user32/edit.c                                 |    2 +-
 dlls/user32/tests/menu.c                           |   20 +-
 dlls/usp10/bracket.c                               |    2 +-
 dlls/usp10/indicsyllable.c                         |  274 ++--
 dlls/usp10/linebreak.c                             |  128 +-
 dlls/usp10/mirror.c                                |    2 +-
 dlls/usp10/shaping.c                               |   20 +-
 dlls/usp10/tests/usp10.c                           |   26 +-
 dlls/webservices/Makefile.in                       |    3 +-
 dlls/webservices/main.c                            |   10 -
 dlls/webservices/reader.c                          |  600 +++++++++
 dlls/webservices/tests/Makefile.in                 |    5 +
 dlls/webservices/tests/reader.c                    |  460 +++++++
 dlls/webservices/webservices.spec                  |   24 +-
 dlls/windowscodecs/tests/pngformat.c               |    4 +
 dlls/windowscodecs/tests/tiffformat.c              |    4 +
 dlls/wined3d/buffer.c                              |    3 +-
 dlls/wined3d/device.c                              |    3 +-
 dlls/wined3d/directx.c                             |    4 +-
 dlls/wined3d/palette.c                             |    4 +-
 dlls/wined3d/query.c                               |    4 +-
 dlls/wined3d/shader.c                              |    6 +-
 dlls/wined3d/surface.c                             |  113 +-
 dlls/wined3d/swapchain.c                           |   53 +-
 dlls/wined3d/texture.c                             |    4 +-
 dlls/wined3d/utils.c                               |    2 +-
 dlls/wined3d/view.c                                |    8 +-
 dlls/wined3d/volume.c                              |   16 +-
 dlls/wined3d/wined3d.spec                          |    6 -
 dlls/wined3d/wined3d_private.h                     |    1 -
 dlls/winemac.drv/cocoa_opengl.m                    |    2 +-
 dlls/winemac.drv/cocoa_window.m                    |   31 +-
 dlls/winemac.drv/macdrv_cocoa.h                    |    7 +
 dlls/winemac.drv/macdrv_main.c                     |   11 +
 dlls/winemac.drv/opengl.c                          |   17 +-
 dlls/wineps.drv/download.c                         |  382 +++++-
 dlls/winex11.drv/clipboard.c                       |   15 +-
 dlls/winhttp/request.c                             |   46 +-
 dlls/winhttp/tests/notification.c                  |   21 +-
 dlls/winhttp/tests/winhttp.c                       |  107 +-
 dlls/wininet/tests/http.c                          |   20 +-
 dlls/ws2_32/socket.c                               |   18 +-
 dlls/ws2_32/tests/sock.c                           |   62 +-
 dlls/x3daudio1_7/main.c                            |   24 +-
 dlls/x3daudio1_7/x3daudio1_7.spec                  |    2 +-
 dlls/xaudio2_7/tests/xaudio2.c                     |  350 ++++-
 dlls/xaudio2_7/xaudio_classes.idl                  |   14 +
 dlls/xaudio2_7/xaudio_dll.c                        |  709 ++++++++++-
 dlls/xaudio2_8/xaudio2_8.spec                      |    1 +
 dlls/xaudio2_8/xaudio_dll.c                        |   14 +
 fonts/symbol.sfd                                   |    2 +-
 fonts/symbol.ttf                                   |  Bin 26040 -> 26028 bytes
 include/Makefile.in                                |    4 +
 include/bcrypt.h                                   |    1 +
 include/d3d9.h                                     |    4 +-
 include/d3dx10core.idl                             |   66 +
 include/dwmapi.h                                   |   11 +
 include/mmreg.h                                    |    2 +
 include/msvcrt/math.h                              |    6 +
 include/shellapi.h                                 |    4 +-
 include/urlmon.idl                                 |    3 +-
 include/webservices.h                              |  382 ++++++
 include/wine/wined3d.h                             |   15 +-
 include/winerror.h                                 |    1 +
 include/winternl.h                                 |   16 +
 include/x3daudio.h                                 |   97 ++
 include/xapo.idl                                   |  131 ++
 include/xaudio2.idl                                |    4 +
 .../xaudio_classes.idl => include/xaudio2fx.idl    |   21 +-
 libs/wine/casemap.c                                |  134 +-
 libs/wine/wctomb.c                                 |   16 +-
 libs/wine/wctype.c                                 |   84 +-
 loader/l_intl.nls                                  |  Bin 6118 -> 6406 bytes
 loader/wine.de.UTF-8.man.in                        |    2 +-
 loader/wine.inf.in                                 |    1 +
 po/ar.po                                           |  103 +-
 po/bg.po                                           |   99 +-
 po/ca.po                                           |  103 +-
 po/cs.po                                           |  103 +-
 po/da.po                                           |  103 +-
 po/de.po                                           |  131 +-
 po/el.po                                           |   99 +-
 po/en.po                                           |   99 +-
 po/en_US.po                                        |   99 +-
 po/eo.po                                           |   99 +-
 po/es.po                                           |  103 +-
 po/fa.po                                           |   99 +-
 po/fi.po                                           |   99 +-
 po/fr.po                                           |  103 +-
 po/he.po                                           |  103 +-
 po/hi.po                                           |   99 +-
 po/hr.po                                           |  103 +-
 po/hu.po                                           |  103 +-
 po/it.po                                           |  103 +-
 po/ja.po                                           |  103 +-
 po/ko.po                                           |  103 +-
 po/lt.po                                           |  101 +-
 po/ml.po                                           |   99 +-
 po/nb_NO.po                                        |  103 +-
 po/nl.po                                           |  103 +-
 po/or.po                                           |   99 +-
 po/pa.po                                           |   99 +-
 po/pl.po                                           |  121 +-
 po/pt_BR.po                                        |  103 +-
 po/pt_PT.po                                        |  103 +-
 po/rm.po                                           |   99 +-
 po/ro.po                                           |  103 +-
 po/ru.po                                           |  103 +-
 po/sk.po                                           |  103 +-
 po/sl.po                                           |  103 +-
 po/sr_RS at cyrillic.po                               |  101 +-
 po/sr_RS at latin.po                                  |  101 +-
 po/sv.po                                           |  103 +-
 po/te.po                                           |   99 +-
 po/th.po                                           |   99 +-
 po/tr.po                                           |  103 +-
 po/uk.po                                           |  103 +-
 po/wa.po                                           |   99 +-
 po/wine.pot                                        |   99 +-
 po/zh_CN.po                                        |  103 +-
 po/zh_TW.po                                        |  103 +-
 programs/reg/reg.c                                 |   43 +
 programs/reg/tests/reg.c                           |    6 +-
 programs/regedit/listview.c                        |    3 +-
 programs/regsvr32/regsvr32.c                       |   35 +-
 programs/wineconsole/winecon_private.h             |    1 +
 programs/wineconsole/wineconsole.c                 |   17 +-
 programs/winemine/main.c                           |    2 +-
 server/fd.c                                        |   16 +-
 server/hook.c                                      |    2 +-
 server/sock.c                                      |    5 +
 tools/make_unicode                                 |   12 +-
 tools/widl/write_msft.c                            |    5 +-
 332 files changed, 18569 insertions(+), 6216 deletions(-)

diff --cc debian/changelog
index 969ea78,6da693a..75edc16
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,10 -1,24 +1,31 @@@
+ wine-development (1.7.52-1) unstable; urgency=medium
+ 
+   [ Michael Gilbert ]
+   * New upstream release 1.7.52, released Oct 2, 2015.
+     - Unicode data updated to Unicode 8.0.0.
+     - Some implementation of the Web Services DLL.
+     - More Direct3D 11 interfaces.
+     - A few more functions in the C++ runtime.
+     - Output standard glyph names in the PostScript driver.
+     - Various bug fixes.
+ 
+   [ Jens Reyer ]
+   * Make Breaks/Replaces backports safe.
+   * Add a Multi-Arch field to every package.
+   * Refactor intra-source-package dependency versioning.
+   * Break older packages before a hard reverse version requirement was added.
+   * Add bug control file.
+   * Suggest to install dosbox.
+ 
+  -- Michael Gilbert <mgilbert at debian.org>  Sat, 17 Oct 2015 20:58:49 +0000
+ 
 +wine-development (1.7.51-1~bpo8+1) jessie-backports; urgency=medium
 +
 +  [ Jens Reyer ]
 +  * Rebuild for jessie-backports.
 +
 + -- Jens Reyer <jre.winesim at gmail.com>  Thu, 10 Sep 2015 15:26:00 +0200
 +
  wine-development (1.7.51-1) unstable; urgency=medium
  
    * New upstream release 1.7.51, released Sep 4, 2015.

-- 
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