Packages changed:
  claws-mail (3.13.2 -> 3.14.0)
  fvwm2 (2.6.5 -> 2.6.6)
  gnome-photos (3.20.2 -> 3.20.3)
  libnfs
  libvirt
  man-pages (4.06 -> 4.07)
  mono-core (4.4.1 -> 4.4.2)
  mt-st
  perl-Archive-Zip (1.57 -> 1.58)
  perl-Config-IniFiles (2.92 -> 2.93)
  perl-DateTime (1.34 -> 1.36)
  python3-setuptools (25.1.1 -> 25.1.6)
  snapper (0.3.2 -> 0.3.3)
  wine (1.9.15 -> 1.9.16)
  xen (4.7.0_08 -> 4.7.0_10)
  xournal
  yakuake
  yast2-network (3.1.159 -> 3.1.163)
  yast2-nis-client (3.1.13 -> 3.1.14)
  yast2-packager (3.1.108 -> 3.1.109)
  yast2-slp (3.1.8 -> 3.1.9)
  yast2-vm (3.1.29 -> 3.1.30)

=== Details ===

==== claws-mail ====
Version update (3.13.2 -> 3.14.0)
Subpackages: claws-mail-lang

- Update to version 3.14.0:
  + Passwords can now be secured with a Master Passphrase.
  + Passwords: The password storage method has changed. All
    passwords are now stored in a separate file,
    (~/.claws-mail/passwordstorerc),
    and use a stronger encryption than previously. Existing
    passwords are moved to the new file automatically, in the old
    format. The new format will be used whenever old passwords are
    changed or when a Master Passphrase is used. All new passwords
    are saved using the new format, irrespective of whether a
    Master Passphrase is used or not. Further information can be
    found here:
    http://www.claws-mail.org/doc/password_encryption.txt
  + Compose window: Removed the outer scrollbar from header area.
  + Message view: The HTML to plain text converter now indicates
    list items with a hyphen (-), adds a line break after ,
    and indents text within blockquotes.
  + Main window: Changed default /View/Show or hide/Menubar
    shortcut to Ctrl+F12.
  + SSL certificates list: Added automatic scrollbar.
  + Address book: Double-clicking datasources now opens the edit
    dialogue.
  + Forwarding: The external editor is now automatically used when
    forwarding as attachment, if the preference is set.
  + Preferences: Automatic mail checking can now be configured in
    hours, minutes and seconds.
  + Preferences: The 'next_on_delete' hidden preference now
    applies to trashing or moving, in addition to deleting, a
    message.
  + Command line: Added -geometry to set geometry for main window.
  + IMAP: Added SASL 'PLAIN' and 'LOGIN' authentication methods
    for accounts. Renamed the old plaintext 'LOGIN' to
    'plaintext'.
  + IMAP: The acccount preference, 'Move deleted mails to trash
    and expunge immediately' has been removed.
  + Notification plugin: Added 'Get mail from account...' to the
    SysTray module's menu.
  + Notification plugin: Focus the widget between
    iconify/deiconify events.
  + Tools: Added tools/cm-reparent.pl, which can be used to fix
    thread parenting for two or more messages.
  + Documentation: Updated man page and manual.
  + Updated translations.
  + Bug fixes:
    claws#2518, claws#2781, claws#3028, claws#3213,
    claws#3573, claws#3581, claws#3603, claws#3610,
    claws#3616, claws#3623, claws#3629, claws#3652,
    claws#3653, claws#3658

==== fvwm2 ====
Version update (2.6.5 -> 2.6.6)

