Packages changed:
  Mesa
  Mesa-drivers
  bluedevil5 (5.11.95 -> 5.12.0)
  breeze (5.11.95 -> 5.12.0)
  breeze-gtk (5.11.95 -> 5.12.0)
  breeze4-style (5.11.95 -> 5.12.0)
  ccache (3.3.4 -> 3.3.6)
  discover (5.11.95 -> 5.12.0)
  drbd-utils
  drkonqi5 (5.11.95 -> 5.12.0)
  gfxboot (4.5.26 -> 4.5.29)
  icecream-monitor (3.0.1 -> 3.1.0)
  jhead
  kactivitymanagerd (5.11.95 -> 5.12.0)
  kcm_sddm (5.11.95 -> 5.12.0)
  kde-cli-tools5 (5.11.95 -> 5.12.0)
  kde-gtk-config5 (5.11.95 -> 5.12.0)
  kde-user-manager (5.11.95 -> 5.12.0)
  kernel-source (4.15.0 -> 4.15.1)
  kgamma5 (5.11.95 -> 5.12.0)
  khotkeys5 (5.11.95 -> 5.12.0)
  kinfocenter5 (5.11.95 -> 5.12.0)
  kmenuedit5 (5.11.95 -> 5.12.0)
  kmod (24 -> 25)
  kscreen5 (5.11.95 -> 5.12.0)
  kscreenlocker (5.11.95 -> 5.12.0)
  ksshaskpass5 (5.11.95 -> 5.12.0)
  ksysguard5 (5.11.95 -> 5.12.0)
  kwayland-integration (5.11.95 -> 5.12.0)
  kwin5 (5.11.95 -> 5.12.0)
  libkdecoration2 (5.11.95 -> 5.12.0)
  libkscreen2 (5.11.95 -> 5.12.0)
  libksysguard5 (5.11.95 -> 5.12.0)
  libqt5-qtlocation
  libqt5-qtwebengine
  mercurial (4.4.1 -> 4.5)
  milou5 (5.11.95 -> 5.12.0)
  oxygen5 (5.11.95 -> 5.12.0)
  plasma-nm5 (5.11.95 -> 5.12.0)
  plasma5-addons (5.11.95 -> 5.12.0)
  plasma5-desktop (5.11.95 -> 5.12.0)
  plasma5-integration (5.11.95 -> 5.12.0)
  plasma5-openSUSE
  plasma5-pa (5.11.95 -> 5.12.0)
  plasma5-workspace (5.11.95 -> 5.12.0)
  polkit-kde-agent-5 (5.11.95 -> 5.12.0)
  powerdevil5 (5.11.95 -> 5.12.0)
  python-cryptography
  qpdf (7.1.0 -> 7.1.1)
  rdesktop
  shotwell (0.27.2 -> 0.27.4)
  squid
  systemsettings5 (5.11.95 -> 5.12.0)
  yast2-instserver (4.0.0 -> 4.0.1)

=== Details ===

==== Mesa ====
Subpackages: Mesa-dri-devel Mesa-libEGL-devel Mesa-libEGL1 Mesa-libGL-devel Mesa-libGL1 Mesa-libglapi0 libgbm1 libwayland-egl1

