Packages changed:
  Mesa (18.1.7 -> 18.3.1)
  Mesa-drivers (18.1.7 -> 18.3.1)
  libqt5-qtbase (5.11.2 -> 5.12.0)
  libqt5-qtconnectivity (5.11.2 -> 5.12.0)
  libqt5-qtdeclarative (5.11.2 -> 5.12.0)
  libqt5-qtgraphicaleffects (5.11.2 -> 5.12.0)
  libqt5-qtimageformats (5.11.2 -> 5.12.0)
  libqt5-qtlocation (5.11.2 -> 5.12.0)
  libqt5-qtmultimedia (5.11.2 -> 5.12.0)
  libqt5-qtnetworkauth (5.11.2 -> 5.12.0)
  libqt5-qtquickcontrols (5.11.2 -> 5.12.0)
  libqt5-qtquickcontrols2 (5.11.2 -> 5.12.0)
  libqt5-qtscript (5.11.2 -> 5.12.0)
  libqt5-qtsensors (5.11.2 -> 5.12.0)
  libqt5-qtserialport (5.11.2 -> 5.12.0)
  libqt5-qtspeech (5.11.2 -> 5.12.0)
  libqt5-qtsvg (5.11.2 -> 5.12.0)
  libqt5-qttools (5.11.2 -> 5.12.0)
  libqt5-qtwayland (5.11.2 -> 5.12.0)
  libqt5-qtwebchannel (5.11.2 -> 5.12.0)
  libqt5-qtwebengine (5.11.2 -> 5.12.0)
  libqt5-qtwebkit
  libqt5-qtwebsockets (5.11.2 -> 5.12.0)
  libqt5-qtx11extras (5.11.2 -> 5.12.0)
  libqt5-qtxmlpatterns (5.11.2 -> 5.12.0)
  python-Pillow
  python-PyNaCl (1.2.1 -> 1.3.0)
  python-cryptography
  python-cssselect
  python-futures
  python-pip
  python-pyasn1
  python-pycparser
  python-setuptools (40.5.0 -> 40.6.2)
  python-six (1.11.0 -> 1.12.0)
  python-slip

=== Details ===

==== Mesa ====
Version update (18.1.7 -> 18.3.1)
Subpackages: Mesa-dri-devel Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1

- Only BuildRequire pkgconfig(vdpau) and pass --enable-vdpau to
  configure when building the drivers. Helps us break a build
  cycle.
- Update to 18.3.1
  * This version disables the VK_EXT_pci_bus_info extension due to
    last minute issues spotted in the specification.
