Packages changed:
  apparmor (2.13.2 -> 2.13.3)
  fuse3 (3.5.0 -> 3.6.1)
  ipset (7.1 -> 7.2)
  libapparmor (2.13.2 -> 2.13.3)
  lz4 (1.8.3 -> 1.9.1)
  vim (8.1.1467 -> 8.1.1561)
  xen

=== Details ===

==== apparmor ====
Version update (2.13.2 -> 2.13.3)
Subpackages: apparmor-abstractions apparmor-parser apparmor-profiles apparmor-utils perl-apparmor python3-apparmor

- update to 2.13.3
  - profile updates for dnsmasq, dovecot, identd, syslog-ng
  - new "lsb_release" profile (only used when using "Px -> lsb_release")
  - fix buggy syntax in tunables/share
  - several abstraction updates
  - parser: fix "Px -> foo-bar" (the "-" was rejected before)
  - several bugfixes in aa-genprof and aa-logprof
  - see https://gitlab.com/apparmor/apparmor/wikis/Release_Notes_2.13.3
    for the detailed upstream changelog
- drop upstream(ed) patches:
  - apparmor-nameservice-resolv-conf-link.patch
  - profile_filename_cornercase.diff
  - dnsmasq-libvirtd.diff
  - dnsmasq-revert-alternation.diff
  - usrmerge-fixes.diff
  - libapparmor-swig-4.diff
- re-number remaining patches

==== fuse3 ====
Version update (3.5.0 -> 3.6.1)

