Packages changed:
  mozc (2.17.2313.102 -> 2.18.2612.102)
  tigervnc
  virt-viewer (4.0 -> 5.0)
  xf86-video-nv
  xf86-video-r128
  xf86-video-sis
  xosview (1.16 -> 1.19)

=== Details ===

==== mozc ====
Version update (2.17.2313.102 -> 2.18.2612.102)
Subpackages: fcitx-mozc ibus-mozc ibus-mozc-candidate-window mozc-gui-tools

- update 2.18.2612.102
  * fixed unexpected size bloat of the APK
  * fixed duplicate candidates after undo
  * fixed suggestion-only user dictionary entry may not work
  * fixed abbreviation user dictionary entry may not work
  * fixed suppression word may not work
  * fixed single character noun user dictionary entry may not work
- fcitx-mozc updated to 2.18.2612.102
  * dropped patch: fcitx-mozc-2.17.2102.102.1.patch
  * added patch: fcitx-mozc-2.18.2612.102.1.patch
- protobuf updated to 3.1.0
  * dropped patch: protobuf-atomic.patch, upstreamed
  * dropped patch: protobuf-generic-atomic.patch, upstreamed
- gyp updated to latest master@940a15e
- added patch: mozc-gen_zip_code_seed_py.patch

==== tigervnc ====

- U_Add-xorg-xserver-1.19-support.patch
  * Add xorg-xserver 1.19 support

==== virt-viewer ====
Version update (4.0 -> 5.0)

- Update to virt-viewer version 5.0
  virt-viewer-5.0.tar.bz2
  - Don?t retry authentication when credentials are provided via vvfile
  - Fix display of guest name in title for VNC
  - Fix detection of domain stop when tunnelling over SSH
  - Fix problem resizing with GTK client side decorations
  - Fix leak on file transfer
  - Only include native spec file in dist to fix rpmbuild -ta
  - Check min required spice-glib version
  - Display errors to user if failing to open UNIX socket
  - Simplify file transfer UI to only display overall progress, rather than full list of files
  - Show list of files which failed to transfer
- Dropped
  35e489d5-fix-display-of-guest-name-in-title-for-vnc.patch
  813c775c-fix-filename-leak-on-transfer-dialog.patch
  a62827d2-close-when-seeing-domain-stop-event.patch
- bsc#983689 - virt-viewer shows Domain-0 on list of virtual
  machines
  virtview-dont-show-Domain-0.patch
- Upstream bug fix
  813c775c-fix-filename-leak-on-transfer-dialog.patch
- Use source URL
- Remove redundant %clean section
- bsc#988858 - SLES12-SP2-Beta4 - virt-viewer throws Gtk-WARNING
  even with --quiet switch
- Update to virt-viewer version 4.0
  virt-viewer-4.0.tar.bz2
  35e489d5-fix-display-of-guest-name-in-title-for-vnc.patch
  a62827d2-close-when-seeing-domain-stop-event.patch
  - Drop support for gtk2 builds
  - Require spice-gtk >= 0.31
  - Require glib2 >= 2.38
  - Require gtk3 >= 3.10
  - Require libvirt-glib >= 0.1.8
  - Increase minimum window size fo 320Ũ200 instead of 50Ũ50
  - Remove use of GSLice
  - Don?t show usbredir button if not connected yet
  - Only compute monitor mapping in full screen
  - Don?t ignore usb-filter in spiec vv-file
  - Port to use GtkApplication API
  - Don?t leave window open after connection failure
  - Validate symbols from max glib/gdk versions
  - Don?t use GtkStock
  - Don?t use gtk_widget-modify_{fg,bg} APIs
  - Drop use of built-in eventloop in favour of libvirt-glib
  - Don?t open X display while parsing command line
  - Fix window title
  - Use GResource for building ui files into binary
  - Fix crash with invalid spice monitor mapping
  - Add dialog to show file transfer progress and allow cancelling
  - Remove unused nsis installer support
  - Include adwaita icon theme in msi builds
  - Add more menu mnemonics
  - Fix support for windows consoles to allow I/O redirection
  - Add support for ovirt sso-token in vv-file
  - Fix crash with zooming window while not connected
  - Remove custom auto drawer widget with GtkRevealer
  - Add appdata file for gnome software
  - Misc other bug fixes
  - Refresh translations