- n_Disable-Xshm-for-now-since-it-results-in-render-erro.patch
  * Xshm results in render errors and missing screen refreshes on GNOME3
    in a qemu VM (cirrus emulation) [bsc#1118149]
- Fix baselibs.conf entry for Mesa-KHR-devel (missing "-")
- Update to 18.3.0 final release
  * The top highlights include:
    + GL_AMD_depth_clamp_separate on r600, radeonsi.
    + GL_AMD_framebuffer_multisample_advanced on radeonsi.
    + GL_AMD_gpu_shader_int64 on i965, nvc0, radeonsi.
    + GL_AMD_multi_draw_indirect on all GL 4.x drivers.
    + GL_AMD_query_buffer_object on i965, nvc0, r600, radeonsi.
    + GL_EXT_disjoint_timer_query on radeonsi and most other Gallium drivers
    (ES extension)
    + GL_EXT_texture_compression_s3tc on all drivers (ES extension)
    + GL_EXT_vertex_attrib_64bit on i965, nvc0, radeonsi.
    + GL_EXT_window_rectangles on radeonsi.
    + GL_KHR_texture_compression_astc_sliced_3d on radeonsi.
    + GL_NV_fragment_shader_interlock on i965.
    + EGL_EXT_device_base for all drivers.
    + EGL_EXT_device_drm for all drivers.
    + EGL_MESA_device_software for all drivers.
  * Additional features:
    ANV
    + VK_EXT_calibrated_timestamps
    + VK_EXT_pci_bus_info
    + VK_EXT_sampler_filter_minmax
    + VK_EXT_vertex_attribute_divisor v3
    + VK_GOOGLE_decorate_string
    + VK_GOOGLE_hlsl_functionality1
    + VK_KHR_driver_properties
    RADV
    + VK_EXT_calibrated_timestamps
    + VK_EXT_conservative_rasterization
    + VK_EXT_pci_bus_info
    + VK_EXT_transform_feedback
    + VK_EXT_vertex_attribute_divisor v3
    + VK_GOOGLE_decorate_string
    + VK_GOOGLE_hlsl_functionality1
    + VK_KHR_driver_properties
- supersedes u_constify-struct-drisw_loader_funcs.patch,
  u_drisw-use-separate-drisw_loader_funcs-for-shm.patch
- Add u_wayland_egl-Ensure-EGL-surface.patch: wayland/egl: Ensure
  EGL surface is resized on DRI update_buffers(). Patch is sent
  upstream already.
- Update to 18.3.0-rc5
  * fifth release candidate for Mesa 18.3.0
- added libGL-Mesa-devel split-off provides to Mesa-KHR-devel
  package, since /usr/include/KHR/khrplatform.h moved between
  these two packages (related to bsc#1117365)
- Place khrplatform.h into new package Mesa-KHR-devel. It is now
  required by all devel packages that need it. (bsc#1117365)
- Remove n_drisw-Do-not-use-drisw_put_image_shm.patch,
  add u_constify-struct-drisw_loader_funcs.patch
  and u_drisw-use-separate-drisw_loader_funcs-for-shm.patch.
  * Replace workaround with proper fix for crash in VLC and
    possibly other applications. (boo#1113533)
- Use rpm variables for the drirc.d path
- Update to 18.3.0-rc4
  * fourth release candidate for Mesa 18.3.0
- Update to 18.3.0-rc3
  * third release candidate for Mesa 18.3.0
- moved /usr/include/KHR from libEGL-devel to libGL-devel since it's
  now being referenced by glext.h
- Update to 18.3.0-rc2
  * second release candidate for Mesa 18.3.0
- supersedes the following patches:
  * U_intel-aubinator-mark-ftruncate_res-as-MAYBE_UNUSED-i.patch
  * U_intel-decoder-mark-total_length-as-MAYBE_UNUSED-in-g.patch
  * U_python-Fix-rich-comparisons.patch
  * U_python-Use-key-functions-when-sorting-containers.patch
  * mako_4_radv.patch
- adjusted n_drirc-disable-rgb10-for-chromium-on-amd.patch
- /etc/drirc moved to /usr/share/drirc.d/00-mesa-defaults.conf
- n_drisw-Do-not-use-drisw_put_image_shm.patch
  * Workaround for applications that create GL context twice with
    different loaders. (boo#1113533)
- Update to 18.2.4
  * Different fixes for different drivers: freedreno, radeonsi,
    swr, anv and radv. Also there are fixes for ac, gallium,
    spirv and blorp.
- n_drirc-disable-rgb10-for-chromium-on-amd.patch
  * Disallow rgb10 configs for chromium with radeonsi to prevent
    broken colors in video. (boo#1113211)
- Update to 18.2.3
  * Different patches for the DirectX9 and DRI state trackers.
  * Several fixes and workarounds for different games, inlcuding
    RAGE, Yakuza and The Evil Within, Wolfenstein The Old Blood
    ARMA 3, or No Mans Sky.
  * A bunch of fixes for different drivers, including r600,
    nouveau, radeonsi, anv, radv, virgl, i965, nvc0 or nv50.
    Worth to mention a fix for GPU hangs in Radeonsi.
  * State Trackers also get different fixes and corrections.
  * Finally, fixes for GLSL and NIR are also in this queue.
- Update to 18.2.2
  * Different patches for the DirectX9 and DRI state trackers.
  * A patch to implement vkAcquireNextImage2 in the Intel and AMD
    vulkan drivers, as well as a patch for adding support for
    protected memory properties in GetPhysicalDeviceProperties2()
    for the former driver.
  * RADV also gets a patch to fix some issues with reflections in
    GTA V, and a patch to fix a GPU hang in SteamVR with Vega.
  * Finally, there are more fixes for Radeonsi, nvc0, vc4, and
    vulkan code.
- Drop usage of sha1sum, use sig and keyring verification instead.
  Following this, add key from Juan A. Suarez to keyring.
- Drop u_st-dri-don-t-set-queryDmaBufFormats-queryDmaBufModif.patch
  Fixed upstream.
- update to 18.2.1
  * Lot of fixes for Vulkan drivers.
- get rid of libwayland-egl1/libwayland-egl-devel completely; also
  for older Leap versions
- update to 18.2.0
  * This release consists of nearly 2200 commits from approximately
    130 developers.
  * The top highlights include:
  - OpenGL 4.3 on virgl.
  - OpenGL 4.4 Compatibility profile on radeonsi.
  - OpenGL ES 3.2 on radeonsi and virgl.
  - GL_ARB_ES3_2_compatibility on radeonsi.
  - GL_ARB_fragment_shader_interlock on i965.
  - GL_ARB_sample_locations and GL_NV_sample_locations on nvc0 (GM200+).
  - GL_ANDROID_extension_pack_es31a on radeonsi.
  - GL_KHR_texture_compression_astc_ldr on radeonsi.
  - GL_NV_conservative_raster and GL_NV_conservative_raster_dilate on
    nvc0 (GM200+).
  - GL_NV_conservative_raster_pre_snap_triangles on nvc0 (GP102+).
  - multisampled images on nvc0 (GM107+) (now supported on GF100+).
  * Additional features:
  - ANV Extensions:
  - VK_KHR_bind_memory2.
  - VK_KHR_external_fence.
  - VK_KHR_external_fence_capabilities.
  - VK_KHR_external_semaphore.
  - VK_KHR_external_semaphore_capabilities.
  - VK_KHR_maintenance2.
  - VK_KHR_maintenance3.
  - VK_KHR_multiview.
  - VK_KHR_relaxed_block_layout.
  - VK_KHR_sampler_ycbcr_conversion.
  - VK_KHR_8bit_storage.
  - VK_KHR_create_renderpass2.
  - VK_KHR_display.
  - VK_KHR_display_swapchain.
  - VK_KHR_external_fence_fd.
  - VK_KHR_external_semaphore_fd.
  - VK_KHR_get_display_properties2.
  - VK_KHR_image_format_list.
  - RADV Extensions:
  - VK_KHR_bind_memory2.
  - VK_KHR_external_fence.
  - VK_KHR_external_fence_capabilities.
  - VK_KHR_maintenance2.
  - VK_KHR_maintenance3.
  - VK_KHR_multiview.
  - VK_KHR_relaxed_block_layout.
  - VK_KHR_create_renderpass2.
  - VK_KHR_display.
  - VK_KHR_display_swapchain.
  - VK_KHR_draw_indirect_count.
  - VK_KHR_external_fence_fd.
  - VK_KHR_get_display_properties2.
  - VK_KHR_get_surface_capabilities2.
  - VK_KHR_image_format_list.
  - New GL extensions supported by all drivers:
  - GL_OES_EGL_image_external.
  - GL_OES_EGL_image_external_essl3.
  - freedreno:
  - GL 3.0's multisample anti-aliasing support on a5xx.
  - GL_ARB_texture_multisample support on a5xx.
  - GLES3.1's GS5 Packing/bitfield/conversion functions support on a5xx.
  - Dynamically uniform UBO array indices.
  - Packing/bitfield/conversion functions.
  - Enhanced textureGather.
  - GL_OES_texture_buffer.
  - GL_ARB_seamless_cubemap_per_texture.
  - i965:
  - GL_OES_texture_view on gen8+.
  - GL_EXT_texture_norm16.
  - nouveau:
  - GL_ARB_post_depth_coverage.
  - GL_ARB_sample_locations.
  - GL_EXT_texture_norm16.
  - r600:
  - GL_EXT_texture_norm16.
  - radeonsi:
  - GL_EXT_texture_norm16.
  - virgl:
  - GL_ARB_seamless_cubemap_per_texture.
  - GL_ARB_shader_stencil_export.
- supersedes u_r600-egd_tables.py-make-the-script-python-2-3-compat.patch,
  u_intel_anv-make-scripts-python-2-3-compat.patch
- U_intel-decoder-mark-total_length-as-MAYBE_UNUSED-in-g.patch,
  U_intel-aubinator-mark-ftruncate_res-as-MAYBE_UNUSED-i.patch,
  U_python-Fix-rich-comparisons.patch,
  U_python-Use-key-functions-when-sorting-containers.patch
  * buildfixes ...

==== Mesa-drivers ====
Version update (18.1.7 -> 18.3.1)
Subpackages: Mesa-dri Mesa-dri-nouveau Mesa-gallium Mesa-libva libvdpau_nouveau libvdpau_r300 libvdpau_r600 libvdpau_radeonsi libvulkan_intel libvulkan_radeon libxatracker2

- Only BuildRequire pkgconfig(vdpau) and pass --enable-vdpau to
  configure when building the drivers. Helps us break a build
  cycle.
- Update to 18.3.1
  * This version disables the VK_EXT_pci_bus_info extension due to
    last minute issues spotted in the specification.
- n_Disable-Xshm-for-now-since-it-results-in-render-erro.patch
  * Xshm results in render errors and missing screen refreshes on GNOME3
    in a qemu VM (cirrus emulation) [bsc#1118149]
- Fix baselibs.conf entry for Mesa-KHR-devel (missing "-")
- Update to 18.3.0 final release
  * The top highlights include:
    + GL_AMD_depth_clamp_separate on r600, radeonsi.
    + GL_AMD_framebuffer_multisample_advanced on radeonsi.
    + GL_AMD_gpu_shader_int64 on i965, nvc0, radeonsi.
    + GL_AMD_multi_draw_indirect on all GL 4.x drivers.
    + GL_AMD_query_buffer_object on i965, nvc0, r600, radeonsi.
    + GL_EXT_disjoint_timer_query on radeonsi and most other Gallium drivers
    (ES extension)
    + GL_EXT_texture_compression_s3tc on all drivers (ES extension)
    + GL_EXT_vertex_attrib_64bit on i965, nvc0, radeonsi.
    + GL_EXT_window_rectangles on radeonsi.
    + GL_KHR_texture_compression_astc_sliced_3d on radeonsi.
    + GL_NV_fragment_shader_interlock on i965.
    + EGL_EXT_device_base for all drivers.
    + EGL_EXT_device_drm for all drivers.
    + EGL_MESA_device_software for all drivers.
  * Additional features:
    ANV
    + VK_EXT_calibrated_timestamps
    + VK_EXT_pci_bus_info
    + VK_EXT_sampler_filter_minmax
    + VK_EXT_vertex_attribute_divisor v3
    + VK_GOOGLE_decorate_string
    + VK_GOOGLE_hlsl_functionality1
    + VK_KHR_driver_properties
    RADV
    + VK_EXT_calibrated_timestamps
    + VK_EXT_conservative_rasterization
    + VK_EXT_pci_bus_info
    + VK_EXT_transform_feedback
    + VK_EXT_vertex_attribute_divisor v3
    + VK_GOOGLE_decorate_string
    + VK_GOOGLE_hlsl_functionality1
    + VK_KHR_driver_properties
- supersedes u_constify-struct-drisw_loader_funcs.patch,
  u_drisw-use-separate-drisw_loader_funcs-for-shm.patch
- Add u_wayland_egl-Ensure-EGL-surface.patch: wayland/egl: Ensure
  EGL surface is resized on DRI update_buffers(). Patch is sent
  upstream already.
- Update to 18.3.0-rc5
  * fifth release candidate for Mesa 18.3.0
- added libGL-Mesa-devel split-off provides to Mesa-KHR-devel
  package, since /usr/include/KHR/khrplatform.h moved between
  these two packages (related to bsc#1117365)
- Place khrplatform.h into new package Mesa-KHR-devel. It is now
  required by all devel packages that need it. (bsc#1117365)
- Remove n_drisw-Do-not-use-drisw_put_image_shm.patch,
  add u_constify-struct-drisw_loader_funcs.patch
  and u_drisw-use-separate-drisw_loader_funcs-for-shm.patch.
  * Replace workaround with proper fix for crash in VLC and
    possibly other applications. (boo#1113533)
- Use rpm variables for the drirc.d path
- Update to 18.3.0-rc4
  * fourth release candidate for Mesa 18.3.0
- Update to 18.3.0-rc3
  * third release candidate for Mesa 18.3.0
- moved /usr/include/KHR from libEGL-devel to libGL-devel since it's
  now being referenced by glext.h
- Update to 18.3.0-rc2
  * second release candidate for Mesa 18.3.0
- supersedes the following patches:
  * U_intel-aubinator-mark-ftruncate_res-as-MAYBE_UNUSED-i.patch
  * U_intel-decoder-mark-total_length-as-MAYBE_UNUSED-in-g.patch
  * U_python-Fix-rich-comparisons.patch
  * U_python-Use-key-functions-when-sorting-containers.patch
  * mako_4_radv.patch
- adjusted n_drirc-disable-rgb10-for-chromium-on-amd.patch
- /etc/drirc moved to /usr/share/drirc.d/00-mesa-defaults.conf
- n_drisw-Do-not-use-drisw_put_image_shm.patch
  * Workaround for applications that create GL context twice with
    different loaders. (boo#1113533)
- Update to 18.2.4
  * Different fixes for different drivers: freedreno, radeonsi,
    swr, anv and radv. Also there are fixes for ac, gallium,
    spirv and blorp.
- n_drirc-disable-rgb10-for-chromium-on-amd.patch
  * Disallow rgb10 configs for chromium with radeonsi to prevent
    broken colors in video. (boo#1113211)
- Update to 18.2.3
  * Different patches for the DirectX9 and DRI state trackers.
  * Several fixes and workarounds for different games, inlcuding
    RAGE, Yakuza and The Evil Within, Wolfenstein The Old Blood
    ARMA 3, or No Mans Sky.
  * A bunch of fixes for different drivers, including r600,
    nouveau, radeonsi, anv, radv, virgl, i965, nvc0 or nv50.
    Worth to mention a fix for GPU hangs in Radeonsi.
  * State Trackers also get different fixes and corrections.
  * Finally, fixes for GLSL and NIR are also in this queue.
- Update to 18.2.2
  * Different patches for the DirectX9 and DRI state trackers.
  * A patch to implement vkAcquireNextImage2 in the Intel and AMD
    vulkan drivers, as well as a patch for adding support for
    protected memory properties in GetPhysicalDeviceProperties2()
    for the former driver.
  * RADV also gets a patch to fix some issues with reflections in
    GTA V, and a patch to fix a GPU hang in SteamVR with Vega.
  * Finally, there are more fixes for Radeonsi, nvc0, vc4, and
    vulkan code.
- Drop usage of sha1sum, use sig and keyring verification instead.
  Following this, add key from Juan A. Suarez to keyring.
- Drop u_st-dri-don-t-set-queryDmaBufFormats-queryDmaBufModif.patch
  Fixed upstream.
- update to 18.2.1
  * Lot of fixes for Vulkan drivers.
- get rid of libwayland-egl1/libwayland-egl-devel completely; also
  for older Leap versions
- update to 18.2.0
  * This release consists of nearly 2200 commits from approximately
    130 developers.
  * The top highlights include:
  - OpenGL 4.3 on virgl.
  - OpenGL 4.4 Compatibility profile on radeonsi.
  - OpenGL ES 3.2 on radeonsi and virgl.
  - GL_ARB_ES3_2_compatibility on radeonsi.
  - GL_ARB_fragment_shader_interlock on i965.
  - GL_ARB_sample_locations and GL_NV_sample_locations on nvc0 (GM200+).
  - GL_ANDROID_extension_pack_es31a on radeonsi.
  - GL_KHR_texture_compression_astc_ldr on radeonsi.
  - GL_NV_conservative_raster and GL_NV_conservative_raster_dilate on
    nvc0 (GM200+).
  - GL_NV_conservative_raster_pre_snap_triangles on nvc0 (GP102+).
  - multisampled images on nvc0 (GM107+) (now supported on GF100+).
  * Additional features:
  - ANV Extensions:
  - VK_KHR_bind_memory2.
  - VK_KHR_external_fence.
  - VK_KHR_external_fence_capabilities.
  - VK_KHR_external_semaphore.
  - VK_KHR_external_semaphore_capabilities.
  - VK_KHR_maintenance2.
  - VK_KHR_maintenance3.
  - VK_KHR_multiview.
  - VK_KHR_relaxed_block_layout.
  - VK_KHR_sampler_ycbcr_conversion.
  - VK_KHR_8bit_storage.
  - VK_KHR_create_renderpass2.
  - VK_KHR_display.
  - VK_KHR_display_swapchain.
  - VK_KHR_external_fence_fd.
  - VK_KHR_external_semaphore_fd.
  - VK_KHR_get_display_properties2.
  - VK_KHR_image_format_list.
  - RADV Extensions:
  - VK_KHR_bind_memory2.
  - VK_KHR_external_fence.
  - VK_KHR_external_fence_capabilities.
  - VK_KHR_maintenance2.
  - VK_KHR_maintenance3.
  - VK_KHR_multiview.
  - VK_KHR_relaxed_block_layout.
  - VK_KHR_create_renderpass2.
  - VK_KHR_display.
  - VK_KHR_display_swapchain.
  - VK_KHR_draw_indirect_count.
  - VK_KHR_external_fence_fd.
  - VK_KHR_get_display_properties2.
  - VK_KHR_get_surface_capabilities2.
  - VK_KHR_image_format_list.
  - New GL extensions supported by all drivers:
  - GL_OES_EGL_image_external.
  - GL_OES_EGL_image_external_essl3.
  - freedreno:
  - GL 3.0's multisample anti-aliasing support on a5xx.
  - GL_ARB_texture_multisample support on a5xx.
  - GLES3.1's GS5 Packing/bitfield/conversion functions support on a5xx.
  - Dynamically uniform UBO array indices.
  - Packing/bitfield/conversion functions.
  - Enhanced textureGather.
  - GL_OES_texture_buffer.
  - GL_ARB_seamless_cubemap_per_texture.
  - i965:
  - GL_OES_texture_view on gen8+.
  - GL_EXT_texture_norm16.
  - nouveau:
  - GL_ARB_post_depth_coverage.
  - GL_ARB_sample_locations.
  - GL_EXT_texture_norm16.
  - r600:
  - GL_EXT_texture_norm16.
  - radeonsi:
  - GL_EXT_texture_norm16.
  - virgl:
  - GL_ARB_seamless_cubemap_per_texture.
  - GL_ARB_shader_stencil_export.
- supersedes u_r600-egd_tables.py-make-the-script-python-2-3-compat.patch,
  u_intel_anv-make-scripts-python-2-3-compat.patch
- U_intel-decoder-mark-total_length-as-MAYBE_UNUSED-in-g.patch,
  U_intel-aubinator-mark-ftruncate_res-as-MAYBE_UNUSED-i.patch,
  U_python-Fix-rich-comparisons.patch,
  U_python-Use-key-functions-when-sorting-containers.patch
  * buildfixes ...

==== libqt5-qtbase ====
Version update (5.11.2 -> 5.12.0)
Subpackages: libQt5Concurrent5 libQt5Core5 libQt5DBus5 libQt5Gui5 libQt5Network5 libQt5OpenGL5 libQt5PrintSupport5 libQt5Sql5 libQt5Sql5-mysql libQt5Sql5-sqlite libQt5Test5 libQt5Widgets5 libQt5Xml5 libqt5-qtbase-platformtheme-gtk3

- Update to 5.12.0:
  * New feature release
  * For more details please see:
  * http://code.qt.io/cgit/qt/qtbase.git/plain/dist/changes-5.12.0/?h=v5.12.0
- Update to 5.12.0-rc2:
  * New bugfix release
  * Only important bugfixes
- Changelog for Qt 5.12.0:
  * http://code.qt.io/cgit/qt/qtbase.git/plain/dist/changes-5.12.0/?h=5.12.0
- Remove patches, now upstream:
  * 0001-Fix-build-with-OpenSSL-1.1.0.patch
- Remove uikit qmake spec to avoid automatic dep on python2
- Update to 5.12.0-rc:
  * New bugfix release
  * No changelog available
- Add patch to fix build with OpenSSL 1.1.0:
  * 0001-Fix-build-with-OpenSSL-1.1.0.patch
- Update to 5.12.0-beta4:
  * New bugfix release
  * No changelog available
- Remove patches, now upstream:
  * 0001-xcb-Don-t-get-initial-screen-rotation.patch
- Update to 5.12.0-beta3:
  * New bugfix release
  * No changelog available
- Refresh 0001-Sanitize-QXcbScreen-s-pixelDensity-values.patch
- Update to 5.12.0-beta2:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta1:
  * New bugfix release
  * No changelog available
- Remove patches, now upstream:
  * Export-qt_open64-from-QtCore.patch
- Update to 5.12.0-alpha:
  * New feature release
  * For more details please see:
  * http://wiki.qt.io/New_Features_in_Qt_5.12
- Refresh patches:
  * 0001-Add-remote-print-queue-support.patch
  * 0001-xcb-Don-t-get-initial-screen-rotation.patch
- Remove patches, now upstream:
  * 0001-Hack-together-a-way-to-get-fallback-from-xcb-working.patch
  * 0001-Unix-print-dialog-Properly-initialize-duplex.patch
- Rename -platformtheme-flatpak to platformtheme-xdgdesktopportal
- Adjust libQt5PrintSupport-private-headers-devel Requires

==== libqt5-qtconnectivity ====
Version update (5.11.2 -> 5.12.0)
Subpackages: libQt5Bluetooth5 libQt5Bluetooth5-imports libQt5Nfc5 libQt5Nfc5-imports libqt5-qtconnectivity-tools

- Update to 5.12.0:
  * New feature release
  * For more details please see:
  * http://code.qt.io/cgit/qt/qtconnectivity.git/plain/dist/changes-5.12.0/?h=v5.12.0
- Update to 5.12.0-rc2:
  * New bugfix release
  * Only important bugfixes
- Changelog for Qt 5.12.0:
  * http://code.qt.io/cgit/qt/qtconnectivity.git/plain/dist/changes-5.12.0/?h=5.12.0
- Update to 5.12.0-rc:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta4:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta3:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta2:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta1:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-alpha:
  * New feature release
  * For more details please see:
  * http://wiki.qt.io/New_Features_in_Qt_5.12

==== libqt5-qtdeclarative ====
Version update (5.11.2 -> 5.12.0)

- Update to 5.12.0:
  * New feature release
  * For more details please see:
  * http://code.qt.io/cgit/qt/qtdeclarative.git/plain/dist/changes-5.12.0/?h=v5.12.0
- Update to 5.12.0-rc2:
  * New bugfix release
  * Only important bugfixes
- Changelog for Qt 5.12.0:
  * http://code.qt.io/cgit/qt/qtdeclarative.git/plain/dist/changes-5.12.0/?h=5.12.0
- Remove unneeded BuildReq on Xml modules (boo#1117316)
- Update to 5.12.0-rc:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta4:
  * New bugfix release
  * No changelog available
- New Qt.labs.wavefrontmesh module
- Update to 5.12.0-beta3:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta2:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta1:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-alpha:
  * New feature release
  * For more details please see:
  * http://wiki.qt.io/New_Features_in_Qt_5.12
- Refresh patches:
  * qtdeclarative-switch-to-python3.patch
  * sse2_nojit.patch
- Apply sse2_nojit.patch unconditionally
- Use %license

==== libqt5-qtgraphicaleffects ====
Version update (5.11.2 -> 5.12.0)

- Update to 5.12.0:
  * New feature release
  * For more details please see:
  * http://code.qt.io/cgit/qt/qtgraphicaleffects.git/plain/dist/changes-5.12.0/?h=v5.12.0
- Update to 5.12.0-rc2:
  * New bugfix release
  * Only important bugfixes
- Changelog for Qt 5.12.0:
  * http://code.qt.io/cgit/qt/qtgraphicaleffects.git/plain/dist/changes-5.12.0/?h=5.12.0
- Update to 5.12.0-rc:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta4:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta3:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta2:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta1:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-alpha:
  * New feature release
  * For more details please see:
  * http://wiki.qt.io/New_Features_in_Qt_5.12

==== libqt5-qtimageformats ====
Version update (5.11.2 -> 5.12.0)

- Update to 5.12.0:
  * New feature release
  * For more details please see:
  * http://code.qt.io/cgit/qt/qtimageformats.git/plain/dist/changes-5.12.0/?h=v5.12.0
- Update to 5.12.0-rc2:
  * New bugfix release
  * Only important bugfixes
- Changelog for Qt 5.12.0:
  * http://code.qt.io/cgit/qt/qtimageformats.git/plain/dist/changes-5.12.0/?h=5.12.0
- Update to 5.12.0-rc:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta4:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta3:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta2:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta1:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-alpha:
  * New feature release
  * For more details please see:
  * http://wiki.qt.io/New_Features_in_Qt_5.12

==== libqt5-qtlocation ====
Version update (5.11.2 -> 5.12.0)
Subpackages: libQt5Location5 libQt5Positioning5 libQt5PositioningQuick5

- Update to 5.12.0:
  * New feature release
  * For more details please see:
  * http://code.qt.io/cgit/qt/qtlocation.git/plain/dist/changes-5.12.0/?h=v5.12.0
- Update to 5.12.0-rc2:
  * New bugfix release
  * Only important bugfixes
- Changelog for Qt 5.12.0:
  * http://code.qt.io/cgit/qt/qtlocation.git/plain/dist/changes-5.12.0/?h=5.12.0
- Update to 5.12.0-rc:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta4:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta3:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta2:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta1:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-alpha:
  * New feature release
  * For more details please see:
  * http://wiki.qt.io/New_Features_in_Qt_5.12

==== libqt5-qtmultimedia ====
Version update (5.11.2 -> 5.12.0)

- Update to 5.12.0:
  * New feature release
  * For more details please see:
  * http://code.qt.io/cgit/qt/qtmultimedia.git/plain/dist/changes-5.12.0/?h=v5.12.0
- Update to 5.12.0-rc2:
  * New bugfix release
  * Only important bugfixes
- Changelog for Qt 5.12.0:
  * http://code.qt.io/cgit/qt/qtmultimedia.git/plain/dist/changes-5.12.0/?h=5.12.0
- Update to 5.12.0-rc:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta4:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta3:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta2:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta1:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-alpha:
  * New feature release
  * For more details please see:
  * http://wiki.qt.io/New_Features_in_Qt_5.12

==== libqt5-qtnetworkauth ====
Version update (5.11.2 -> 5.12.0)

- Update to 5.12.0:
  * New feature release
  * For more details please see:
  * http://code.qt.io/cgit/qt/qtnetworkauth.git/plain/dist/changes-5.12.0/?h=v5.12.0
- Update to 5.12.0-rc2:
  * New bugfix release
  * Only important bugfixes
- Changelog for Qt 5.12.0:
  * http://code.qt.io/cgit/qt/qtnetworkauth.git/plain/dist/changes-5.12.0/?h=5.12.0
- Update to 5.12.0-rc:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta4:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta3:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta2:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta1:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-alpha:
  * New feature release
  * For more details please see:
  * http://wiki.qt.io/New_Features_in_Qt_5.12

==== libqt5-qtquickcontrols ====
Version update (5.11.2 -> 5.12.0)

- Update to 5.12.0:
  * New feature release
  * For more details please see:
  * http://code.qt.io/cgit/qt/qtquickcontrols.git/plain/dist/changes-5.12.0/?h=v5.12.0
- Update to 5.12.0-rc2:
  * New bugfix release
  * Only important bugfixes
- Changelog for Qt 5.12.0:
  * http://code.qt.io/cgit/qt/qtquickcontrols.git/plain/dist/changes-5.12.0/?h=5.12.0
- Remove patches, now upstream:
  * fix-menu-buttons-not-opening.patch
- Add patch to fix menus not opening more than once (QTBUG-71238, kde#399914):
  * fix-menu-buttons-not-opening.patch
- Update to 5.12.0-rc:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta4:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta3:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta2:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta1:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-alpha:
  * New feature release
  * For more details please see:
  * http://wiki.qt.io/New_Features_in_Qt_5.12

==== libqt5-qtquickcontrols2 ====
Version update (5.11.2 -> 5.12.0)
Subpackages: libQt5QuickControls2-5 libQt5QuickTemplates2-5

- Update to 5.12.0:
  * New feature release
  * For more details please see:
  * http://code.qt.io/cgit/qt/qtquickcontrols2.git/plain/dist/changes-5.12.0/?h=v5.12.0
- Update to 5.12.0-rc2:
  * New bugfix release
  * Only important bugfixes
- Changelog for Qt 5.12.0:
  * http://code.qt.io/cgit/qt/qtquickcontrols2.git/plain/dist/changes-5.12.0/?h=5.12.0
- Update to 5.12.0-rc:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta4:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta3:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta2:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta1:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-alpha:
  * New feature release
  * For more details please see:
  * http://wiki.qt.io/New_Features_in_Qt_5.12

==== libqt5-qtscript ====
Version update (5.11.2 -> 5.12.0)

- Update to 5.12.0:
  * New feature release
  * For more details please see:
  * http://code.qt.io/cgit/qt/qtscript.git/plain/dist/changes-5.12.0/?h=v5.12.0
- Update to 5.12.0-rc2:
  * New bugfix release
  * Only important bugfixes
- Changelog for Qt 5.12.0:
  * http://code.qt.io/cgit/qt/qtscript.git/plain/dist/changes-5.12.0/?h=5.12.0
- Update to 5.12.0-rc:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta4:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta3:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta2:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta1:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-alpha:
  * New feature release
  * For more details please see:
  * http://wiki.qt.io/New_Features_in_Qt_5.12
- Refresh libqt5-qtscript-s390-support.patch

==== libqt5-qtsensors ====
Version update (5.11.2 -> 5.12.0)
Subpackages: libQt5Sensors5 libQt5Sensors5-imports

- Update to 5.12.0:
  * New feature release
  * For more details please see:
  * http://code.qt.io/cgit/qt/qtsensors.git/plain/dist/changes-5.12.0/?h=v5.12.0
- Update to 5.12.0-rc2:
  * New bugfix release
  * Only important bugfixes
- Changelog for Qt 5.12.0:
  * http://code.qt.io/cgit/qt/qtsensors.git/plain/dist/changes-5.12.0/?h=5.12.0
- Update to 5.12.0-rc:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta4:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta3:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta2:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta1:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-alpha:
  * New feature release
  * For more details please see:
  * http://wiki.qt.io/New_Features_in_Qt_5.12

==== libqt5-qtserialport ====
Version update (5.11.2 -> 5.12.0)

- Update to 5.12.0:
  * New feature release
  * For more details please see:
  * http://code.qt.io/cgit/qt/qtserialport.git/plain/dist/changes-5.12.0/?h=v5.12.0
- Update to 5.12.0-rc2:
  * New bugfix release
  * Only important bugfixes
- Changelog for Qt 5.12.0:
  * http://code.qt.io/cgit/qt/qtserialport.git/plain/dist/changes-5.12.0/?h=5.12.0
- Update to 5.12.0-rc:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta4:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta3:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta2:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta1:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-alpha:
  * New feature release
  * For more details please see:
  * http://wiki.qt.io/New_Features_in_Qt_5.12

==== libqt5-qtspeech ====
Version update (5.11.2 -> 5.12.0)

- Update to 5.12.0:
  * New feature release
  * For more details please see:
  * http://code.qt.io/cgit/qt/qtspeech.git/plain/dist/changes-5.12.0/?h=v5.12.0
- Update to 5.12.0-rc2:
  * New bugfix release
  * Only important bugfixes
- Changelog for Qt 5.12.0:
  * http://code.qt.io/cgit/qt/qtspeech.git/plain/dist/changes-5.12.0/?h=5.12.0
- Update to 5.12.0-rc:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta4:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta3:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta2:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta1:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-alpha:
  * New feature release
  * For more details please see:
  * http://wiki.qt.io/New_Features_in_Qt_5.12

==== libqt5-qtsvg ====
Version update (5.11.2 -> 5.12.0)

- Update to 5.12.0:
  * New feature release
  * For more details please see:
  * http://code.qt.io/cgit/qt/qtsvg.git/plain/dist/changes-5.12.0/?h=v5.12.0
- Update to 5.12.0-rc2:
  * New bugfix release
  * Only important bugfixes
- Changelog for Qt 5.12.0:
  * http://code.qt.io/cgit/qt/qtsvg.git/plain/dist/changes-5.12.0/?h=5.12.0
- Update to 5.12.0-rc:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta4:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta3:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta2:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta1:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-alpha:
  * New feature release
  * For more details please see:
  * http://wiki.qt.io/New_Features_in_Qt_5.12

==== libqt5-qttools ====
Version update (5.11.2 -> 5.12.0)
Subpackages: libQt5Designer5 libQt5Help5 libqt5-qdbus libqt5-qtpaths

- Update to 5.12.0:
  * New feature release
  * For more details please see:
  * http://code.qt.io/cgit/qt/qttools.git/plain/dist/changes-5.12.0/?h=v5.12.0
- Update to 5.12.0-rc2:
  * New bugfix release
  * Only important bugfixes
- Changelog for Qt 5.12.0:
  * http://code.qt.io/cgit/qt/qttools.git/plain/dist/changes-5.12.0/?h=5.12.0
- Update to 5.12.0-rc:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta4:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta3:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta2:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta1:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-alpha:
  * New feature release
  * For more details please see:
  * http://wiki.qt.io/New_Features_in_Qt_5.12
  * qhelpconverter got removed
  * qcollectiongenerator got merged into qhelpgenerator

==== libqt5-qtwayland ====
Version update (5.11.2 -> 5.12.0)
Subpackages: libQt5WaylandClient5 libQt5WaylandCompositor5

- Update to 5.12.0:
  * New feature release
  * For more details please see:
  * http://code.qt.io/cgit/qt/qtwayland.git/plain/dist/changes-5.12.0/?h=v5.12.0
- Update to 5.12.0-rc2:
  * New bugfix release
  * Only important bugfixes
- Changelog for Qt 5.12.0:
  * http://code.qt.io/cgit/qt/qtwayland.git/plain/dist/changes-5.12.0/?h=5.12.0
- Update to 5.12.0-rc:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta4:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta3:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta2:
  * New bugfix release
  * No changelog available
- Remove patches, now upstream:
  * 0001-Avoid-spurious-move-events-after-configure-call.patch
- Add patch to fix window geometry in specific situations:
  * 0001-Avoid-spurious-move-events-after-configure-call.patch
- Update to 5.12.0-beta1:
  * New bugfix release
  * No changelog available
- Remove patches, now upstream:
  * fix-deadlock.patch
- Update to 5.12.0-alpha:
  * New feature release
  * For more details please see:
  * http://wiki.qt.io/New_Features_in_Qt_5.12
- Add patch to fix deadlock when calling makeCurrent before exposing:
  * fix-deadlock.patch

==== libqt5-qtwebchannel ====
Version update (5.11.2 -> 5.12.0)
Subpackages: libQt5WebChannel5 libQt5WebChannel5-imports

- Update to 5.12.0:
  * New feature release
  * For more details please see:
  * http://code.qt.io/cgit/qt/qtwebchannel.git/plain/dist/changes-5.12.0/?h=v5.12.0
- Update to 5.12.0-rc2:
  * New bugfix release
  * Only important bugfixes
- Changelog for Qt 5.12.0:
  * http://code.qt.io/cgit/qt/qtwebchannel.git/plain/dist/changes-5.12.0/?h=5.12.0
- Update to 5.12.0-rc:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta4:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta3:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta2:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta1:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-alpha:
  * New feature release
  * For more details please see:
  * http://wiki.qt.io/New_Features_in_Qt_5.12

==== libqt5-qtwebengine ====
Version update (5.11.2 -> 5.12.0)

- Update to 5.12.0:
  * New feature release
  * For more details please see:
  * http://code.qt.io/cgit/qt/qtwebengine.git/plain/dist/changes-5.12.0/?h=v5.12.0
- Update to 5.12.0-rc2:
  * New bugfix release
  * Only important bugfixes
- Changelog for Qt 5.12.0:
  * http://code.qt.io/cgit/qt/qtwebengine.git/plain/dist/changes-5.12.0/?h=5.12.0
- Update to 5.12.0-rc:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta4:
  * New bugfix release
  * No changelog available
- Add yet another hunk to chromium-non-void-return.patch
- Update to 5.12.0-beta3:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta2:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta1:
  * New bugfix release
  * No changelog available
- Refresh patches:
  * harmony-fix.diff
  * chromium-66.0.3359.170-gcc8-alignof.patch
- Replace no-return-in-nonvoid-function.diff with
  with chromium-non-void-return.patch from the chromium package
- Update to 5.12.0-alpha:
  * New feature release
  * For more details please see:
  * http://wiki.qt.io/New_Features_in_Qt_5.12
- Refresh disable-gpu-when-using-nouveau-boo-1005323.diff
- Raise mem_per_process to 200M

==== libqt5-qtwebkit ====
Subpackages: libQt5WebKit5 libQt5WebKit5-imports libQt5WebKitWidgets5

- Add patch to fix armv6 build:
  * fix_armv6.patch

==== libqt5-qtwebsockets ====
Version update (5.11.2 -> 5.12.0)
Subpackages: libQt5WebSockets5 libQt5WebSockets5-imports

- Update to 5.12.0:
  * New feature release
  * For more details please see:
  * http://code.qt.io/cgit/qt/qtwebsockets.git/plain/dist/changes-5.12.0/?h=v5.12.0
- Update to 5.12.0-rc2:
  * New bugfix release
  * Only important bugfixes
- Changelog for Qt 5.12.0:
  * http://code.qt.io/cgit/qt/qtwebsockets.git/plain/dist/changes-5.12.0/?h=5.12.0
- Update to 5.12.0-rc:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta4:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta3:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta2:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta1:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-alpha:
  * New feature release
  * For more details please see:
  * http://wiki.qt.io/New_Features_in_Qt_5.12

==== libqt5-qtx11extras ====
Version update (5.11.2 -> 5.12.0)

- Update to 5.12.0:
  * New feature release
  * For more details please see:
  * http://code.qt.io/cgit/qt/qtx11extras.git/plain/dist/changes-5.12.0/?h=v5.12.0
- Update to 5.12.0-rc2:
  * New bugfix release
  * Only important bugfixes
- Changelog for Qt 5.12.0:
  * http://code.qt.io/cgit/qt/qtx11extras.git/plain/dist/changes-5.12.0/?h=5.12.0
- Update to 5.12.0-rc:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta4:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta3:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta2:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta1:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-alpha:
  * New feature release
  * For more details please see:
  * http://wiki.qt.io/New_Features_in_Qt_5.12

==== libqt5-qtxmlpatterns ====
Version update (5.11.2 -> 5.12.0)

- Fix Requires of the -imports subpackage
- Fix baselibs.conf
- Update to 5.12.0:
  * New feature release
  * For more details please see:
  * http://code.qt.io/cgit/qt/qtxmlpatterns.git/plain/dist/changes-5.12.0/?h=v5.12.0
- Update to 5.12.0-rc2:
  * New bugfix release
  * Only important bugfixes
- Changelog for Qt 5.12.0:
  * http://code.qt.io/cgit/qt/qtxmlpatterns.git/plain/dist/changes-5.12.0/?h=5.12.0
- Build the QtQuick.XmlListModel here and ship it in a new -imports
  subpackage (boo#1117316)
- Update to 5.12.0-rc:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta4:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta3:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta2:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-beta1:
  * New bugfix release
  * No changelog available
- Update to 5.12.0-alpha:
  * New feature release
  * For more details please see:
  * http://wiki.qt.io/New_Features_in_Qt_5.12

==== python-Pillow ====

- Fix fdupes call
- Fix some version conditionals

==== python-PyNaCl ====
Version update (1.2.1 -> 1.3.0)

- Update to 1.3.0
  * Added support for Python 3.7.
  * Run and test all code examples in PyNaCl docs through sphinx's doctest
    builder.
  * Add low-level bindings for chacha20-poly1305 AEAD constructions.
  * Add low-level bindings for the chacha20-poly1305 secretstream
    constructions.
  * Add low-level bindings for ed25519ph pre-hashed signing construction.
  * Add low-level bindings for constant-time increment and addition on
    fixed-precision big integers represented as little-endian byte sequences.
  * Add low-level bindings for the ISO/IEC 7816-4 compatible padding API.
  * Add low-level bindings for libsodium's crypto_kx... key exchange
    construction.
  * Set hypothesis deadline to None in tests/test_pwhash.py to avoid incorrect
    test failures on slower processor architectures.

==== python-cryptography ====
Subpackages: python2-cryptography python3-cryptography

- Fix fdupes call

==== python-cssselect ====
Subpackages: python2-cssselect python3-cssselect

- Remove superfluous devel dependency for noarch package

==== python-futures ====

- Fix fdupes call
- Fix homepage
- Remove superfluous devel dependency for noarch package

==== python-pip ====

- Fix fdupes call

==== python-pyasn1 ====
Subpackages: python2-pyasn1 python3-pyasn1

- Fix fdupes call

==== python-pycparser ====
Subpackages: python2-pycparser python3-pycparser

- Remove superfluous devel dependency for noarch package

==== python-setuptools ====
Version update (40.5.0 -> 40.6.2)
Subpackages: python2-setuptools python3-setuptools

- Fix fdupes call
- update to version 40.6.2:
  * #1592: Fix invalid dependency on external six module (instead of
    vendored version).
- changes from version 40.6.1:
  * #1590: Fixed regression where packages without author or
    author_email fields generated malformed package metadata.
- changes from version 40.6.0:
  * #1541: Officially deprecated the requires parameter in setup().
  * #1519: In pkg_resources.normalize_path, additional path
    normalization is now performed to ensure path values to a
    directory is always the same, preventing false positives when
    checking scripts have a consistent prefix to set up on Windows.
  * #1545: Changed the warning class of all deprecation warnings;
    deprecation warning classes are no longer derived from
    DeprecationWarning and are thus visible by default.
  * #1554: build_meta.build_sdist now includes setup.py in source
    distributions by default.
  * #1576: Started monkey-patching get_metadata_version and
    read_pkg_file onto distutils.DistributionMetadata to retain the
    correct version on the PKG-INFO file in the (deprecated) upload
    command.
  * #1533: Restricted the recursive-include setuptools/_vendor to
    contain only .py and .txt files.
  * #1395: Changed Pyrex references to Cython in the documentation.
  * #1456: Documented that the rpmbuild packages is required for the
    bdist_rpm command.
  * #1537: Documented how to use setup.cfg for src/ layouts
  * #1539: Added minimum version column in setup.cfg metadata table.
  * #1552: Fixed a minor typo in the python 2/3 compatibility
    documentation.
  * #1553: Updated installation instructions to point to pip install
    instead of ez_setup.py.
  * #1560: Updated setuptools distribution documentation to remove
    some outdated information.
  * #1564: Documented setup.cfg minimum version for version and
    project_urls.
  * #1572: Added the concurrent.futures backport futures to the Python
    2.7 test suite requirements.

==== python-six ====
Version update (1.11.0 -> 1.12.0)
Subpackages: python2-six python3-six

- Update to 0.12.0:
  * `six.add_metaclass` now preserves `__qualname__` from the
    original class.
  * Add `six.ensure_binary`, `six.ensure_text`, and
    `six.ensure_str`.
- Because of cyclical dependencies between six and Sphinx, we
  need to to do multibuild.

==== python-slip ====
Subpackages: python3-slip python3-slip-dbus

- Remove superfluous devel dependency for noarch package