- Update to 2.6.6
  * fvwm features:
  - Support for Russian from Ivan Gayevskiy.
  - EnvMatch supports infostore variables.
  - The option "forget" to the Maximize command allows to
    unmaximize a window without changing its size and position.
  - Windows shaded to a corner (NW, NE, SW, SE) are reduced to a
    small square.
  - New option "!raise" to the WarpToWindow command.
  - The new extended variables $[wa.x], $[wa.y], $[wa.width],
    $[wa.height] can be used to get the geometry of the EWMH
    working area, and $[dwa.x], $[dwa.y], $[dwa.width],
    $[dwa.height] can be used to get the geometry of the EWMH
    dynamic working area.
  - The Resize commands accept "wa" or "da" as a suffix of the
    width or height value.  If present, the value is a percentage
    of the width or height of the EWMH working area or the EWMH
    dynamic working area.
  - Fvwm is much more resilient against applications that flood the
    window manager with repeated events.
  * New module features:
  - FvwmForm supports separator lines.
  - New FvwmIconMan options:
    IconAndSelectButton
    IconAndSelectColorset
  * Bug fixes:
  - Provide a wrapper for the deprecation of XKeycodeToKeysym and
    use XkbKeycodeToKeysym() where appropriate.
  - fvwm-menu-desktop is re-written and provides better support of
    the XDG menu specification.
  - Fix fvwm-menu-desktop keyError bug.  Use "others" if no desktop
    environment found.
  - FvwmIconMan had problems displaying the hilight colour on some
    systems (64 bit issue?).
  - Globally active windows cannot take the focus if the style
    forbids programs to take focus themselves (style
    !FPFocusByProgram).
  - Windows no longer jump from one position to the other which
    could happen in some cases with SnapAttraction.  Windows now
    snap to the closest window (or screen edge).
  - Removing bindings had several strange side effects that are
    fixed now (removing too many bindings; old bindings showing up
    again after another is removed; possibly other effects).
  - Windows sometimes did not get expose events (i.e. did not
    redraw properly) if they were uncovered by moving a window
    above them.  This has been fixed.
  - FvwmConsole now causes much less network traffic.
  - Suppress bogus events sent to the modules when a window is
    resized with the mouse.
  - Properly handle the has_ref_window_moved flag for ResizeMove and
    ResizeMoveMaximize.
  - Removed some unnecessary redraws in FvwmPager.
  - The option "NoDeskLimitY" option of the GotoPage command did
    not work.
  - Negative coordinates in the "rectangle" option to the Menu
    commend did not work correctly.  This has been fixed.
  - Removes a slight graphics problem whith the ResizeMaximize
    command being invoked from a window button menu.
  - When an attempt to reparent a client window (i.e. decorate
    it) fails, fvwm no longer throws away all events but only the
    events for that window.
  - The ChangeButton command of FvwmButtons used to strip
    whitespace from the beginning and end of button titles and
    image paths.  This is no longer done.
- Remove patches now upstream
  fvwm-2.6.5-eventcrash.patch
  fvwm-rsvg.patch
  fvwm-snapshot.patch
- Add upstream patch
  fvwm-icon-440d675d14412ec0a123d4c977534ab688229148.patch
    Expose: don't flush accumulated events

==== gnome-photos ====
Version update (3.20.2 -> 3.20.3)
Subpackages: gnome-shell-search-provider-gnome-photos

