Packages changed:
  ark (21.04.1 -> 21.04.2)
  avahi
  compat-usrmerge
  ibus-table (1.13.1 -> 1.13.3)
  libgnomekbd
  linux-atm
  pcmciautils
  python-numpy (1.20.2 -> 1.20.3)

=== Details ===

==== ark ====
Version update (21.04.1 -> 21.04.2)
Subpackages: ark-lang libkerfuffle21

- Update to 21.04.2
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/gear/21.04.2
- No code change since 21.04.1
- Always recommend p7zip-full as this is present from Leap 15.2 onwoards

==== avahi ====
Subpackages: avahi-lang libavahi-client3 libavahi-client3-32bit libavahi-common3 libavahi-common3-32bit libavahi-core7

- Fix libavahi-devel requirements. The devel package installs
  libavahi-libevent.so but didn't require the library it's
  pointing to.

==== compat-usrmerge ====

- early exit in case of overlayfs (boo#1187027)
- Avoid dependency on mountpoint from util-linux
- Also check for availability of find
- fix conversion with split /usr (boo#1186781)
- exit early if one of the affected directories has mountpoint
  beneath it
- add fallback for filesystems without renameat2 (boo#1186637)

==== ibus-table ====
Version update (1.13.1 -> 1.13.3)

- Update version to 1.13.3
  * Fix bug in Unihan_Variants.txt, ? U+53EA is both simplified and traditional
    Chinese (Resolves: #74)
  * Update Chinese variant detection by Unihan_Variants.txt to the version
    ?2021-05-18 Unicode 14.0.0? (draft version of Unicode 14)
  * Update translations from Weblate (updates for es (100%), pt_BR (100%))
  * Fix a few more bugs in Unihan_Variants.txt, the characters ????????? are
    used both in simplified and traditional Chinese (some of them in traditional
    Chinese in Hong Kong only). (Resolves: ibus/ibus#2323)

==== libgnomekbd ====
Subpackages: gnomekbd-tools libgnomekbd-lang libgnomekbd8

- Add libgnomekbd_avoid_implicit_definition.patch: Add string.h into
  include files to avoid inplicit definition warning in building.
  This change is to meet the needs of the inspection of maintaince
  build checking script(bnc#1160963, bnc#1034390,
  glgo#GNOME/libgnomekbd!7)
- Add libgnomekbd-set-default-indicator.patch: set the common
  keyboard layout indicator as "default" to avoid misleading
  (bnc#1034390).

==== linux-atm ====

- Use %_firmwaredir

==== pcmciautils ====

- Use %_firmwaredir

==== python-numpy ====
Version update (1.20.2 -> 1.20.3)

- update to 1.20.3:
  * BUG: Correct datetime64 missing type overload for datetime.date...
  * MAINT: Remove __all__ in favor of explicit re-exports
  * BLD: Strip extra newline when dumping gfortran version on MacOS
  * BUG: fix segfault in object/longdouble operations
  * MAINT: Use towncrier build explicitly
  * MAINT: Relax certain integer-type constraints
  * MAINT: Remove unsafe unions and ABCs from return-annotations
  * MAINT: Allow more recursion depth for scalar tests.
  * BUG: Initialize the full nditer buffer in case of error
  * BLD: remove unnecessary flag -faltivec on macOS
  * MAINT, CI: treats _SIMD module build warnings as errors through...
  * BUG: for MINGW, threads.h existence test requires GLIBC > 2.12
  * BUG: Make changelog recognize gh- as a PR number prefix.
  * REL, DOC: Prepare for the NumPy 1.20.3 release.
  * BUG: Fix failing mypy test in 1.20.x.