Packages changed:
  calligra
  kdbg (2.5.5 -> 2.5.6)
  kernel-source (4.8.3 -> 4.8.4)
  krusader (2.4.0~beta3 -> 2.5.0)

=== Details ===

==== calligra ====
Subpackages: calligra-extras-dolphin calligra-extras-okular calligra-stage calligra-words-common

- Enable PACKAGERS_BUILD=ON to detect cpu capabilities during runtime

==== kdbg ====
Version update (2.5.5 -> 2.5.6)
Subpackages: kdbg-doc kdbg-lang

- Update to 2.5.6:
  * A popup shows the complete value of variables.
  * The values printed by GDB for uninitialized references and
    pointer-to-member variables no longer truncate the variable list.
  * A few more C++ keywords are now highlighted.
  * The CMakeLists.txt file was adjusted for newer cmake.
- Removed fix-build-with-cmake-3_4_3.diff, it's no longer necessary

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

- Linux 4.8.4 (CVE-2016-7425 bnc#1003623 bsc#999932).
- Delete
  patches.fixes/drm-virtio-reinstate-drm_virtio_set_busid.patch.
- Delete
  patches.fixes/scsi-arcmsr-buffer-overflow-in-arcmsr_iop_message_xfer.patch.
- commit 402d8c1

==== krusader ====
Version update (2.4.0~beta3 -> 2.5.0)
Subpackages: kio_iso

- Update to 2.5.0
  * Added actions: Select files with the same name / extension
  * Changed disabled build of synchronizer by default, since it
    is unmaintained - build togglable with cmake variable
  - DENABLE_SYNCHRONIZER=true|false
  * Fixed (kde#143927) file search: "s" accelerator is doubled -
    new shortcut for "Search in" is ALT+h
  * Fixed (kde#308386) Duplicate shortcut on Search window -
    new shortcut for "Remote content search" is ALT+n
  * Fixed (kde#206926) Search doesn't work in sftp session
    (it returns too many results)
  * Fixed (kde#269542) Krusader search - Containing text
    still used when disabled
  * Fixed (kde#324737) symlinks with a target path length
    of over 255 do not work
  * Fixed (kde#189943) toolbar position settings are not remembered
  * Fixed (kde#316031) crash when loading previews
  * Fixed (kde#238672) When saving checksums fails,
    they are lost. No 2nd chance to save elsewhere.
  * Fixed (kde#315764) "application/x-source-rpm" isn't linked
    to krarc protocol by default
  * Fixed (kde#294816) Krusader needs to restart to apply
    new color scheme to panel
  * Fixed (kde#308727) external editor command isn't properly parsed
  * Fixed (kde#304233) empty main view on startup
  * Fixed (kde#315856) main view splitter sizes are not restored
  * Fixed (kde#248691) incorrect layout / wrong buttons
    in queue manager
  * Fixed (kde#315357) krarc silently fails to display
    contents of some zip files containing paths with "." as a
    path component are still not handled, but now krarc reports an
    error instead silently failing
  * Fixed (kde#310722) viewer crash when opening file
  * Fixed search result view always displays owner and group as "root"
    (may not work for remote search)
  * Fixed (kde#217711) directory chooser dialog does not allow
    to choose a directory
  * Fixed (kde#309119) Wrong "New directory" dialog behavior:
    can't clear all typed text
  * Fixed (kde#309159) Crash in video files preview on F3
  * Fixed (kde#310191) krusader still installs locolor icons
  * Fixed (kde#317510 ] icon-size-and-directory-name-mismatch
- Package ported to KF5, changed all the BuildRequires to KF5 ones
- Swap krusader-2.4.0-beta2-generate-manpage.patch for
  krusader-2.5.0-generate-manpage.patch
- Drop upstreamed bug309159.patch
- Added 0001-Don-t-hardcode-appdata-location.patch