Packages changed:
  dracut
  kbd
  kmod
  libarchive (3.2.0 -> 3.2.1)
  libunwind
  multipath-tools (0.6.1 -> 0.6.1+suse20160704.6e52398)
  perl-YAML (1.15 -> 1.17)
  python3-numpy (1.11.0 -> 1.11.1)
  python3-setuptools (23.1.0 -> 24.0.2)
  systemd

=== Details ===

==== dracut ====

- Add 32bit arm support to installkernel
- Add 0213-10i18n-keymap-find.patch:
  - Fix choice of keymap for inclusion (bsc#942896)
  - Refresh 0301-include_sysconfig_language.patch

==== kbd ====
Subpackages: kbd-legacy

- Fix data/keymaps/i386/querty/br-abnt2.map
  (boo#984958, kbd-1.15.5-br-abnt2-slash-question.patch)

==== kmod ====
Subpackages: kmod-compat libkmod2

- libkmod: Handle long lines in /proc/modules (bsc#983754)
  0001-libkmod-Handle-long-lines-in-proc-modules.patch

==== libarchive ====
Version update (3.2.0 -> 3.2.1)
Subpackages: bsdtar libarchive-devel libarchive13

- update to version 3.2.1
  Fixes a number of security issues:
    CVE-2015-8934, CVE-2015-8933, CVE-2015-8917, CVE-2016-4301, CVE-2016-4300
- and fixing the build (fix-build.patch)
- limit size of symlinks in cpio archives (CVE-2016-4809, boo#984990)
  CVE-2016-4809.patch

==== libunwind ====

- Enable minidebugs parsing with lzma

==== multipath-tools ====
Version update (0.6.1 -> 0.6.1+suse20160704.6e52398)
Subpackages: kpartx

- Remove obsoletes spec sections
- Move config accesses to use user-space RCU (bsc#987526)
  * Revert 'move filter_devnode under vector lock'
  * Revert the rework patch
- Include patches from upstream:
  * Update hardware tables
  * Update kpartx manpage
  * Whitespace fixes
  * Include coverity fixes
  * Drop AUTHOR file
- Update tarball to 0.6.1+suse20160704.6e52398
- fix service file to not pretend that this is the upstream version.
  Now labeled 0.6.1+suse20160603.9b920e3
- Fix BuildRequire to get systemd.pc from correct package (bsc#983167)
- point rcmultipathd to /usr/sbin/service to avoid dangling symlink warning

==== perl-YAML ====
Version update (1.15 -> 1.17)

- updated to 1.17
  see /usr/share/doc/packages/perl-YAML/Changes
  1.17 Tue Jul  5 20:20:55 UTC 2016
  - Use Mo 0.40
- updated to 1.16
  see /usr/share/doc/packages/perl-YAML/Changes
  1.16 Sun Jul  3 10:53:06 PDT 2016
  - Apply PR/158 by @bgruening++
  - Fix VERSION issue

==== python3-numpy ====
Version update (1.11.0 -> 1.11.1)

- update to version 1.11.1:
  * #7506 BUG: Make sure numpy imports on python 2.6 when nose is
    unavailable.
  * #7530 BUG: Floating exception with invalid axis in np.lexsort.
  * #7535 BUG: Extend glibc complex trig functions blacklist to glibc
    < 2.18.
  * #7551 BUG: Allow graceful recovery for no compiler.
  * #7558 BUG: Constant padding expected wrong type in
    constant_values.
  * #7578 BUG: Fix OverflowError in Python 3.x. in swig interface.
  * #7590 BLD: Fix configparser.InterpolationSyntaxError.
  * #7597 BUG: Make np.ma.take work on scalars.
  * #7608 BUG: linalg.norm(): Don't convert object arrays to float.
  * #7638 BLD: Correct C compiler customization in system_info.py.
  * #7654 BUG: ma.median of 1d array should return a scalar.
  * #7656 BLD: Remove hardcoded Intel compiler flag -xSSE4.2.
  * #7660 BUG: Temporary fix for str(mvoid) for object field types.
  * #7665 BUG: Fix incorrect printing of 1D masked arrays.
  * #7670 BUG: Correct initial index estimate in histogram.
  * #7671 BUG: Boolean assignment no GIL release when transfer needs
    API.
  * #7676 BUG: Fix handling of right edge of final histogram bin.
  * #7680 BUG: Fix np.clip bug NaN handling for Visual Studio 2015.
  * #7724 BUG: Fix segfaults in np.random.shuffle.
  * #7731 MAINT: Change mkl_info.dir_env_var from MKL to MKLROOT.
  * #7737 BUG: Fix issue on OS X with Python 3.x, npymath.ini not
    installed.

==== python3-setuptools ====
Version update (23.1.0 -> 24.0.2)

- update to version 24.0.2:
  * If MSVC++14 is needed setuptools.msvc now redirect user to Visual
    C++ Build Tools web page.
- update to version 24.0.1:
  * #625 and #626: Fixes on setuptools.msvc mainly for Python 2 and
    Linux.
- update to version 24.0.0:
  * Pull Request #174: Add more aggressive support for Windows SDK in
    msvc9compiler patch.
  * Renamed setuptools.msvc9_support to setuptools.msvc.
- update to version 23.2.1:
  * Re-release of v23.2.0, which was missing the intended commits.
  * #623: Remove used of deprecated 'U' flag when reading manifests.

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

- drop 1060-udev-use-device-mapper-target-name-for-btrfs-device-ready.patch
  it breaks btrfs on multiple device-mapper devices (boo#984516). The problem
  it tried to fix is already fixed in rule shipped with btrfsprogs (see
  boo#912170).