- Dropped
  fix-crash-on-zoom-change.patch
  windows-keycombo.patch
  netware-keycombo.patch
- bsc#982793 - virt-viewer installation create unusable launcher
  virtview-desktop.patch
- bsc#979735 - Virt-viewer: Changing zoom on disconnected machine
  crashes application
  fix-crash-on-zoom-change.patch
- Require at least glib2 >= 2.26 in pre-SLE12 builds
- Update to virt-viewer version 3.1
  virt-viewer-3.1.tar.bz2
  - Last release to support GTK2 for Linux. The next 4.0 release
    will be GTK3 only
  - Don?t add URI scheme / path info to oVirt URIs
  - Require spice-gtk >= 0.30
  - Enable webdav folder sharing with spice
  - Add preferences UI dialog
  - Take ?direct into account when checking if guest is reachable
  - Take SPICE proxy into account when connecting to oVirt
    instances
  - Fail gracefully when hostname is not returned by oVirt
  - Don?t show empty foreign menu on secondary displays
  - Avoid accidentally trying to connect to port 0 when oVirt
    doesn?t specify a port number
  - Correctly update geometry when enabling/disabling display heads
  - Avoid accidentally creating extra monitors when using
    configuration file monitor mapping
  - Exit normally when cancelling connect dialog
  - Don?t wait for a guest that we know will never show up
  - Fix crash when using ?reconnect with SPICE
  - Avoid zooming out if it would decrease window size below
    minimum required for top menu display
  - Fix crash when disabling last enabled display
  - Honour changes in display position from guest
  - Don?t show error dialog twice for unknown graphics type
  - Allow to cancel oVirt auth without error
  - Set sensitivity of display menu based on whether it is usable
    or not
  - Set sensitivity of tool bar buttons based on whether they are
    usable or not
  - Set guest name reported by VNC
  - Fix crash when using gtk-vnc 0.3.8
  - Fix alt-tab behaviour in choose VM dialog
  - Don?t allow missing display in monitor mapping config
  - Add ?with-osid flag to configure to allow specifying the
    operating system build target. The values should be based on
    libosinfo OS short IDs.
  - Ensure windows installer places menu icon for all users not
    just admin. Requires manual uninstall of previous windows
    version
  - Require address in remote viewer connect dialog
  - Automatically retry VNC connection after auth failure
  - Drop GTK2 support for Windows builds
  - Enable keepalives on libvirt conncetion
  - Allow resize of window to arbitrary size
  - Fix thread safety handling event callbacks
  - Avoid deprecation warnings with newer glib
  - Pulled in multiple fixes for event loop from libvirt-glib
  - Fix misc bugs reported by coverity
  - Fix binary ID in MSI installer
  - Stop polling libvirt after reconnecting to libvirt
- Drop old tarball
  virt-viewer-3.0.tar.bz2