- Disable LTO due to symbol versioning (boo#1138803).
- Update to version 3.6.1
  * Fixed version number (release 3.6.0 was shipped with a declared
    version of 3.0.0).
- Update to version 3.6.0
  * Added a new example (passthrough_hp). The functionality is
    similar to passthrough_ll, but the implementation focuses
    on performance and correctness rather than simplicity.
  * Added support for fuse kernel feature max_pages which allows
    to increase the maximum number of pages that can be used per
    request. This feature was introduced in kernel 4.20.
    max_pages is set based on the value in max_write.
    By default max_write will be 1MiB now for kernels that
    support max_pages. If you want smaller buffers or writes
    you have to set max_write manually.

==== ipset ====
Version update (7.1 -> 7.2)
Subpackages: libipset13

- Update to new upstream release 7.2
  * ipset: Fix memory accounting for hash types on resize

==== libapparmor ====
Version update (2.13.2 -> 2.13.3)

- update to AppArmor 2.13.1
  - some fixes in cache handling
  - see https://gitlab.com/apparmor/apparmor/wikis/Release_Notes_2.13.3
    for the detailed upstream changelog

==== lz4 ====
Version update (1.8.3 -> 1.9.1)

- Update to new upstream release 1.9.1
  * Decompression speed was improved by about 12% (x86/x64).
  * New option `lz4 --list` to inspect the block type, checksum
    information, compressed and decompressed sizes (if present). The
    command is limited to single-frame files for the time being.

==== vim ====
Version update (8.1.1467 -> 8.1.1561)
Subpackages: vim-data-common

- Updated to version 8.1.1561, fixes the following problems
- refreshed patches:
    disable-unreliable-tests.patch
    vim-7.4-highlight_fstab.patch
  * Cscope test fails.
  * The generated desktop files may be invalid.
  * No test for checking the cursor style response.
  * New Unicode character U32FF missing from double-width table.
  * 'background' not correctly set for 2-digit rgb termresponse.
  * Add_termcap_entry() is not tested.
  * New resolve() implementation causes problem for plugins.
  * 'ttybuiltin' is not tested.
  * Search string not displayed when 'rightleft' is set.
  * No statistics displayed after running tests.
  * Test summary fails in the tiny version.
  * Still an error when running tests with the tiny version.
  * Change included for debugging only.
  * Length for two-digit rgb termresponse is off by one.
  * No test for wincol() depending on the 'number' option.
  * Skipped tests are not properly listed.
  * Some tests are slow.
  * Double free when garbage_collect() is used in autocommand.
  * A listener change is merged even when it adds a line. (Paul Jolly)
  * Older msgfmt cannot generate proper .desktop file.
  * Summary of tests has incorrect failed count.
  * Sign order wrong when priority was changed.
  * When a single test fails the exit code is not set. (Daniel Hahler)
  * When skipping over code after an exception was thrown expression evaluation
  is aborted after a function call. (Ingo Karkat)
  * Redrawing with popups is slow and causes flicker.
  * Build failure.
  * Memory access error.
  * Popup window height is not recomputed.
  * Accessing memory beyond allocated space.
  * ":write" increments b:changedtick even though nothing changed. (Daniel
  Hahler)
  * Ruler not updated after popup window was removed.
  * Wrong shell command when building with VIMDLL and "!" in 'guioptions'.
  * New behavior of b:changedtick not tested.
  * Cannot play any sound.
  * Sound test fails on Travis.
  * Sound test still fails on Travis.
  * Running "make clean" twice gives errors.
  * Syntax error in Travis config.
  * Sound test still fails on Travis.
  * Sound keeps failing on Travis.
  * Cmdline_row can become negative, causing a crash.
  * A plugin cannot easily expand a command like done internally.
  * Matches in a popup window are not displayed properly.
  * ch_evalexpr() hangs when used recursively. (Paul Jolly)
  * All popup functionality is in functions, except :popupclear.
  * Memory leak reported for sound when build with EXITFREE.
  * Time reported for a test measured wrong.
  * When a popup changes all windows are redrawn.
  * Crash when setting 'columns' while a popup is visible.
  * 'backupskip' may contain duplicates.
  * Popup windows are ignored when dealing with mouse position.
  * When a popup window is closed the buffer remains.
  * Popup_notification() not implemented yet.
  * Cannot show range of buffer lines in popup window.
  * Tests are silently skipped.
  * Cannot move a popup window with the mouse.
  * No numerical value for the patchlevel.
  * When moving a popup window over the command line it is not redrawn.
  * Popup_any_visible() is unused.
  * Libcanberra is linked with even when not used.
  * Travis config is not optimal.
  * Clipboard type name is inconsistent.
  * Build fails.
  * Modeless selection in popup window selects too much.
  * Popup select test fails on Mac.
  * Popup select test still fails on Mac.
  * Using "tab" for popup window can be confusing.
  * Cannot specify highlighting for notifications.
  * Not easy to define a variable and lock it.
  * Cannot build without the +eval feature.
  * Check for ASAN is not reliable.
  * An OptionSet autocommand does not get enough info.
  * Const test fails with small features.
  * Some balloon tests don't run when they can.
  * When the screen is to small there is no message about that. (Daniel Hahler)
  * In some tests 'tags' is set but not restored. (Daniel Hahler)
  * Functionality of bt_nofile() is confusing.
  * Popup_dialog() is not implemented.
  * Quickfix test fails.
  * When a popup has left padding text may be cut off.
  * Warning for shadowing popup_dragwin. (Dominique Pelle)
  * Cursor position is wrong after sign column appears or disappears. (Yegappan
  Lakshmanan)
  * Not easy to change the text in a popup window.
  * Docs and tests for :const can be improved.
  * NOT_IN_POPUP_WINDOW is confusing. (Andy Massimino)
  * The command displayed to show a failing screenshot does not include the
  "testdir" directory.
  * Compiler warning for unused variables in tiny version. (Tony Mechelynck)
  * Popup_menu() and popup_filter_menu() are not implemented yet.
  * Popup window title property not implemented yet.
  * Popup window hidden option not implemented yet.
  * Popup_setoptions() is not implemented yet.

==== xen ====

- spec: xen-tools: require matching version of xen package
  bsc#1137471
- Remove two stale patches
  xen.build-compare.man.patch
  xenpaging.doc.patch