Packages changed:
  devhelp (3.26.0 -> 3.26.1)
  gtksourceview (3.24.5 -> 3.24.6)
  kdelibs4
  libXcursor (1.1.14 -> 1.1.15)

=== Details ===

==== devhelp ====
Version update (3.26.0 -> 3.26.1)
Subpackages: devhelp-lang gedit-plugin-devhelp vim-plugin-devhelp

- Update to version 3.26.1:
  + Move New Tab button on the right side of the headerbar.
  + Updated translations.
- Drop obsolete post(un) handling of:
  glib2_gsettings_schema_post(un), desktop_database_post(un) and
  icon_theme_cache_post(un), file-triggers takes care of this now.

==== gtksourceview ====
Version update (3.24.5 -> 3.24.6)
Subpackages: gtksourceview-lang libgtksourceview-3_0-1 typelib-1_0-GtkSource-3_0

- Update to version 3.24.6:
  + New syntax highlighting definition file for: logcat.
  + Improvements to the syntax highlighting of: Python and
    reStructuredText.
  + Improvements to the Visual Studio builds.
  + Updated translations.

==== kdelibs4 ====
Subpackages: kdelibs4-core libkde4 libkdecore4 libksuseinstall1

- Escape the usage of %{VERSION} when calling out to rpm.
  RPM 4.14 has %{VERSION} defined as 'the main packages version'.

==== libXcursor ====
Version update (1.1.14 -> 1.1.15)
Subpackages: libXcursor1 libXcursor1-32bit

- Update to version 1.1.15:
  * configure: Drop AM_MAINTAINER_MODE
  * autogen.sh: Honor NOCONFIGURE=1
  * Use strdup() instead of malloc(strlen())+strcpy()
  * Fix some clang integer sign/size mismatch warnings
  * autogen.sh: use quoted string variables
  * autogen: add default patch prefix
  * autogen.sh: use exec instead of waiting for configure to finish
  * Fix heap overflows when parsing malicious files. (CVE-2017-16612)
  * Insufficient memory for terminating null of string in _XcursorThemeInherits
- Drop U_Avoid-heap-overflows-due-to-integer-overflow-signedn.patch