- Update to virt-viewer version 3.0
  virt-viewer-3.0.tar.bz2
  - Last release to support GTK2 for Linux. The next 4.0 release
    will be GTK3 only
  - Don?t add URI scheme / path info to oVirt URIs
  - Require spice-gtk >= 0.30
  - Enable webdav folder sharing with spice
  - Add preferences UI dialog
  - Take ?direct into account when checking if guest is reachable
  - Take SPICE proxy into account when connecting to oVirt
    instances
  - Fail gracefully when hostname is not returned by oVirt
  - Don?t show empty foreign menu on secondary displays
  - Avoid accidentally trying to connect to port 0 when oVirt
    doesn?t specify a port number
  - Correctly update geometry when enabling/disabling display heads
  - Avoid accidentally creating extra monitors when using
    configuration file monitor mapping
  - Exit normally when cancelling connect dialog
  - Don?t wait for a guest that we know will never show up
  - Fix crash when using ?reconnect with SPICE
  - Avoid zooming out if it would decrease window size below
    minimum required for top menu display
  - Fix crash when disabling last enabled display
  - Honour changes in display position from guest
  - Don?t show error dialog twice for unknown graphics type
  - Allow to cancel oVirt auth without error
  - Set sensitivity of display menu based on whether it is usable
    or not
  - Set sensitivity of tool bar buttons based on whether they are
    usable or not
  - Set guest name reported by VNC
  - Fix crash when using gtk-vnc 0.3.8
  - Fix alt-tab behaviour in choose VM dialog
  - Don?t allow missing display in monitor mapping config
  - Add ?with-osid flag to configure to allow specifying the
    operating system build target. The values should be based on
    libosinfo OS short IDs.
  - Ensure windows installer places menu icon for all users not
    just admin. Requires manual uninstall of previous windows
    version
  - Require address in remote viewer connect dialog
  - Automatically retry VNC connection after auth failure
  - Drop GTK2 support for Windows builds
  - Enable keepalives on libvirt conncetion
  - Allow resize of window to arbitrary size
  - Fix thread safety handling event callbacks
  - Avoid deprecation warnings with newer glib
  - Pulled in multiple fixes for event loop from libvirt-glib
  - Fix misc bugs reported by coverity
  - Fix binary ID in MSI installer
  - Stop polling libvirt after reconnecting to libvirt
- bsc#946816 - virt-viewer: version 2.0 can't connect to Xen VMs
  reverse-3d5627d7-for-xen.patch
- Update to virt-viewer version 2.0
  virt-viewer-2.0.tar.bz2
  - Fix handling of zoom in/out accelerators
  - Fix warning going in/out of fullscreen
  - Add dialog showing info about the current guest
  - Change format of fullscreen config setting to
    allow for sparse guest displays
  - Write VM name to config file as a comment
  - Never use fallback CA certs when loading vv-file
  - Remove extraneous '/' from oVirt URIs
  - Support oVirt foreign menus
  - Allow using numapad for zoom in/out accelerators
  - Force geometry update when agent connects
  - Fix misc crash bugs
  - Fix misc memory leaks
  - Allow viewing of password entry characters
  - Don't fail when auth dialog is cancelled
  - Only create extra windows on demand
  - Use more sensible default window size
  - Improve docs for URIs and config files
  - Allow cancellation of SPICE auth dialog
  - Use new libvirt API for --attach to avoid SELinux AVC
  - Allow removable of CD images with oVirt connections
  - Show VM choose dialog when oVirt VM name is missing
  - Support usernames request with SASL auth
  - Use socat instead of nc if available
  - Use PNG instead of SVG for icons
  - Support connection to UNIX sockets instead of TCP
  - Honour zoom level from CLI args with VNC
  - Switch to GTK3 instead of GKT2 for Windows builds
  - Ensure dialogs have transient parent set
  - Switch to gstreamer 1.0 instead of 0.10 for Windows builds
  - Avoid accidentally connecting to localhost with VNC/SPICE
  - Use a versioned install directory for Windows builds
- Dropped sources
  virt-viewer-1.0.tar.bz2
  report-error.patch
- Update to virt-viewer version 1.0
  virt-viewer-1.0.tar.bz2
  - Switched to 2-digit version numbering.
  - Improve error reporting when failing to find
    the GtkBuilder UI files
  - Honour title provided by SPICE server if available
  - Don't hide main window when disconnecting in multi-monitor
    configurations
  - Don't show VNC widget until authentication has completed
  - Fix session handling when re-authenticating
  - Improve docs for --attach flag
  - Ask for credentials for SPICE proxy
  - Fix scaling of windows when resizing
  - Remove 'Automatically resize' menu, leaving the behaviour
    permanently enabled
  - Improve USB icon in full screen toolbar
  - Don't resize guest when changing zoom level
  - Don't create windows at startup if kiosk mode isn't enabled
  - Don't show quit confirmation dialog in kiosk mode
  - Misc typos / fixes in man pages
  - Fix race with metacity window manager in fullscreen mode
  - Avoid accidentally connecting to localhost with --direct flag
  - Use custom log handler to silence debug messages on old glib2
  - Fix tiny windows for secondary displays with gtk2 build
  - Take zoom into account when checkign display limits
  - Fix unshrinkable displays with windows guests
  - Allow  ctrl-[+-] to zoom in fullscreen mode
