Packages changed:
  alsa
  brotli (1.0.9 -> 1.1.0)
  kernel-firmware (20231019 -> 20231107)
  libbytesize (2.9 -> 2.10)
  libgusb (0.4.7 -> 0.4.8)
  ndctl
  nghttp2
  pcsc-gempc
  python-redis
  sqlite3 (3.43.2 -> 3.44.0)
  sysuser-tools
  wmctrl
  xxhash (0.8.1 -> 0.8.2)

=== Details ===

==== alsa ====
Subpackages: libasound2 libatopology2

- Backport upstream fixes for sequencer and mixer:
  0006-seq-Fix-invalid-sanity-check-in-snd_seq_set_input_bu.patch
  0007-mixer-simple-Support-dB-TLVs-for-CTL_SINGLE-controls.patch
  0008-seq-Clear-UMP-event-flag-for-legacy-apps.patch
  0009-seq-Simplify-snd_seq_extract_output.patch
  0010-seq-Check-protocol-compatibility-with-the-current-ve.patch
- Clean up spec file

==== brotli ====
Version update (1.0.9 -> 1.1.0)
Subpackages: libbrotlicommon1 libbrotlidec1 libbrotlienc1

- build with optflags again
- Update to release 1.1
  * CLI: added a --dictionary option
- Reomve 0001-Revert-Add-runtime-linker-path-to-pkg-config-files-7.patch

==== kernel-firmware ====
Version update (20231019 -> 20231107)
Subpackages: kernel-firmware-all kernel-firmware-amdgpu kernel-firmware-ath10k kernel-firmware-ath11k kernel-firmware-atheros kernel-firmware-bluetooth kernel-firmware-bnx2 kernel-firmware-brcm kernel-firmware-chelsio kernel-firmware-dpaa2 kernel-firmware-i915 kernel-firmware-intel kernel-firmware-iwlwifi kernel-firmware-liquidio kernel-firmware-marvell kernel-firmware-media kernel-firmware-mediatek kernel-firmware-mellanox kernel-firmware-mwifiex kernel-firmware-network kernel-firmware-nfp kernel-firmware-nvidia kernel-firmware-platform kernel-firmware-prestera kernel-firmware-qcom kernel-firmware-qlogic kernel-firmware-radeon kernel-firmware-realtek kernel-firmware-serial kernel-firmware-sound kernel-firmware-ti kernel-firmware-ueagle kernel-firmware-usb-network

- Update to version 20231107 (git commit a5a6dded0c7f):
  * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
  * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101
  * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203
  * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211
  * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203
  * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203
  * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211
  * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211
  * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210
  * amdgpu: DMCUB updates for various AMDGPU ASICs
  * qca: add bluetooth firmware for WCN3988
  * linux-firmware: ixp4xx: Add the IXP4xx firmware
  * rtw89: 8852b: update fw to v0.29.29.5
  * rtw89: 8852b: update fw to v0.29.29.4
  * rtw89: 8851b: update fw to v0.29.41.3
  * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
  * Intel Bluetooth: Update firmware file for Intel Bluetooth AX211
  * Intel Bluetooth: Update firmware file for Intel Bluetooth AX210
  * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX101
  * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
  * Intel Bluetooth: Update firmware file for Intel Bluetooth AX203
  * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX201
  * Intel Bluetooth: Update firmware file for Intel Bluetooth Magnetor AX211
  * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200
  * Disable deb and rpm CI other than at release
  * Use `git am` instead of `b4 shazam`
  * rtl_nic: update firmware of RTL8156B
  * Catch unicode decode errors

==== libbytesize ====
Version update (2.9 -> 2.10)
Subpackages: libbytesize-lang libbytesize1

- Update to release 2.10
  * remove dependency on python3-six

==== libgusb ====
Version update (0.4.7 -> 0.4.8)

- Update to version 0.4.8:
  + Add an device error code for 'busy'.

==== ndctl ====

- Fix build with RPM 4.19: unnumbered patches are no longer
  supported.

==== nghttp2 ====

- add keyring for gpg validation
- spec file cleanups

==== pcsc-gempc ====

- Fix build with RPM 4.19: unnumbered patches are no longer
  supported.

==== python-redis ====

- Disable broken tests for ppc64le, bsc#1216606

==== sqlite3 ====
Version update (3.43.2 -> 3.44.0)
Subpackages: libsqlite3-0 sqlite3-tcl

- Update to release 3.44.0
  * Aggregate functions can now include an ORDER BY clause after
    their last parameter. The arguments to the function are
    processed in the order specified. This can be important for
    functions like string_agg() and json_group_array().
  * Add support for the concat() and concat_ws() scalar SQL
    functions, compatible with PostgreSQL, SQLServer, and MySQL.
  * Add support for the string_agg() aggregate SQL function,
    compatible with PostgreSQL and SQLServer.
  * New conversion letters on the strftime() SQL function: %e %F
    %I %k %l %p %P %R %T %u
  * Add new C-language APIs: sqlite3_get_clientdata() and
    sqlite3_set_clientdata().
  * Many errors associated with CREATE TABLE are now raised when
    the CREATE TABLE statement itself is run, rather than being
    deferred until the first time the table is actually used.

==== sysuser-tools ====

- Fix build with RPM 4.19: unnumbered patches are no longer
  supported.

==== wmctrl ====

- Fix build with RPM 4.19: unnumbered patches are no longer
  supported.

==== xxhash ====
Version update (0.8.1 -> 0.8.2)

- Update to release 0.8.2
  * ARM NEON speed improvements; on M1 Pro it is +20% speed for
    XXH3 and XXH128 (from 30.0 GB/s to 36 GB/s).
  * Added support for ARM's SVE vector extension.
  * Resolved some issues with XXH3's s390x vector implementation.
- Delete xxhash-avoid-armv6-unaligned-access.patch (should be
  fixed by c0dd448b), delete 836f4e735cf368542f14005e41d2f84ec29dfd60.patch
  (merged), delete 15ce80f9f2760609d8cc68cea76d3f3217ab70e1.patch
  (merged)