Packages changed:
  filesystem
  gcc10 (10.2.1+git1574 -> 10.3.0+git1587)
  irqbalance (1.7.0+git20210222.9db8d5c -> 1.8.0)
  libcap
  libeconf (0.3.8+git20200710.5126fff -> 0.4.0+git20210413.fdb8025)
  libqt5-qtsvg
  pcre2
  pkgconf
  rpm (4.16.0 -> 4.16.1.3)
  xf86-input-libinput (1.0.0 -> 1.0.1)

=== Details ===

==== filesystem ====

- also fix /var/lib/empty to be readonly
- make bindir/ _lib and _libdir readonly (mode 0555) to avoid
  runpath-to-writeable-directory warning

==== gcc10 ====
Version update (10.2.1+git1574 -> 10.3.0+git1587)

- Update to GCC 10.3.0 release (63fa67847628e5f358e7e2e7e), git1587
- Disable nvptx offloading for aarch64 again since it doesn't work

==== irqbalance ====
Version update (1.7.0+git20210222.9db8d5c -> 1.8.0)

- Add _service file pointing to github sources
  A _service
- Update to version 1.8.0:
  * Add return value check of opendir in do_one_cpu
  * Hotplug may occur again during sleep, so wait until there is no hotplug

==== libcap ====

- Add explicit dependency on libcap2 with version to libcap-progs
  (bsc#1184690)

==== libeconf ====
Version update (0.3.8+git20200710.5126fff -> 0.4.0+git20210413.fdb8025)

- Removed doxygen from build requires.
- Update to version 0.4.0+git20210413.fdb8025:
  * Installing man pages via meson. (#147)
- Update to version 0.4.0+git20210412.1513a26:
  * Added econftool cat option (#146)
  * new API call: econf_readDirsHistory (showing ALL locations)
  * new API call: econf_getPath (absolute path of the configuration file)
- Update to version 0.4.0+git20210408.6d33e5e:
  * Man pages libeconf.3 and econftool.8.
  * Handling multiline strings.
  * Added libeconf_ext which returns more information like
    line_nr, comments, path of the configuration file,...
  * Econftool, an command line interface for handling configuration
    files.
  * Generating HTML API documentation with doxygen.
  * Improving error handling and semantic file check.
  * Joining entries with the same key to one single entry if
    env variable ECONF_JOIN_SAME_ENTRIES has been set.

==== libqt5-qtsvg ====

- Add commits from kde's 5.15 branch:
  * 0001-Improve-handling-of-malformed-numeric-values-in-svg-.patch
  * 0002-Clamp-parsed-doubles-to-float-representable-values.patch
    (bsc#1184783, QTBUG-91507, CVE-2021-3481)
  * 0003-Avoid-buffer-overflow-in-isSupportedSvgFeature.patch
  * 0004-Make-image-handler-accept-UTF-16-UTF-32-encoded-SVGs.patch
    (QTBUG-90744)

==== pcre2 ====
Subpackages: libpcre2-16-0 libpcre2-8-0

- Remove regcomp, regexec etc. from libpcre2-posix.
  (Add pcre2-symbol-clash.patch)

==== pkgconf ====
Subpackages: libpkgconf3 pkgconf-m4 pkgconf-pkg-config

- do not own directories provided by filesystem
- small cleanups inspired by spec-cleaner

==== rpm ====
Version update (4.16.0 -> 4.16.1.3)

- change dump_posttrans mechanism to imply --noposttrans so that
  libzypp can be compatible with older rpm versions
  changed patch: posttrans.diff
- auto-config-update-aarch64-ppc64le.diff: Use timestamp in file instead
  of searching for arch name, which cannot handle all cases
- update to rpm-4.16.1.3
  * security fixes for CVE-2021-3421, CVE-2021-20271, CVE-2021-20266
  * fix bdb_ro failing to open database with missing secondary indexes
  * dropped: finddebuginfo-check-res-file.patch
  * dropped: empty_dbbackend.diff
- require the exact version of librpmbuild in the rpm-build
  package [bnc#1180965]
- reformat dwarf5.diff
- add dump_posttrans and --runposttrans options to make it possible
  for libzypp to implement file triggers
  new patch: posttrans.diff

==== xf86-input-libinput ====
Version update (1.0.0 -> 1.0.1)

- Update to version 1.0.1
  * Only one fix, the code to set the tap button mapping property
    didn't correctly check for a valid device, causing memory
    corruption and a crash if called after a device was disabled.
    Or, in more user-friendly terms: if your X session crashed
    after calling `xinput disable $touchpad-device`, this release
    has the fix for it.