- Dropped upstream patches and old tarball
  virt-viewer-0.6.0.tar.bz2
  52fa6455-display-warning-if-UI-file-fails.patch
  52fce019-dont-free-session-if-auth-retry.patch
  52fce019-dont-hide-main-window-when-disconnecting.patch
  530b1cfc-german-translation-send-key-fix.patch
  530b66e9-spice-ask-credentials-for-proxy.patch
  53209ab7-fix-scaling-of-window-upon-resize.patch
  53219d1a-silence-message-about-missing-config-file.patch
  5322b75b-dont-show-quit-dialog-in-kiosk-mode.patch
  5322b929-fix-building-with-older-spice-gtk.patch
  538df41a-set-freed-variables-to-null.patch
  5396d3dd-dont-connect-to-localhost-when-using-direct.patch
  53970bee-remove-warning-when-removing-display.patch
  53975d94-fix-tiny-windows-for-secondary-displays-in-gtk2-build.patch
  5398b944-take-zoom-level-into-account-for-display-limits.patch
  5398b971-fix-tiny-window-when-resetting-zoom-factor-in-gtk2-build.patch
  53a8716d-fix-un-shrinkable-displays-on-windows-guests.patch
- Drop spice-gtk.patch.  It was only needed for systems with
  spice-gtk version < 0.22
- fix build: remove spice_uuid_to_string definition no more needed with
  the new spice-gtk
- Upstream bug fixes
  53970bee-remove-warning-when-removing-display.patch
  53975d94-fix-tiny-windows-for-secondary-displays-in-gtk2-build.patch
  5398b944-take-zoom-level-into-account-for-display-limits.patch
  5398b971-fix-tiny-window-when-resetting-zoom-factor-in-gtk2-build.patch
  53a8716d-fix-un-shrinkable-displays-on-windows-guests.patch
- Switch build to gtk3 for SLE12 and openSUSE 13.2.
- Update windows-keycombo.patch and netware-keycombo.patch to build
  with GTK 3.
- Upstream bug fix
  5396d3dd-dont-connect-to-localhost-when-using-direct.patch
- Upstream bug fix
  538df41a-set-freed-variables-to-null.patch
- Drop patch as it causes initial viewer size problems
  52fce019-set-VNC-display-ready-after-VNC-initialized.patch
- Upstream bug fixes
  530b66e9-spice-ask-credentials-for-proxy.patch
  53209ab7-fix-scaling-of-window-upon-resize.patch
  53219d1a-silence-message-about-missing-config-file.patch
  5322b75b-dont-show-quit-dialog-in-kiosk-mode.patch
  5322b929-fix-building-with-older-spice-gtk.patch
- Upstream bug fixes
  52fa6455-display-warning-if-UI-file-fails.patch
  52fce019-dont-free-session-if-auth-retry.patch
  52fce019-dont-hide-main-window-when-disconnecting.patch
  52fce019-set-VNC-display-ready-after-VNC-initialized.patch
  530b1cfc-german-translation-send-key-fix.patch
