Packages changed:
  Mesa-demo
  btrfsprogs
  fuse3 (3.14.0 -> 3.14.1)
  libinput (1.22.1 -> 1.23.0)
  openssh
  qemu
  texinfo (7.0.2 -> 7.0.3)
  xfsprogs (6.1.1 -> 6.2.0)

=== Details ===

==== Mesa-demo ====
Subpackages: Mesa-demo-egl Mesa-demo-x

- don't package "line" sample (conflict with /usr/bin/line of
  util-linux)
- readded -32bit packages
- switched to meson build
- needs n_install-more-egl-binaries.patch, so all binaries are
  installed we had before ...

==== btrfsprogs ====
Subpackages: btrfsprogs-udev-rules libbtrfs0 libbtrfsutil1

- Split bash-completion to separate sub-package

==== fuse3 ====
Version update (3.14.0 -> 3.14.1)
Subpackages: libfuse3-3

- Update to release 3.14.1
  * The extended attribute name passed to the setxattr() handler
    is no longer truncated at the beginning.
  * The additional setattr() flags introduced in 3.14 are no
    longer available for now. They will hopefully be reintroduced
    in the next release.

==== libinput ====
Version update (1.22.1 -> 1.23.0)
Subpackages: libinput-udev libinput10

- Update to release 1.23
  * This version has a new pointer acceleration profile: the
    "custom" profile. This profile allows users to tweak the
    exact response of their device based on their input speed.

==== openssh ====
Subpackages: openssh-clients openssh-common openssh-server

- Remove BuildRequires for libtirpc, we don't use it
- Remove pam_lastlog from sshd PAM config. sshd is doing the same,
  too, which leads to e.g. duplicate entries in wtmp [bsc#1208243]

==== qemu ====

- Enable again LTO for x86_64 target (boo#1133281).

==== texinfo ====
Version update (7.0.2 -> 7.0.3)
Subpackages: info info-lang info-std

- texinfo 7.0.3:
  * texi2any: fix performance regression when Perl binary
    extension (XS) modules are not being used (e.g. with
    TEXINFO_XS=omit)
  * info: further fix of recoding of UTF-8 files to ASCII to avoid
    text disappearing from nodes
  * info: avoid possible freeze at start of a file with
    `-v nodeline=pointers'

==== xfsprogs ====
Version update (6.1.1 -> 6.2.0)

- update to 6.2.0:
  - xfs_repair: fix incorrect dabtree hashval comparison
  - mkfs: protofile can now create directories with spaces in their names
  - mkfs: check dirent names when reading protofile
  - xfs_io: fix bmap command not detecting realtime files with xattrs
  - xfs_io: set fs_path when opening files on foreign filesystems
  - xfs_scrub: fix broken realtime free blocks unit conversions
  - xfs_spaceman: fix broken -g behavior in freesp command
  - xfs_admin: correctly parse IO_OPTS parameters
  - Fix autoconf during debian package builds
  - xfs_admin: fsuuid cmd can now retrive UUID of mounted filesystems