Packages changed:
  cairo
  gawk (4.1.3 -> 4.1.4)
  gnome-clocks (3.20.1 -> 3.20.2)
  gnome-online-miners (3.20.0 -> 3.20.1)
  ibus-libpinyin (1.7.92 -> 1.8.0)
  libpinyin (1.5.92 -> 1.6.0)
  python-PyYAML (3.11 -> 3.12)
  python-Twisted (15.5.0 -> 16.4.0)
  systemd
  wayland-protocols (1.6 -> 1.7)

=== Details ===

==== cairo ====
Subpackages: cairo-devel libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcairo2-32bit

- Add cairo-xlib-double-free.patch to fix double free in
  _get_image_surface(); patch taken from upstream git (fdo#91967,
  boo#997189).

==== gawk ====
Version update (4.1.3 -> 4.1.4)

* GNU awk 4.1.4:
  * z/OS support updated
  * debugger improvements
  * return value of system() enhanced to convey more information
  * two-way pipe handling improved
  * The -d option now allows -d- to print to standard output.
  * The DJGPP port is now officially deprecated.

==== gnome-clocks ====
Version update (3.20.1 -> 3.20.2)
Subpackages: gnome-shell-search-provider-gnome-clocks

- Update to version 3.20.2:
  + Misc bugfixes.
  + Updated translations.

==== gnome-online-miners ====
Version update (3.20.0 -> 3.20.1)

- Update to version 3.20.1 (boo#997057):
  + gdata:
  - Query Google Drive in smaller chunks instead of getting
    everything all at once (bgo#770656).
  - Too many nfo:Equipment objects are needlessly created
    (bgo#770658).

==== ibus-libpinyin ====
Version update (1.7.92 -> 1.8.0)

- Update to 1.8.0
  * use libpinyin 1.6.0

==== libpinyin ====
Version update (1.5.92 -> 1.6.0)
Subpackages: libpinyin-data libpinyin9

- Update to 1.6.0
  * fixes https://github.com/libpinyin/ibus-libpinyin/issues/56
  * fixes pinyin_remember_user_input function
  * fixes pinyin_get_character_offset function
  * fixes compute_pronunciation_possibility function
  * fixes pinyin_get_character_offset function

==== python-PyYAML ====
Version update (3.11 -> 3.12)

- Update to 3.12
  - Adding an implicit resolver to a derived loader should not
    affect the base loader (fixes issue #57).
  - Uniform representation for OrderedDict? across different
    versions of Python (fixes issue #61).
  - Fixed comparison to None warning (closes issue #64).
- fix Source URL

==== python-Twisted ====
Version update (15.5.0 -> 16.4.0)

- Update to version 16.4.0
  For the complete list of changes plese see
  https://github.com/twisted/twisted/blob/twisted-16.4.0/NEWS
- Update to version 16.3.0
  For the complete list of changes plese see
  https://github.com/twisted/twisted/blob/twisted-16.3.0/NEWS
- Update to version 16.2.0
  For the complete list of changes plese see
  https://github.com/twisted/twisted/blob/twisted-16.2.0/NEWS
- Update to version 16.1.1
  For the complete list of changes plese see
  https://github.com/twisted/twisted/blob/twisted-16.1.1/NEWS
- Update to version 16.1.0
  For the complete list of changes plese see
  https://github.com/twisted/twisted/blob/twisted-16.1.0/NEWS
- Update to version 16.0.0
  For the complete list of changes plese see
  https://github.com/twisted/twisted/blob/twisted-16.0.0/NEWS

==== systemd ====
Subpackages: libsystemd0 libsystemd0-32bit libudev-devel libudev1 libudev1-32bit systemd-32bit systemd-bash-completion systemd-logger systemd-sysvinit udev

- Fix is-enabled check in systemd-sysv-install (bsc#997268)

==== wayland-protocols ====
Version update (1.6 -> 1.7)

- Update to new upstream release 1.7
  * Includes the new version of the unstable xdg-shell v6 protocol.
  * The protocol have gone through extensive changes to how
    surfaces are created and mapped, and also adds a few features
    that was not possible before:
  - A client can now specify a minimum and/or maximum window
    geometry.
  - A client can now in a declarative manner position popup
    surfaces so that they will be visible to the user, e.g. by
    having them placed within the shell work area.
  - A client can map a popup without a grab; this intended to be
    used for relatively positioned child surfaces that should not
    be automatically dismissed, such as tooltips, and user
    interface elements like "popovers" in GTK+.