- Update to virt-viewer version 0.6.0
  * Require govirt 0.3.0
  * Require spice-gtk 0.22
  * Show error dialog if password is wrong
  * Document application/x-virt-viewer file format
  * Remove unused ?-d? option from remote-viewer
  * Add a kiosk mode
  * Add menu for sending Ctrl+Alt+Delete
  * Add Ctrl+Alt+End as accelerator for Ctrl+Alt+Delete
  * Send modifiers before the non-modifier key in send key menu
  * Fix GTK warning when disconnecting from VNC due to auth error
  * Make ?Cancel? default button in exit dialog
  * Make send key menu accelerators work in fullscreen
  * Remove insecure fetching of oVirt CA cert
  * Build for GTK 3 by default
  * Fix title bar after failed connection
  * Reshow remote-viewer connection dialog upon error
  * Hide all windows upon disconnect
  * Add ability to define custom monitor mapping
  * Ensure all windows obey command line zoom level
  * Add an icon to the desktop file
  * Fix event loop implementation on Win32 platforms
  * Misc other bug fixes
- Allow the use of spice-gtk version 0.21. Drop patch when 0.22
  becomes available.
  spice-gtk.patch
- Renamed netcat.diff to netcat.patch
- Enable spice support
- Update to virt-viewer version 0.5.7
  * Many fixes to full screen / window positioning handling
  * Reshow connect dialog if connection fails
  * Misc man page fixes
  * Mark RPM as obsoleting spice-client
  * Set the host subject to fix SSL connections with ovirt
  * Use -H as short variant of ?hotkeys
  * Add missing trailing ?;? in desktop file
  * Allow TLS only SPICE connections
  * Use dynamic key send menu
  * Enable smartcard shortcuts only when smartcard reader is present
  * Misc other bug fixes
- Drop glade-keycombo.patch
- Update to virt-viewer version 0.5.6
  * Add ovirt:// support to remote-viewer (needs libgovirt)
  * Many fullscreen and multi-monitor fixes
  * Add a minimum version check in connection file
  * Fix sending key combinations from ?Send Key? menu when the key
    names are localized
  * Fix build with older glib and gtk+
  * Fix MSI x64 build
  * Clean-ups (remove browser plugin entirely)
- Update to virt-viewer version 0.5.5
  * Improve screenshot saving dialog
  * remote-viewer learned to connect with a file of mime type
    application/x-virt-viewer, described in src/virt-viewer-file.c
  * Add a "do not ask me again" dialog checkbox when leaving
  * Add a MSI target, using https://live.gnome.org/msitools
  * Add windows debug helper, useful in Spice controller running
    context
  * Add remote-viewer --title STRING
  * Support for Spice proxy settings added
  * Numerous Spice display and multi-monitor fixes
  * win32, memory, build, and other misc fixes
  * Requires spice-gtk >= 0.16.26
- Enable virt-viewer to be built for s390x
- Upstream bug fix
  virtview-git-transport-segv.patch
- Upstream bug fixes
  virtview-git-ipv6-check.patch
  virtview-git-resize-window.patch
  virtview-git-spice-rounding.patch
  virtview-git-spice-resize-window.patch
  virtview-git-ssh-localhost-connect.patch
- Update to virt-viewer version 0.5.4
  * Fix host migration with Spice
  * Fix misc memory leaks
  * Fix build with newer glibc and -O0
  * Improve automatic fullscreen Spice configuration
  * Avoid crash when quiting application
  * Rebuild display menu whenever a window is added/removed
  * Number displays starting from 1 instead of 0
  * Add support for handling multiple monitors with Spice
  * Menu display menu insensitive if no displays can be selected
  * Use real binary name in remote-viewer help message
  * Document -f=auto-conf in remote-viewer help
- fix build for SLE_11
  * rework virtview-desktop patch
- Update to virt-viewer version 0.5.3
  * Add support for raw IPv6 addresses
  * Add a remote-viewer.desktop file and register spice:// handling
  * Add a simple connection dialog to remote-viewer
  * Add remote-viewer --fullscreen=auto-conf option, to update guest monitors configuration to match client
  * Spice controller support for disable-effects, color-depth and usbredir
  * Spice controller interaction fixes
  * Windows version and nsis installer improvements
  * Import newer translations from transifex
  * Misc reference leak / crash bugs fixed
