Packages changed:
  fuse3 (3.10.2 -> 3.10.3)
  krb5
  libksba (1.5.0 -> 1.5.1)
  libsolv (0.7.17 -> 0.7.19)
  poppler (21.03.0 -> 21.04.0)
  poppler-qt5 (21.03.0 -> 21.04.0)
  shadow

=== Details ===

==== fuse3 ====
Version update (3.10.2 -> 3.10.3)

- Update to release 3.10.3
  * Fix returning d_ino and d_type from readdir(3) in non-plus mode

==== krb5 ====

- do not own %sbindir, it comes from filesystem package

==== libksba ====
Version update (1.5.0 -> 1.5.1)

- libksba 1.5.1:
  * Support Brainpool curves specified by ECDomainParameters

==== libsolv ====
Version update (0.7.17 -> 0.7.19)

- fix rare segfault in resolve_jobrules() that could happen
  if new rules are learnt
- fix a couple of memory leaks in error cases
- fix error handling in solv_xfopen_fd()
- bump version to 0.7.19
- fixed regex code on win32
- fixed memory leak in choice rule generation
- repo_add_conda: add flag to skip v2 packages
- bump version to 0.7.18

==== poppler ====
Version update (21.03.0 -> 21.04.0)
Subpackages: libpoppler-cpp0 libpoppler-glib8

- update to 21.04.0
  core:
  * Hide symbols by default
  * TextSelectionDumper: fix word order for RTL text
  * Fix rendering of text in some files. Issue #1052
  * Implement rendering of Masks of Image subtype. Issue #1058
  * Forms: fix unclicking standalone form buttons. Issue #1034
  glib:
  * Expose more fields from MediaRendition in PopplerMedia
  * Use stock glib macro to define boxed type
  * Remove incorrecly used volatile from enum type registration code
  qt5:
  * Fix crash in files with malformed signatures
  * Fix memory leak when QImage constructor "fails"
  qt6:
  * Fix crash in files with malformed signatures
  * Fix memory leak when QImage constructor "fails"
  utils:
  * pdfsig: New paragraph for "-sign" in manpage
  * pdfimages: Do not assert in "too big images". Issue #1061
- Add a Qt6 flavor to poppler

==== poppler-qt5 ====
Version update (21.03.0 -> 21.04.0)

- update to 21.04.0
  core:
  * Hide symbols by default
  * TextSelectionDumper: fix word order for RTL text
  * Fix rendering of text in some files. Issue #1052
  * Implement rendering of Masks of Image subtype. Issue #1058
  * Forms: fix unclicking standalone form buttons. Issue #1034
  glib:
  * Expose more fields from MediaRendition in PopplerMedia
  * Use stock glib macro to define boxed type
  * Remove incorrecly used volatile from enum type registration code
  qt5:
  * Fix crash in files with malformed signatures
  * Fix memory leak when QImage constructor "fails"
  qt6:
  * Fix crash in files with malformed signatures
  * Fix memory leak when QImage constructor "fails"
  utils:
  * pdfsig: New paragraph for "-sign" in manpage
  * pdfimages: Do not assert in "too big images". Issue #1061
- Add a Qt6 flavor to poppler

==== shadow ====

- Do not require libeconf-devel on products without /usr/etc.
- Split login.defs configuration file into own sub-package, which
  allows to install util-linux or pam on small embedded/edge
  systems or container without the need to pull in the full shadow
  suite.
- Amend patches/useradd-userkeleton.patch to also write into
  existing directories and prefer files from /etc
- Add patch useradd-userkeleton.patch to extend original C code
  of useradd to handle /usr/etc/skel (boo#1173321)
- Remove /usr/etc/skel support in useradd.local script