Packages changed:
  MozillaFirefox (50.0 -> 50.0.2)
  autoyast2 (3.2.3 -> 3.2.4)
  binutils
  cmake (3.7.0 -> 3.7.1)
  doxygen
  emacs (24.5 -> 25.1)
  fcitx-qt5 (1.0.5 -> 1.0.6)
  file
  libyui-ncurses-pkg (2.48.2 -> 2.48.3)
  libyui-qt-pkg (2.45.11 -> 2.45.12)
  llvm3_8
  open-vm-tools (10.0.7 -> 10.1.0)
  perl-Date-Manip (6.56 -> 6.57)
  virtualbox
  yast2 (3.2.6 -> 3.2.7)
  yast2-bootloader (3.2.10 -> 3.2.11)
  yast2-country (3.2.2 -> 3.2.3)
  yast2-network (3.2.11 -> 3.2.15)
  yast2-packager (3.2.9 -> 3.2.10)
  yast2-users (3.2.4 -> 3.2.6)

=== Details ===

==== MozillaFirefox ====
Version update (50.0 -> 50.0.2)
Subpackages: MozillaFirefox-translations-common

- update to Firefox 50.0.2
  * Firefox crashes with 3rd party Chinese IME when using IME text
    (50.0.1)
  security fixes (in 50.0.1): (boo#1012807)
  * MFSA 2016-91
    CVE-2016-9078: data: URL can inherit wrong origin after an
    HTTP redirect (bmo#1317641)
  security fixes (in 50.0.2) (boo#1012964)
  * MFSA 2016-92
    CVE-2016-9079: Use-after-free in SVG Animation (bmo#1321066)

==== autoyast2 ====
Version update (3.2.3 -> 3.2.4)
Subpackages: autoyast2-installation

- Fix building on s390x (bsc#1011489)
- 3.2.4

==== binutils ====
Subpackages: binutils-devel

- Add refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch
  from upstream to fix an assembler problem with clang on ARM.
  Fixes https://sourceware.org/bugzilla/show_bug.cgi?id=20648
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
- Add binutils-2.27-fix-section-order.diff to restore monotonically
  increasing section offsets.
- Remove qemu workaround from spec file, since qemu 2.5.0rc0 the
  length of the argument list is no longer limited to 128 kByte.

==== cmake ====
Version update (3.7.0 -> 3.7.1)

- update to CMake 3.7.1
  * FindBISON: Do not rebuild every time when not VERBOSE
  * libarchive: Add headers to adapt between OpenSSL 1.1 and
    older versions
  * libarchive: Add support for building with OpenSSL 1.1
  * server-mode: Prevent possible crash when watching directories
  * server-mode: Reset GlobalGenerator before configure
  full changelog: https://blog.kitware.com/cmake-3-7-1-available-for-download/

==== doxygen ====

- Fix: Add missing jquery.js, dynsections.js & optional
  svgpan.js to QCH file [bsc#1011331]
  + doxygen-fix-QCH-files.patch

==== emacs ====
Version update (24.5 -> 25.1)
Subpackages: emacs-info emacs-nox emacs-x11 etags

- Avoid address space randomization during emacs build
- Check for active Execution Shield as this breaks emacs
- Diable experimental cairo support as it cause trouble with spacemacs
  as well as with the w3 mode
- Update to emacs version 25.1
  * Next major release
  * Xwidgets: a new feature for embedding native widgets inside Emacs buffers.
  * Emacs can now load shared/dynamic libraries (modules).
  * Network security (TLS/SSL certificate validity and the like)
  * 'C-h l' now also lists the commands that were run.
  * New option 'switch-to-buffer-in-dedicated-window'
  * The option 'even-window-heights' has been renamed to 'even-window-sizes'
  * 'terpri' gets an optional arg ENSURE to conditionally output a newline.
  * 'insert-register' now leaves point after the inserted text
  * The new variable 'term-file-aliases' replaces some files from lisp/term.
  * New variable 'system-configuration-features', listing some of the main
    features that Emacs was compiled with.
  * A password is now hidden also when typed in batch mode.
  * The Emacs pseudo-random number generator can be securely seeded.
  * New input methods: 'tamil-dvorak', 'programmer-dvorak' and 'probhat'.
  * 'M-x' suggests shorthands and ignores obsolete commands for completion.
  * Changes in undo
  * New command 'comment-line' bound to 'C-x C-;'.
  * New and improved facilities for inserting Unicode characters
  * New minor mode 'global-eldoc-mode' is enabled by default.
  * Emacs now uses "bracketed paste mode" on text terminals that support it.
  * Emacs now supports the latest version of the UBA.
  * You can access 'mouse-buffer-menu' ('C-down-mouse-1') using 'C-f10'.
  * New buffer-local 'electric-pair-local-mode'.
  * New variable 'fast-but-imprecise-scrolling' inhibits fontification
    during full screen scrolling operations.
  * New documentation command 'describe-symbol'.
  * New function 'custom-prompt-customize-unsaved-options' checks for
    unsaved customizations and prompts user to customize (if found).
  * The old 'C-x w' bindings in 'hi-lock-mode' are officially deprecated
  * New function 'bookmark-set-no-overwrite' bound to 'C-x r M'.
  * Many other details, see /usr/share/emacs/25.1/etc/NEWS
- Patch emacs-24.4.dif renamed to emacs-25.1.dif
- Patches removed as now upstream or fixed otherwise
  debbugs16737.patch
  emacs-24-0010-ELF-unexec-Correct-section-header-index.patch
  emacs-24-0011-ELF-unexec-Tidy-code.patch
  emacs-24-0012-ELF-unexec-Merge-Alpha-and-MIPS-COFF-debug-handling.patch
  emacs-24-0013-ELF-unexec-Symbol-table-patching.patch
  emacs-24-0014-ELF-unexec-_OBJC_-symbols-in-bss-sections.patch
  emacs-24-0015-ELF-unexec-R_-_NONE-relocs.patch
  emacs-24-0016-ELF-unexec-Drive-from-PT_LOAD-header-rather-than-sec.patch
  emacs-24-0017-ELF-unexec-Don-t-insert-a-new-section.patch
  emacs-24-0018-src-unexelf.c-NEW_PROGRAM_H-Remove-unused-macro-Bug-.patch
  emacs-24-0019-ELF-unexec-align-section-header.patch
  emacs-24-fix-missing-gtk-icons.patch
  emacs-24.4-bzr118021.patch
  emacs24-primarysel2.patch
  gmalloc.patch
- Patches forwarded to 25.1
  emacs-24.1-ps-mule.patch
  emacs-24.3-asian-print.patch
  emacs-24.3-iconic.patch
  emacs-24.3-x11r7.patch
  emacs-24.4-flyspell.patch
  emacs-24.4-glibc.patch
  emacs-24.4-nonvoid.patch
  emacs-24.4-ps-bdf.patch
  emacs-24.4-xim.patch

==== fcitx-qt5 ====
Version update (1.0.5 -> 1.0.6)

- update version 1.0.6
  * [qt5]fix inconsistency between qstring and ucs4 string
    when handle surrounding
  * [qt5]fromUcs4 expect a null terminated string by default,
    give it a size
  * [qt5]use new connection syntax
  * [qt5]use more nullptr
  * [qt5]remove usage of QPointer in icdata
  * [qt5]don't crash if window->screen() is null

==== file ====
Subpackages: file-devel file-magic libmagic1 libmagic1-32bit

- Modify patch file-5.29.dif that is
  replace colon with dot in offset (boo#1012779)

==== libyui-ncurses-pkg ====
Version update (2.48.2 -> 2.48.3)

- Made menu hotkey unique for QA (bsc#1012604)
- 2.48.3

==== libyui-qt-pkg ====
Version update (2.45.11 -> 2.45.12)

- Sort pkg list case-insensitively (bsc#1012294)
- 2.45.12

==== llvm3_8 ====
Subpackages: libLLVM3_8 libLLVM3_8-32bit

- Disable building of libc++ and python-clang.
  These are provided by llvm 3.9 now.
- Supplement emacs & vim instead of require them.

==== open-vm-tools ====
Version update (10.0.7 -> 10.1.0)
Subpackages: libvmtools0 open-vm-tools-desktop

- Remove building KMP modules. No longer needed or wanted for
  current releases. User space tool vmhgfs-fuse has replaced the
  need for vmhgfs kernel module.
- Updated to 10.1.0 stable release (boo#1011057)
  + vmware-namespace-cmd command line utility.
  + gtk3 support
  + Common Agent Framework (CAF)
  + guest authentication with xmlsec1
  + FreeBSD support
  + sub-command to push updated network information to the host on demand
  + udev rules for configuring SCSI timeouts in the guest
  + fixes for Ubuntu 16.10
  + Fix for quiesced snapshot failure leaving guest file system quiesced
  + Fix for CVE-2015-5191 (bsc#1007600)
- Dropped upstream patches included (or not necessary) in 10.1.0:
  + vmw-bitmask-gcc6.patch
  + no-unused-const.patch
  + enable-gcc46+.patch
- Add udev rule to increase VMware virtual disk timeout values
  (bsc#994598)
  [99-vmware-scsi-udev.rules]

==== perl-Date-Manip ====
Version update (6.56 -> 6.57)

- updated to 6.57
  see /usr/share/doc/packages/perl-Date-Manip/Changes

==== virtualbox ====
Subpackages: virtualbox-guest-kmp-default virtualbox-guest-tools virtualbox-guest-x11

- Add patch file "vbox_hidpi_support.patch" to add support for HiDPI in the
  management frontend.
  (This does not fix rendering in guest windows)

==== yast2 ====
Version update (3.2.6 -> 3.2.7)

- Enhanced PackagesProposal API to handle required and optional
  resolvables separately (bsc#885496)
- 3.2.7

==== yast2-bootloader ====
Version update (3.2.10 -> 3.2.11)

- Recommends syslinux as it is often used by generic_mbr, but it
  is not hard requirement (bsc#1004229)
- 3.2.11

==== yast2-country ====
Version update (3.2.2 -> 3.2.3)
Subpackages: yast2-country-data

- Keyboard: Chinese and Taiwanese are using US keyboard layout for
  a default. That's why e.g. Chinese will be shown for keyboard
  settings although US will be taken. So we have to set the
  connection manually (like we have already for DK an DE).
  (bnc#1009914)
- 3.2.3

==== yast2-network ====
Version update (3.2.11 -> 3.2.15)

- Linuxrc does not export some variables anymore and handles the
  configuration of network directly, for that reason, some methods
  or reponsibilities of InstallInfConvertor class are not needed
  being removed.
- bnc#1012764
  - made rpm architecture independent (noarch)
- 3.2.15
- bnc#1012581
  - do not crash with internal error stating undefined method when
    switching to "Hostname / DNS" tab when the system contains
    incorrect configuration of DHCLIENT_SET_HOSTNAME
- 3.2.14
- bnc#1009931
  - update item's overview with freshly edited values
- 3.2.13
- bsc#984890
  - new implementation of setting hostname via DHCP. User is
    allowed to set hostname via particular interface or set a
    reasonable default value for all interfaces.
- bsc#1007172 (kanderssen@suse.com)
  - When an interface is enslaved in a bond the udev rule is modified
    using the bus_id instead of the mac address but some multiport
    cards could use the same bus_id. In such cases also the dev_port
    is needed. Taking this in account the dev_port will be added
    always when a udev rule based on bus_id is written.
- 3.2.12

==== yast2-packager ====
Version update (3.2.9 -> 3.2.10)

- Mark the selected default patterns as optional so the user can
  change them without blocking the installation later (fixes
  openQA tests) (related to bsc#885496)
- 3.2.10

==== yast2-users ====
Version update (3.2.4 -> 3.2.6)

- Set the focus to the first password field to keep the same
  behavior as before the last change. (for FATE#321754)
- 3.2.6
- prepare reusable widget for setting root password
  (needed for FATE#321754)
- 3.2.5