- Fix failure of viewer to close when guest is terminated
  virtview-git-vnc-close.patch
- Additional upstream fix
  virtview-git-uri-crash.patch
- Update to virt-viewer version 0.5.2
  * Require libvirt > 0.9.7, spice-gtk > 0.11, spice-protocol >= 0.10.1
  * Import newer translations from transifex
  * remote-viewer learned Spice controller customizable key bindings, smartcard property, and foreign menu
  * Fix Spice crash on re-connection
  * Fix connecting via ssh to a password-protected server
  * Add a sendkey menu in fullscreen mode
  * Add USB device selection in fullscreen mode
  * Misc reference leak / crash bugs fixed
- Update to virt-viewer version 0.4.2
  * Fix exports of signal functions for GTK UI builder on Windows
  * Avoid crash if xmlParseURI fails
  * Fix inverted test for SSH port that broke tunnelling
  * Don't hardcode port numbers for SSH if not requested by user
  * Fix deadlock in event handling
  * Fix initial zoom level for all windows
  * Fix window title to include domain name
  * Fix hostname used when XML gives a wildcard IP address
  * Fix window title when waiting for domain to appear
  * Fix key shortcust for F9-F12 menus
  * Always ask libvirt for its canonical URI
  * Allow build without GTK-VNC (ie spice only)
  * Require GTK-VNC >= 0.4.3
  * Require SPICE-GTK >= 0.6.0
- Fix failure to resize viewer.  Noted usually when tunneling via ssh
  virtview-git-emit-resize.patch
- add automake as buildrequire to avoid implicit dependency
- Always use canonical URI from libvirt connection
  virtview-git-canonical-uri.patch
- Upstream bug fixes
  virtview-git-fn-key.patch
  virtview-git-window-wait.patch
- Update to virt-viewer version 0.4.1
  + Remove bogus use of AM_GLIB_GNU_GETTEXT macro to try to facilitate BSD builds
  + Support multiple monitors with SPICE and QXL drivers
  + Don't hardcode SSH port to 22 when tunnelling
  + Require SPICE-GTK >= 0.6
  + Hide menu bar when going fullscreen
  + Support building against GTK2 or GTK3
  + Convert from Glade to GtkBuilder
  + Honour 'listen' attribute from <graphics> XML when connecting
  + Fix reconnection after authentication failure
  + Make --verbose flag actually do something
  + Enable scaling with SPICE to match VNC behaviour
  + Rewrite widget resizing code to (try to) be more reliable
  + Fill extra space outside guest display with black
  + Fix (null) in title bar while not connected
  + Fix multiple memory leaks
  + Fix reconnecting to display with SPICE
- Fixed error "Using GTK+ 2.x and GTK+ 3 in the same process is
  not supported"
- Fixed spec file rpmlint warnings for language files.
- Patch cleanup and re-enabled vnc-listen.patch
- Fix re-connect after authentication failure
  virtview-reconnect-fix.patch
- Fix "directories not owned by a package:" warnings.
- Fix spec file for building with gtk-vnc 2.0
- Update to virt-viewer version 0.3.1
  + Add support for Spice
  + Add support for spice resize-guest
  + Add support for zoom levels
  + Add a menu for zooming in/out of the virtual desktop.
  + Add a --zoom command line to set the initial zoom level.
  + Support connections over UNIX sockets
- change buildreq to libpixman-1-0-devel
- Update to virt-viewer 0.2.1
  + Bug fixes
  + Translations
- bnc#574591 - There is no prompt if I view a inexist guest OS
  using virt-viewer
  report-error.patch
- Fixed the 'Send Key' menu with all the missing keys for netware and
  windows.
  glade-keycombo.patch
- bnc#553633 - Update breaks menu access keys in virt-viewer and
  still misses some key sequences.
  This is a SLE10 bug fixed for SLE11.