- u_mesa-st-shader_cache-restore-num_tgsi_tokens-when-loading.patch
  * Fix crash when loading shader. (bnc#1079465)

==== Mesa-drivers ====
Subpackages: Mesa-dri Mesa-gallium Mesa-libva libvdpau_r300 libvdpau_r600 libvdpau_radeonsi libvulkan_radeon libxatracker2

- u_mesa-st-shader_cache-restore-num_tgsi_tokens-when-loading.patch
  * Fix crash when loading shader. (bnc#1079465)

==== bluedevil5 ====
Version update (5.11.95 -> 5.12.0)
Subpackages: bluedevil5-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * None

==== breeze ====
Version update (5.11.95 -> 5.12.0)
Subpackages: breeze5-cursors breeze5-decoration breeze5-style breeze5-style-lang breeze5-wallpapers

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * None

==== breeze-gtk ====
Version update (5.11.95 -> 5.12.0)
Subpackages: gtk2-metatheme-breeze gtk3-metatheme-breeze metatheme-breeze-common

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * None

==== breeze4-style ====
Version update (5.11.95 -> 5.12.0)

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * None

==== ccache ====
Version update (3.3.4 -> 3.3.6)

- Update to version 3.3.6:
  * Improved instructions on how to get cache hits between different
    working directories.
- Changes for version 3.3.5:
  * Documented how automatic cache cleanup works.
  * Fixed a regression where the original order of debug options
    could be lost. This reverts the ?Improved parsing of -g*
    options? feature in ccache 3.3.
  * Multiple -fdebug-prefix-map options should now be handled
    correctly.
  * Fixed matching of directories in the ignore_headers_in_manifest
    configuration option.
  * Fixed detection of missing argument to -opt/--options-file.
  * ccache now bails out when building a precompiled header if any
    of the corresponding header files have an updated timestamp.
    This fixes complaints from clang.
  * Fixed a bug related to erroneously storing a dependency file
    with absolute paths in the cache on a preprocessed hit.
  * ccache -c/--cleanup now works like documented: it just
    recalculates size counters and trims the cache to not exceed
    the max size and file number limits. Previously, the forced
    cleanup took ?limit_multiple? into account, so that ccache
  - c/--cleanup by default would trim the cache to 80% of the max
    limit.
  * ccache no longer ignores linker arguments for clang since clang
    warns about them.
  * Plugged a couple of file descriptor leaks.
  * Fixed a bug where ccache would skip hashing the compiler
    argument following a -fno-working-directory,
  - fworking-directory, -nostdinc, -nostdinc++, -remap or
  - trigraphs option in preprocessor mode.
- cleanup with spec-cleaner

==== discover ====
Version update (5.11.95 -> 5.12.0)
Subpackages: discover-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Too many changes to list here
- Build with gcc7 on Leap 42.3, gcc6 no longer works because of a
  change to the default compiler flags in openSUSE:Leap:42.3:Update
  (boo#1077345)

==== drbd-utils ====

- bsc#1077176, pass the string to backend.
- bsc#1058770, fix kernel trace while starting
  sync stacked drbd
- Add patch Fix-no-bitmap-allocate-for-stacked-res.patch
- Add patch Support-pass-force-to-dump-md.patch

==== drkonqi5 ====
Version update (5.11.95 -> 5.12.0)
Subpackages: drkonqi5-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * None

==== gfxboot ====
Version update (4.5.26 -> 4.5.29)

- Translated using Weblate (Indonesian)
- 4.5.29
- Translated using Weblate (Danish)
- 4.5.28
- Translated using Weblate (Catalan)
- 4.5.27

==== icecream-monitor ====
Version update (3.0.1 -> 3.1.0)

- Update to version 3.1.0:
  - added scheduler option
  - summary view improvements
  - bugfixes

==== jhead ====

- Added CVE-2018-6612.patch: Fix of a heap-based buffer over-read
  (boo#1079349 CVE-2018-6612)

==== kactivitymanagerd ====
Version update (5.11.95 -> 5.12.0)

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * Actually quit threads nicely (kde#385533)

==== kcm_sddm ====
Version update (5.11.95 -> 5.12.0)
Subpackages: kcm_sddm-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * None

==== kde-cli-tools5 ====
Version update (5.11.95 -> 5.12.0)
Subpackages: kde-cli-tools5-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * Require KDE Frameworks 5.42 and Qt 5.9

==== kde-gtk-config5 ====
Version update (5.11.95 -> 5.12.0)
Subpackages: kde-gtk-config5-gtk2 kde-gtk-config5-gtk3 kde-gtk-config5-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * None

==== kde-user-manager ====
Version update (5.11.95 -> 5.12.0)
Subpackages: kde-user-manager-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * None

==== kernel-source ====
Version update (4.15.0 -> 4.15.1)
Subpackages: kernel-default kernel-default-devel kernel-devel kernel-docs kernel-macros kernel-syms

- Linux 4.15.1 (bnc#1012628).
- x86/efi: Clarify that reset attack mitigation needs appropriate
  userspace (bnc#1012628).
- Input: synaptics-rmi4 - do not delete interrupt memory too early
  (bnc#1012628).
- Input: synaptics-rmi4 - unmask F03 interrupts when port is
  opened (bnc#1012628).
- test_firmware: fix missing unlock on error in
  config_num_requests_store() (bnc#1012628).
- iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels
  (bnc#1012628).
- iio: adc: stm32: fix scan of multiple channels with DMA
  (bnc#1012628).
- spi: imx: do not access registers while clocks disabled
  (bnc#1012628).
- serial: imx: Only wakeup via RTSDEN bit if the system has
  RTS/CTS (bnc#1012628).
- serial: 8250_dw: Revert "Improve clock rate setting"
  (bnc#1012628).
- serial: 8250_uniphier: fix error return code in
  uniphier_uart_probe() (bnc#1012628).
- serial: 8250_of: fix return code when probe function fails to
  get reset (bnc#1012628).
- mei: me: allow runtime pm for platform with D0i3 (bnc#1012628).
- android: binder: use VM_ALLOC to get vm area (bnc#1012628).
- ANDROID: binder: remove waitqueue when thread exits
  (bnc#1012628).
- usb/gadget: Fix "high bandwidth" check in
  usb_gadget_ep_match_desc() (bnc#1012628).
- usb: uas: unconditionally bring back host after reset
  (bnc#1012628).
- usb: f_fs: Prevent gadget unbind if it is already unbound
  (bnc#1012628).
- USB: serial: simple: add Motorola Tetra driver (bnc#1012628).
- usbip: list: don't list devices attached to vhci_hcd
  (bnc#1012628).
- usbip: prevent bind loops on devices attached to vhci_hcd
  (bnc#1012628).
- USB: serial: io_edgeport: fix possible sleep-in-atomic
  (bnc#1012628).
- CDC-ACM: apply quirk for card reader (bnc#1012628).
- USB: cdc-acm: Do not log urb submission errors on disconnect
  (bnc#1012628).
- USB: serial: pl2303: new device id for Chilitag (bnc#1012628).
- usb: option: Add support for FS040U modem (bnc#1012628).
- tty: fix data race between tty_init_dev and flush of buf
  (bnc#1012628).
- staging: ccree: fix fips event irq handling build (bnc#1012628).
- staging: ccree: NULLify backup_info when unused (bnc#1012628).
- staging: lustre: separate a connection destroy from free struct
  kib_conn (bnc#1012628).
- scsi: storvsc: missing error code in storvsc_probe()
  (bnc#1012628).
- scsi: aacraid: Fix hang in kdump (bnc#1012628).
- scsi: aacraid: Fix udev inquiry race condition (bnc#1012628).
- ima/policy: fix parsing of fsuuid (bnc#1012628).
- igb: Free IRQs when device is hotplugged (bnc#1012628).
- mtd: nand: denali_pci: add missing
  MODULE_DESCRIPTION/AUTHOR/LICENSE (bnc#1012628).
- gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE
  (bnc#1012628).
- gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
  (bnc#1012628).
- power: reset: zx-reboot: add missing
  MODULE_DESCRIPTION/AUTHOR/LICENSE (bnc#1012628).
- HID: wacom: Fix reporting of touch toggle
  (WACOM_HID_WD_MUTE_DEVICE) events (bnc#1012628).
- HID: wacom: EKR: ensure devres groups at higher indexes are
  released (bnc#1012628).
- crypto: af_alg - whitelist mask and type (bnc#1012628).
- crypto: sha3-generic - fixes for alignment and big endian
  operation (bnc#1012628).
- crypto: inside-secure - avoid unmapping DMA memory that was
  not mapped (bnc#1012628).
- crypto: inside-secure - fix hash when length is a multiple of
  a block (bnc#1012628).
- crypto: aesni - Fix out-of-bounds access of the AAD buffer in
  generic-gcm-aesni (bnc#1012628).
- crypto: aesni - Fix out-of-bounds access of the data buffer
  in generic-gcm-aesni (bnc#1012628).
- crypto: aesni - add wrapper for generic gcm(aes) (bnc#1012628).
- crypto: aesni - fix typo in generic_gcmaes_decrypt
  (bnc#1012628).
- crypto: aesni - handle zero length dst buffer (bnc#1012628).
- crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
  (bnc#1012628).
- ALSA: hda - Reduce the suspend time consumption for ALC256
  (bnc#1012628).
- gpio: Fix kernel stack leak to userspace (bnc#1012628).
- gpio: stmpe: i2c transfer are forbiden in atomic context
  (bnc#1012628).
- tools/gpio: Fix build error with musl libc (bnc#1012628).
- Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops
  (bnc#1012628).
- commit 622b47a
- config: arm64: Enable RockChip 8xx
  We need RockChip RK-808 support to run openSUSE on Rock64 board (RK3328).
  Currently, even voltage regulator is missed.
- commit a348749

==== kgamma5 ====
Version update (5.11.95 -> 5.12.0)
Subpackages: kgamma5-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * None

==== khotkeys5 ====
Version update (5.11.95 -> 5.12.0)
Subpackages: khotkeys5-devel khotkeys5-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * None

==== kinfocenter5 ====
Version update (5.11.95 -> 5.12.0)
Subpackages: kinfocenter5-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * None

==== kmenuedit5 ====
Version update (5.11.95 -> 5.12.0)
Subpackages: kmenuedit5-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * None

==== kmod ====
Version update (24 -> 25)
Subpackages: kmod-compat libkmod2

- Update to kmod v25
  * Fix resolving symbols with MODULE_REL_CRCS (bsc#1077867)
- Drop depmod-Don-t-add-.TOC.-when-it-s-in-the-kernel.patch

==== kscreen5 ====
Version update (5.11.95 -> 5.12.0)
Subpackages: kscreen5-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * KDED: respond to output being completely removed
  * KDED: restore output scale from config

==== kscreenlocker ====
Version update (5.11.95 -> 5.12.0)
Subpackages: kscreenlocker-lang libKScreenLocker5

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * Fix brightness shortcuts in the whitelist
  * Add touchpad shortcuts to the whitelist
  * Fix building autotest on platforms where syscalls are not available

==== ksshaskpass5 ====
Version update (5.11.95 -> 5.12.0)
Subpackages: ksshaskpass5-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * Make it compile with QT_NO_CAST_FROM_ASCII
  * make it work with with git-lfs
  * Fix executable name in README

==== ksysguard5 ====
Version update (5.11.95 -> 5.12.0)
Subpackages: ksysguard5-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * None

==== kwayland-integration ====
Version update (5.11.95 -> 5.12.0)

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * None

==== kwin5 ====
Version update (5.11.95 -> 5.12.0)
Subpackages: kwin5-devel kwin5-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * [libinput] Ensure Event::device returns a proper Device (kde#389674)
  * Acknowledge the server side deco mode in WaylandServer not ShellClient (kde#389117)
  * From 22% of cpu in hasTransientInternal to 0.2x%
  * [autotests/integration] Add test for broken quick tiling for xdg_shell
  * [effects/blur] Disable texture cache on Wayland
- Build with gcc7 on Leap 42.3, gcc6 no longer works because of a
  change to the default compiler flags in openSUSE:Leap:42.3:Update
  (boo#1077345)

==== libkdecoration2 ====
Version update (5.11.95 -> 5.12.0)
Subpackages: libkdecoration2-devel libkdecorations2-5 libkdecorations2private5

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * None

==== libkscreen2 ====
Version update (5.11.95 -> 5.12.0)
Subpackages: libKF5Screen7 libkscreen2-devel libkscreen2-plugin

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * Fix tests after recent changes
  * Wayland: add support for output type detection
  * Wayland: don't update output configuration if there are no changes
  * Don't create multiple in-process backend instances
  * Wayland: don't share the same Config between backend and clients

==== libksysguard5 ====
Version update (5.11.95 -> 5.12.0)
Subpackages: libksysguard5-devel libksysguard5-helper libksysguard5-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * Remove usage of deprecated QString::null

==== libqt5-qtlocation ====
Subpackages: libQt5Location5 libQt5Positioning5 libqt5-qtlocation-devel

- Eliminate build dependency on procps: we only used it to run
  'free', in order to find out how much RAM we have available. We
  can get this information directly from the kernel, from
  /proc/meminfo.

==== libqt5-qtwebengine ====

- Eliminate build dependency on procps: we only used it to run
  'free', in order to find out how much RAM we have available. We
  can get this information directly from the kernel, from
  /proc/meminfo.

==== mercurial ====
Version update (4.4.1 -> 4.5)
Subpackages: mercurial-lang

- Mercurial 4.5
  See full changelog on
  https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_4.5-rc_.282018-01-22.29
  1. New Features
    1.1. revert --interactive
    The revert command now accepts the flag --interactive to allow reverting
    only some of the changes to the specified files.
    1.2. Accessing hidden changesets
    Set config option `experimental.directaccess = True` to access hidden
    changesets from read only commands.
    1.3. githelp extension
    The githelp extension provides the `hg githelp` command. This command
    attempts to convert a git command to its Mercurial equivalent. The
    extension can be useful to Git users new to Mercurial.
    1.4. Largefiles changes
    largefiles: add a 'debuglfput' command to put largefile into the store
    largefiles: add support for 'largefiles://' url scheme
    largefiles: allow to run 'debugupgraderepo' on repo with largefiles
    largefiles: convert EOL of hgrc before appending to bytes IO
    largefiles: explicitly set the source and sink types to 'hg' for lfconvert
    largefiles: modernize how capabilities are added to the wire protocol
  2. hgweb changes
    hgweb now shows more information about commits: phase (if it's not public),
    obsolescence status (with a short explanation and links to the successors)
    and instabilities (e.g. orphan, phase-divergent or content-divergent).
    Client-side graph code has been simplified by delegating more work to the
    backend, so /graph page is now more in sync with /log page, visually and
    feature-wise. Unfortunately, this code change means that 3rd-party themes
    for 4.5+ are required to have graphentry.tmpl template available (copy it
    from the base theme if you don't use %include and then reference it in map
    file) and render entries in graph.tmpl -- look at one of the core themes to
    see what it needs to look like. JS functions that create graph vertices and
    edges are now available in Graph.prototype, making it possible to call the
    original functions from custom theme-specific functions if needed.
    Graph now shows different symbols for normal, branch-closing, obsolete and
    unstable commits, and marks currently checked out commit with a circle
    around its graph node.
    There's also now json-graph API endpoint that can be used for rendering
    commit graph in 3rd-party applications.
  2.1. Other Changes
    When interactive revert is run against a revision other than the working
    directory parent, the diff shown is the diff to _apply_ to the working
    directory, rather than the diff to _discard_ from the working copy. This is
    in line with related user experiences with 'git' and appears to be less
    confusing with 'ui.interface=curses'.
    Let 'hg rebase' avoid content-divergence by skipping obsolete changesets
    (and their descendants) when they are present in the rebase set along with
    one of their successors but none of their successors is in destination.
    A new experimental config flag, `rebase.experimental.inmemory`, makes
    rebase perform an in-memory merge instead of doing it on-disk in the
    working copy.
    The `HGPLAINEXCEPT` environment variable can now include color to allow
    automatic output colorization in otherwise automated environments.
    A new `unamend` command in `uncommit` extension which undoes the effect of
    the amend command by creating a new changeset which was there before amend
    and moving the changes that were amended to the working directory.
    A '--abort' flag to merge command to abort the ongoing merge.
    An experimental flag '--rev' to 'hg branch' which can be used to change
    branch of changesets.
    bundle2 read I/O significantly improved
    bundle2 memory use significantly reduced during read
    clonebundle: it is now possible to serve the clonebundle using a git-lfs
    compatible server.
    templatefilters: add slashpath() to convert path separator to slash
    (issue5572)
    A new experimental config flag, 'inline-color-diff', adds within-line color
    diff capacity
    histedit: add support to output nodechanges using formatter to help with
    editor integrations
  3. Backwards Compatibility Changes
    `log --follow-first -rREV`, which is deprecated, now follows the first
    parent of merge revisions from the specified REV just like
    `log --follow -rREV`.
    `log --follow -rREV FILE..` now follows file history across copies and
    renames.
    transaction: register summary callbacks only at start of transaction
    hgweb's graph view no longer supports browsers that lack <canvas> support
    hgweb: only include graph-related data in jsdata variable on /graph pages
    graphlog: add another graph node type, unstable, using character *
    remove: print message for each file in verbose mode only while using '-A'

==== milou5 ====
Version update (5.11.95 -> 5.12.0)
Subpackages: milou5-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * Include ECMAddTests after KDECompilerSettings, for policy covering
  * Require KDE Frameworks 5.42 and Qt 5.9
  * Move cmake_minimum_required to top
  * Prevent cmake 3.10+ warning with automoc & MILOU_EXPORT_PREVIEW

==== oxygen5 ====
Version update (5.11.95 -> 5.12.0)
Subpackages: oxygen5-cursors oxygen5-decoration oxygen5-devel oxygen5-lang oxygen5-sounds oxygen5-style

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * None

==== plasma-nm5 ====
Version update (5.11.95 -> 5.12.0)
Subpackages: plasma-nm5-lang plasma-nm5-openconnect plasma-nm5-openvpn plasma-nm5-pptp plasma-nm5-vpnc

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * None

==== plasma5-addons ====
Version update (5.11.95 -> 5.12.0)
Subpackages: plasma5-addons-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * Use PURPOSE property with Qt5WebEngine to note reason for dependency
  * [konsoleprofiles applet] Fix name of translations catalog
  * [mediaframe applet] Fix creation of file search filter by QImageReader data
  * Remove unused old pre-plasma5 file binaryclock.cpp
  * Remove bogus additional cmake project() calls in subdirs
  * Remove dead groupingdesktop containment code, replaced by applets//grouping
  * [comic applet] Don't compare iterators from different return values
  * Removal of all unported/unbuilt applets, dataengines, runners, wallpapers
  * Make WebEngine really optional
  * Skip the dict applet if Qt5WebEngine isn't available
  * [binary clock] Fix some broken entries in metadata
  * [weather applet] Fix badly sized comboboxes in config by switching to QQC2 (kde#389474)
  * Dump unported code of contactsrunner, akonadi-search has pimcontactsrunner
  * [katesessions runner] Fix unwanted creation of multiple KDirWatch'ers
  * Bump Qt version to 5.9
  * Require KDE Frameworks 5.42

==== plasma5-desktop ====
Version update (5.11.95 -> 5.12.0)
Subpackages: plasma5-desktop-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * Require KDE Frameworks 5.42
  * fix applying color effects of the theme
  * Fix iterator
  * [Look and feel KCM] Destroy and recreate GHNS button when palette changes (kde#389351)
  * [Look and feel KCM] Keep cursor size when applying theme
  * [Look and feel KCM] Sync color group after copying over color file values (kde#370162)
  * Remove QT_VERSION checks
  * Bump Qt version to 5.9
  * Make sure the search result that Return will run is highlighted
  * Don't close plasmoid when closing a subdialog (kde#388669)
  * Fix missing action arguments. (kde#389234)
  * [Folder View] Don't trash local files
  * [Style KCM] Sync KConfig before announcing change

==== plasma5-integration ====
Version update (5.11.95 -> 5.12.0)
Subpackages: plasma5-integration-plugin plasma5-integration-plugin-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * [KFileTreeView] Manually expand tree when model tells us to (kde#389305)

==== plasma5-openSUSE ====
Subpackages: plasma5-defaults-openSUSE plasma5-theme-openSUSE plasma5-workspace-branding-openSUSE sddm-theme-openSUSE

- Update to 5.12.0

==== plasma5-pa ====
Version update (5.11.95 -> 5.12.0)
Subpackages: plasma5-pa-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * Fix drag cursor
  * Fix moving streams by drag and drop (kde#389402)
- Drop patches, now upstream:
  * 0001-Fix-moving-streams-by-drag-and-drop.patch

==== plasma5-workspace ====
Version update (5.11.95 -> 5.12.0)
Subpackages: plasma5-session plasma5-session-wayland plasma5-workspace-devel plasma5-workspace-lang plasma5-workspace-libs

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * [Notifications] Fix grouping
  * Make sure device paths are quoted
  * Add license header to test
  * Revert "Set GTK scaling env vars" (kde#389523)
  * Revert "Replace bc with awk"
  * Sanitise notification HTML
  * Add missing find_dependency calls to libs' CMake config files
  * Fix krunner's alt+f2 on wayland (kde#385693)
  * Further improve quality of images in notifications (kde#385097)
  * Fix autohide panels on wayland (kde#377838)
  * Improve quality of images in notifications (Bug 385097) (kde#385097)
  * [Notifications] Unset Heading default height (kde#381154)
  * [Notifications] Unset Heading default height (kde#381154)
  * [Notifications] Put history into a ListView (kde#389132)
  * [Notifications] Disable history check box when notifications are disabled
  * [PanelView] Also requestActivate config dialog
  * Require KDE Frameworks 5.42
  * [Calculator Runner] Fix unused variable warning
  * [Calculator Runner] Move action check outside of ifdef

==== polkit-kde-agent-5 ====
Version update (5.11.95 -> 5.12.0)
Subpackages: polkit-kde-agent-5-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * None

==== powerdevil5 ====
Version update (5.11.95 -> 5.12.0)
Subpackages: powerdevil5-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * None

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

- Fix the previous change to not pull in py2 on py3 enviroment
- fix requires on python ssl once more after the last change

==== qpdf ====
Version update (7.1.0 -> 7.1.1)

- Update to version 7.1.1
  * Fix one linearization bug affecting files whose first /ID
    component is not 16 bytes long
  * Fix some build issues
- Add signature and keyring

==== rdesktop ====

- Added rdesktop-Fix-OpenSSL-1.1-compability-issues.patch
  and rdesktop-Fix-crash-in-rdssl_cert_to_rkey.patch to fix
  Factory build
- Added rdesktop-Fix-keymap-script.patch

==== shotwell ====
Version update (0.27.2 -> 0.27.4)
Subpackages: shotwell-lang

- Update to version 0.27.4:
  + Fix a crash when importing in-place from DAV.
  + Fix a crash when removing the last photo of an event.
  + Bugs fixed: bgo#786531, bgo#792498.
  + Updated translations.
- Changes from version 0.27.3:
  + Fix upgrading from Shotwell 0.7.2.
  + Make Histogram widget accessible by keyboard.
  + Add F4 as shortcut for the Date/Time dialog.
  + Fix an issue where the date/time picker was out-of-sync with
    the calendar widget.
  + Refactor shotwell.ui into smaller ui files and make some of the
    dialogs templated.
  + Rewrite saved search dialog to use GtkListBox.
  + Add a very simple Piwigo server to do offline testing.
  + Add labels to sliders in adjustment tool.
  + Fix issue where Shotwell would fall back to the internal
    developer if the RAW+JPEG pair did not contain an embedded
    development in the RAW files.
  + Fix showing the help when running from build folder.
  + Fix issue with linking the plugin interfaces multiple times.
  + Fix install location for appdata.
  + Bugs fixed: bgo#716431, bgo#717126, bgo#753943, bgo#790185,
    bgo#790469, bgo#791893, bgo#792058.
  + Updated translations.

==== squid ====

- Change default error pages symlink from German to English.

==== systemsettings5 ====
Version update (5.11.95 -> 5.12.0)
Subpackages: systemsettings5-devel systemsettings5-lang

- Update to 5.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
  * use kcrash so we get drkonqi to pop up on crashes

==== yast2-instserver ====
Version update (4.0.0 -> 4.0.1)

- Replace SuSEFirewall2 by firewalld (fate#323460)
- 4.0.1