- Update to version 3.20.3:
  + Can't export photos from online accounts (bgo#766162).
  + item-manager: Fix the lifetime of the changes-pending handler
    (bgo#767892).
  + Keyboard activation leads to a CRITICAL and opens the wrong
    item (bgo#768130).
  + The sources of remote collections are not shown in
    OrganizeCollectionView (bgo#768500).
  + utils: Don't leak the query string (bgo#768548).

==== libnfs ====

- Add also Release to really obsolete libnfs

==== libvirt ====
Subpackages: libvirt-client libvirt-daemon libvirt-daemon-config-network libvirt-daemon-config-nwfilter libvirt-daemon-driver-interface libvirt-daemon-driver-libxl libvirt-daemon-driver-lxc libvirt-daemon-driver-network libvirt-daemon-driver-nodedev libvirt-daemon-driver-nwfilter libvirt-daemon-driver-qemu libvirt-daemon-driver-secret libvirt-daemon-driver-storage libvirt-daemon-driver-uml libvirt-daemon-driver-vbox libvirt-daemon-lxc libvirt-daemon-qemu libvirt-daemon-xen

- cpu_x86: fix libvirtd segfault when host cpu is 'qemu64'
  cpumodel-vendor-crash-fix.patch
  bsc#992425
- bsc#988279. Move the qemu-bridge-helper apparmor profile from the
  qemu abstraction to the usr.sbin.libvirtd profile.
  apparmor-qemu-bridge-helper.patch
- spec: minor improvements to logic enabling numactl and numad
  support and fix nested if indentation
  FATE#319979
- Update patches providing support for driver_override sysfs
  interface with latest upstream variant. Dropped
  pci-simplify-stub.patch and updated
  pci-use-driver-override-sysfs.patch
  bsc#986718
- spec: enable numactl and numad support for aarch64
  FATE#319979, bsc#991377

==== man-pages ====
Version update (4.06 -> 4.07)

- update to 4.07:
  * New and rewritten pages
    ioctl_fideduperange.2
    ioctl_ficlonerange.2
    nextup.3
    mount_namespaces.7
  * Newly documented interfaces in existing pages
    mount.2
    Document flags used to set propagation type
    Document MS_SHARED, MS_PRIVATE, MS_SLAVE, and MS_UNBINDABLE.
    Document the MS_REC flag
    ptrace.2
    Document ptrace access modes
    proc.5
    Document /proc/[pid]/timerslack_ns
    Document /proc/PID/status 'Ngid' field
    Document /proc/PID/status fields: 'NStgid', 'NSpid', 'NSpgid', 'NSsid'
    Document /proc/PID/status 'Umask' field

==== mono-core ====
Version update (4.4.1 -> 4.4.2)
Subpackages: libmono-2_0-1 libmono-2_0-devel libmonosgen-2_0-1 libmonosgen-2_0-devel mono-data mono-data-sqlite mono-extras mono-mvc mono-wcf mono-web mono-winforms mono-winfxcore

- Update to mono 4.4.2.11, service release 4.4 SR1. Bugfixes since v4.4.1.0:
  * bxc#30686 - ZipArchive ctor throws InvalidDataException for WebConnectionStream
  * bxc#34498 - AOT task fails if project path has a space in it
  * bxc#39100 - ?library not loaded? error when using embedded mono
  * bxc#39282 - [System.IO.Compression] issues with ZipArchiveEntry streams
  * bxc#40916 - [System.IO.Compression] ZipArchive can create an ZipArchiveEntry that has a modified time of DateTime.MinValue
  * bxc#41264 - System ?Socket? tests fails on devices with System.ObjectDisposedException
  * bxc#41290 - Behavior change of ServicePointManager.ServerCertificateValidationCallback?s SslPolicyErrors result for untrusted CA certificates
  * bxc#41530 - [iOS]TimerTest failing randomly on devices
  * bxc#41979 - CodeDom cannot call mcs because of invalid encoding configuration
  * bxc#42219 - [System.IO.Compression] Cannot create ZipArchive with duplicate entries with same name
  * bxc#42274 - System.IO.Compression.ZipArchive vs System.Xml.XmlReader
  * bxc#42688 - Can?t wait for more than 429496 ms (429s)

==== mt-st ====

- Provide/Obsolete mt_st

==== perl-Archive-Zip ====
Version update (1.57 -> 1.58)

- updated to 1.58
  see /usr/share/doc/packages/perl-Archive-Zip/Changes
  1.58 Tue 2 Aug 2016
  - avoid relying on . being in @INC [github/karenetheridge]
  - update MANIFEST.SKIP [github/haarg]

==== perl-Config-IniFiles ====
Version update (2.92 -> 2.93)

- updated to 2.93
  see /usr/share/doc/packages/perl-Config-IniFiles/Changes

==== perl-DateTime ====
Version update (1.34 -> 1.36)

- updated to 1.36
  see /usr/share/doc/packages/perl-DateTime/Changes
  1.36   2016-08-06
  - Require namespace::autoclean 0.19.
  1.35   2016-08-05
  - Use namespace::autoclean in all packages which import anything. Without
    cleaning the namespace, DateTime ends up with "methods" like try and catch
    (from Try::Tiny), which can lead to very confusing bugs. Reported by Mischa
    Schwieger. RT #115983.

==== python3-setuptools ====
Version update (25.1.1 -> 25.1.6)

- update to version 25.1.6:
  * #725
- changes from version 25.1.5:
  * #720
  * #723
- changes from version 25.1.4:
  * #717
  * #713
  * #707 via #715
- changes from version 25.1.3:
  * #714 and #704: Revert fix as it breaks other components downstream
    that can't handle unicode. See #709, #710, and #712.
- changes from version 25.1.2:
  * #704: Fix errors when installing a zip sdist that contained files
    named with non-ascii characters on Windows would crash the
    install when it attempted to clean up the build.
  * #646: MSVC compatibility - catch errors properly in
    RegistryInfo.lookup.
  * #702: Prevent UnboundLocalError when initial working_set is empty.

==== snapper ====
Version update (0.3.2 -> 0.3.3)
Subpackages: libsnapper3 snapper-zypp-plugin

- merged SELinux support from Red Hat (disabled at compile-time
  per default) (gh#openSUSE/snapper#239)
- version 0.3.3

==== wine ====
Version update (1.9.15 -> 1.9.16)
Subpackages: wine-32bit

- Updated to 1.9.16 development snapshot
  - Better 64-bit binary compatibility on macOS.
  - Performance improvements in JavaScript.
  - More progress towards the Direct3D command stream.
  - More shader instructions in Direct3D.
  - Performance improvements in GDI.
  - Various bug fixes.
- updated winetricks

==== xen ====
Version update (4.7.0_08 -> 4.7.0_10)
Subpackages: xen-doc-html xen-libs xen-tools xen-tools-domU

- bsc#970135 - new virtualization project clock test randomly fails
  on Xen
  576001df-x86-time-use-local-stamp-in-TSC-calibration-fast-path.patch
  5769106e-x86-generate-assembler-equates-for-synthesized.patch
  57a1e603-x86-time-adjust-local-system-time-initialization.patch
  57a1e64c-x86-time-introduce-and-use-rdtsc_ordered.patch
  57a2f6ac-x86-time-calibrate-TSC-against-platform-timer.patch
- bsc#991934 - xen hypervisor crash in csched_acct
  57973099-have-schedulers-revise-initial-placement.patch
  579730e6-remove-buggy-initial-placement-algorithm.patch
- bsc#988675 - VUL-0: CVE-2016-6258: xen: x86: Privilege escalation
  in PV guests (XSA-182)
  57976073-x86-remove-unsafe-bits-from-mod_lN_entry-fastpath.patch
- bsc#988676 - VUL-0: CVE-2016-6259: xen: x86: Missing SMAP
  whitelisting in 32-bit exception / event delivery (XSA-183)
  57976078-x86-avoid-SMAP-violation-in-compat_create_bounce_frame.patch
- Upstream patches from Jan
  57a30261-x86-support-newer-Intel-CPU-models.patch
- bsc#985503 - vif-route broken
  vif-route.patch
- bsc#978413 - PV guest upgrade from sles11sp4 to sles12sp2 alpha3
  failed on sles11sp4 xen host.
  pygrub-handle-one-line-menu-entries.patch
- bsc#990843 - VUL-1: CVE-2016-6351: xen: qemu: scsi: esp: OOB
  write access in esp_do_dma
  CVE-2016-6351-qemut-scsi-esp-make-cmdbuf-big-enough-for-maximum-CDB-size.patch

==== xournal ====

- Some cleanup on the spec-file.
- Add xournal-appdata.patch to add, translate and install appdata
  file for application, this makes xournal show up in appstores
  like GNOME Software and KDE Discover; run intltoolize to
  translate appdata file.

==== yakuake ====
Subpackages: yakuake-lang

- Use the right macro for the appdata location

==== yast2-network ====
Version update (3.1.159 -> 3.1.163)

- bnc#991486
  - Do not allow creating device with oversized configuration name.
- 3.1.163
- Added entry "s390-devices" to the AutoYaST schema file.
  Bug similar bnc#954412.
- 3.1.162
- bnc#991920
  - do not crash with internal error when renaming unconfigured
    device
- 3.1.161
- bnc#991382
  - Do not crash with internal error when using "On Cable
    Connection" device activation mode.
- 3.1.160

==== yast2-nis-client ====
Version update (3.1.13 -> 3.1.14)

- bnc#988928
  - updated translation
- 3.1.14

==== yast2-packager ====
Version update (3.1.108 -> 3.1.109)

- allow KDE to use packager for opening rpms (boo#954143)
  thanks to  Marcelo Junior for patch
- 3.1.109

==== yast2-slp ====
Version update (3.1.8 -> 3.1.9)

- Add a ServiceSelectionDialog to be used by others YaST2 modules
  (related to fate#319716)
- 3.1.9

==== yast2-vm ====
Version update (3.1.29 -> 3.1.30)

- Enable for AArch64 (bsc#989900)
- 3.1.30