- Update to virt-viewer version 0.2.0
  + Switch UI over to use Glade
  + Support graphical dialog for VNC and libvirt authentication
  + Resize window to match VNC desktop size where possible
  + Scale down VNC desktop if it cannot fit in host desktop space
  + Allow user to resize window to arbitrary size, scaling VNC
  + Fix blocking of accelerators
  + Allow automatic reconnect to a VM via --reconnect
  + Use libvirt events to detect when VM changes state
  + Wait for VM to appear if it does not exist
  + Fix plugin build with newer xulrunner
  + Port & build for Mingw32 target
- bnc#522740 - SLES10SP3 Xen - Unable to install Netware OES2
  6.5SP8 VM
- bnc#448474 - Patch to enable keys that sends a NetWare server to
  the debugger.
  netware-keycombo.patch
- bnc#499560 - Viirt-viewer needs ability to crash dump Windows VMs
  with Ctrl+Scroll+Scroll
  windows-keycombo.patch
- Connect viewer to vnc-listen address specified in domain
  configuration (bnc#436629)
  vnc-listen.patch

==== xf86-video-nv ====

- U_Adapt-Block-WakeupHandler-signature-for-ABI-23.patch
  * Adapt Block/WakeupHandler signature for ABI 23

==== xf86-video-r128 ====

- U_Adapt-Block-WakeupHandler-signature-for-ABI-23.patch
  * Adapt Block/WakeupHandler signature for ABI 23

==== xf86-video-sis ====

- U_Adapt-Block-WakeupHandler-signature-for-ABI-23.patch
  * Adapt Block/WakeupHandler signature for ABI 23

==== xosview ====
Version update (1.16 -> 1.19)

-  Update to version 1.19
  * Strip empty fields from the nlist.
  * arm64 doesn't have sys/io.h and sys/perm.h like many other Linux architectures
  * Fix typo that was blocking compilation on gcc 6
  * Fix /sys/class/net traversal on recent Linux systems
  * Use right variable in error message.
  * Fix coretemp for AMD K10 CPUs on kernel >= 3.17.
  * Support coretemp on linux 3.15
  * Do not parse error when 64-bit kernel is used with 32-bit userland
  * arm64 doesn't have sys/io.h and sys/perm.h like many other Linux architectures
  * Remove the Linux-specific 'MAP' field
  * Replace the parsing of /proc/meminfo
  * Fix spelling of "mandatory".
  * Add a command-line flag for cpuFormat: single
  * Change legend to match battery meter
    The battery meter is the more concise one.
  * Default IRQ meter to off
  * Strip empty fields from the nlist.
  * Fix name conflict.
    Local and member variable had the same name.
  * Initialize class member.
  * Silence a warning from debug code.
  * Use a helper to get the value of kstat_named_t.
  * Save the needed kstats in a centralized way.
  * Use sysconf instead of CPUMeter::countCpus().
  * Show wireless meter when WLAN adapter is present.
  * Use c++ iostreams for console messages.
  * Remove two deprecated and unused functions.
  * Coding style cleanup (linux/intmeter).
  * Remove checks for kernel versions <= 2.0.
  * Port interrupt rate meter from BSDs to Linux.
  * Read net statistics from sysfs.
  * Drop support for kernels < 2.4 in netmeter.
  * Drop decimal from floats greater than 99.9 in used legends.
  * Show negative values in sensor meters.
  * Put value scaling code to base Meter class.
  * Rework coretemp's CPU detection.
  * Copy recent fieldmeter changes to bitfieldmeter.
  * Calculate total correctly.
  * Enable coretemp only on x86/x86_64.
- Remove patches now upstream
  0001-Replace-the-parsing-of-proc-meminfo.patch
  pull-request7.patch
  xosview-1.16-coretemp.patch
  xosview-1.16-coretemp2.patch
  xosview-1.16-serial.patch
- Modify patch xosview-1.16-diskstat.patch
- Port patches
  xosview-1.16-appdef.patch becomes xosview-1.19-appdef.patch
  xosview-1.16.dif becomes xosview-1.19.dif
- Add upstream patch pull-request7.patch from pull request to avoid
  compiler error