Packages changed:
  NetworkManager-vpnc
  a52dec (0.7.5+svn613 -> 0.8.0)
  glu
  gmp (6.2.1 -> 6.3.0)
  gpgme
  gpgmeqt
  gupnp (1.6.4 -> 1.6.5)
  harfbuzz (8.0.1 -> 8.1.1)
  kernel-source (6.4.6 -> 6.4.8)
  liblc3 (1.0.3 -> 1.0.4)
  libplacebo (6.292.0 -> 6.292.1)
  libstorage-ng (4.5.133 -> 4.5.134)
  rdma-core
  wpebackend-fdo (1.14.0 -> 1.14.2)
  xdg-desktop-portal-gnome (44.1 -> 44.2)
  yast2-installation (4.6.5 -> 4.6.6)

=== Details ===

==== NetworkManager-vpnc ====
Subpackages: NetworkManager-vpnc-gnome NetworkManager-vpnc-lang

- Add nm-vpnc-editor-interface-name.patch: properties: Don't set
  interface name as empty string by default
  (glgo#GNOME/NetworkManager-vpnc/commit/f4df2db6c, bsc#1213769).

==== a52dec ====
Version update (0.7.5+svn613 -> 0.8.0)

- Minor spec cleaning, use ldconfig_scriptlets macro, be more
  explicit in listing of files (use less globs).
- Update to release 0.8.0
  * Build system modernization
- Drop altivec.patch (inapplicable)
- Remove obsolete Groups tag (fate#326485)

==== glu ====

- devel package: added missing dep to Mesa GL devel package
  (boo#1213976)

==== gmp ====
Version update (6.2.1 -> 6.3.0)
Subpackages: libgmp10 libgmp10-32bit

- GMP 6.3.0
  * A possible overflow of type int is avoided for mpz_cmp on huge operands.
  * A possible error condition when a malformed file is read with mpz_inp_raw
    is now correctly handled.
  * New public function mpz_prevprime, companion of the existing mpz_nextprime.
  * New documented pointer types mpz_ptr, mpz_srcptr, and similar for other
    GMP types. Refer to the manual for full list and suggested usage. These
    types have been present in gmp.h at least since GMP-4.0, but previously
    not advertised to users.
  * Support for 64-bit Arm under Macos.
  * Support for the loongarch64 CPU family.
  * Support for building with LTO, link-time optimisations.
  * New special code for base = 2 in mpz_powm reduces the average time for
    the functions that test primality.
  * Speedup for the function mpz_nextprime on large operands.
  * Speedup for multiplications (some sizes only) thanks to new internal
    functions to compute small negacyclic products.
  * Special assembly code for IBM z13 and later "mainframe" CPUs, resulting
    in a huge speedup.
  * Improved assembly for several 64-bit x86 CPUs, Risc-V, 64-bit Arm.
- Removed gmp-6.2.1-CVE-2021-43618.patch which is included in the
  new release.

==== gpgme ====
Subpackages: libgpgme11 libgpgmepp6

- Run testsuite in qemu build

==== gpgmeqt ====

- Run testsuite in qemu build

==== gupnp ====
Version update (1.6.4 -> 1.6.5)

- Update to version 1.6.5:
  + Fix build with meson 1.2
- Drop patches fixed upstream:
  + a10c57bd.patch
  + 884639bd.patch

==== harfbuzz ====
Version update (8.0.1 -> 8.1.1)
Subpackages: libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0 typelib-1_0-HarfBuzz-0_0

- Update to version 8.1.1:
  + Fix shaping of contextual rules at the end of string,
    introduced in 8.1.0.
  + Fix stack-overflow in repacker with malicious fonts.
  + 30% speed up loading Noto Duployan font.
- Update to version 8.1.0:
  + Fix long-standing build issue with the AIX compiler and older
    Apple clang.
  + Revert optimization that could cause timeout during subsetting
    with malicious fonts.
  + More optimization work:
  - 45% speed up in shaping Noto Duployan font.
  - 10% speed up in subsetting Noto Duployan font.
  - Another 8% speed up in shaping Gulzar.
  - 5% speed up in loading Roboto.
  + New API: +hb_ot_layout_collect_features_map().

==== kernel-source ====
Version update (6.4.6 -> 6.4.8)

- Linux 6.4.8 (bsc#1012628).
- platform/x86/amd/pmf: Notify OS power slider update
  (bsc#1012628).
- platform/x86/amd/pmf: reduce verbosity of apmf_get_system_params
  (bsc#1012628).
- drm/amd: Move helper for dynamic speed switch check out of smu13
  (bsc#1012628).
- drm/amd: Align SMU11 SMU_MSG_OverridePcieParameters
  implementation with SMU13 (bsc#1012628).
- jbd2: Fix wrongly judgement for buffer head removing while
  doing checkpoint (bsc#1012628).
- KVM: arm64: Handle kvm_arm_init failure correctly in
  finalize_pkvm (bsc#1012628).
- blk-mq: Fix stall due to recursive flush plug (bsc#1012628).
- powerpc/pseries/vas: Hold mmap_mutex after mmap lock during
  window close (bsc#1012628).
- KVM: s390: pv: simplify shutdown and fix race (bsc#1012628).
- KVM: s390: pv: fix index value of replaced ASCE (bsc#1012628).
- s390/mm: fix per vma lock fault handling (bsc#1012628).
- io_uring: don't audit the capability check in io_uring_create()
  (bsc#1012628).
- gpio: tps68470: Make tps68470_gpio_output() always set the
  initial value (bsc#1012628).
- gpio: mvebu: Make use of devm_pwmchip_add (bsc#1012628).
- gpio: mvebu: fix irq domain leak (bsc#1012628).
- regmap: Disable locking for RBTREE and MAPLE unit tests
  (bsc#1012628).
- btrfs: factor out a btrfs_verify_page helper (bsc#1012628).
- btrfs: fix fsverify read error handling in end_page_read
  (bsc#1012628).
- btrfs: fix race between quota disable and relocation
  (bsc#1012628).
- i2c: Delete error messages for failed memory allocations
  (bsc#1012628).
- i2c: Improve size determinations (bsc#1012628).
- i2c: nomadik: Remove unnecessary goto label (bsc#1012628).
- i2c: nomadik: Use devm_clk_get_enabled() (bsc#1012628).
- i2c: nomadik: Remove a useless call in the remove function
  (bsc#1012628).
- PCI/ASPM: Return 0 or -ETIMEDOUT from pcie_retrain_link()
  (bsc#1012628).
- PCI/ASPM: Factor out pcie_wait_for_retrain() (bsc#1012628).
- PCI/ASPM: Avoid link retraining race (bsc#1012628).
- PCI: rockchip: Remove writes to unused registers (bsc#1012628).
- PCI: rockchip: Fix window mapping and address translation for
  endpoint (bsc#1012628).
- PCI: rockchip: Don't advertise MSI-X in PCIe capabilities
  (bsc#1012628).
- drm/amd/display: Convert Delaying Aux-I Disable To Monitor Patch
  (bsc#1012628).
- drm/amd/display: Keep disable aux-i delay as 0 (bsc#1012628).
- drm/amd/display: add pixel rate based CRB allocation support
  (bsc#1012628).
- drm/amd/display: fix dcn315 single stream crb allocation
  (bsc#1012628).
- drm/amd/display: Update correct DCN314 register header
  (bsc#1012628).
- drm/amd/display: Set minimum requirement for using PSR-SU on
  Rembrandt (bsc#1012628).
- drm/amd/display: Set minimum requirement for using PSR-SU on
  Phoenix (bsc#1012628).
- drm/ttm: never consider pinned BOs for eviction&swap
  (bsc#1012628).
- maple_tree: add __init and __exit to test module (bsc#1012628).
- maple_tree: fix 32 bit mas_next testing (bsc#1012628).
- drm/amd/display: Add FAMS validation before trying to use it
  (bsc#1012628).
- drm/amd/display: update extended blank for dcn314 onwards
  (bsc#1012628).
- drm/amd/display: Fix possible underflow for displays with
  large vblank (bsc#1012628).
- drm/amd/display: Prevent vtotal from being set to 0
  (bsc#1012628).
- ext4: add EXT4_MB_HINT_GOAL_ONLY test in
  ext4_mb_use_preallocated (bsc#1012628).
- ext4: mballoc: Remove useless setting of ac_criteria
  (bsc#1012628).
- ext4: fix rbtree traversal bug in ext4_mb_use_preallocated
  (bsc#1012628).
- phy: phy-mtk-dp: Fix an error code in probe() (bsc#1012628).
- phy: mediatek: hdmi: mt8195: fix prediv bad upper limit test
  (bsc#1012628).
- phy: qcom-snps-femto-v2: keep cfg_ahb_clk enabled during
  runtime suspend (bsc#1012628).
- phy: qcom-snps-femto-v2: properly enable ref clock
  (bsc#1012628).
- soundwire: qcom: update status correctly with mask
  (bsc#1012628).
- soundwire: amd: Fix a check for errors in probe() (bsc#1012628).
- media: tc358746: Address compiler warnings (bsc#1012628).
- media: staging: atomisp: select V4L2_FWNODE (bsc#1012628).
- media: amphion: Fix firmware path to match linux-firmware
  (bsc#1012628).
- media: mtk-jpeg: move data/code inside CONFIG_OF blocks
  (bsc#1012628).
- media: mtk_jpeg_core: avoid unused-variable warning
  (bsc#1012628).
- i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()
  (bsc#1012628).
    ... changelog too long, skipping 714 lines ...
- commit 02597d2

==== liblc3 ====
Version update (1.0.3 -> 1.0.4)

- Update to version 1.0.4:
  + Enhancement: Add fuzzing test harness.
  + Fixes: Gain adjustment during second quantization phase can
    exceed minimum gain (introduce distortion at high bitrate).

==== libplacebo ====
Version update (6.292.0 -> 6.292.1)

- Update libplacebo to version 6.292.1. See details in:
    https://code.videolan.org/videolan/libplacebo/-/tags/v6.292.1

==== libstorage-ng ====
Version update (4.5.133 -> 4.5.134)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1

- Translated using Weblate (Catalan) (bsc#1149754)
- 4.5.134

==== rdma-core ====
Subpackages: libefa1 libibverbs libibverbs1 libmana1 libmlx4-1 libmlx5-1 librdmacm1 rdma-ndd

- Drop patches adding support for cxgb3 (EOL, removed from kernel 5.5)
  - cxgb3-fix-declaration-of-free_context.patch
  - cxgb3-fix-support-for-new-uquery-API.patch
  - Revert-libcxgb3-Remove-libcxgb3-from-rdma-core.patch
  - Revert-Update-kernel-headers.patch
- Update baselibs=.conf accordingly

==== wpebackend-fdo ====
Version update (1.14.0 -> 1.14.2)

- Update to version 1.14.2
  + Reverted a change introduced in 1.14.1 which introduced crashes
    both with WebKitGTK and WPE running under Wayland in some
    configurations.
  + Fix a crash caused by wrong assertion, which was typically
    triggered in debug builds when using the NVidia drivers.
- Update to version 1.14.1:
  + Fix WebKit no longer repainting after provisional navigation
    wit PSON enabled.
  + Fix graphics buffer leaks by always freeing them in buffer
    destroy listener callbacks.

==== xdg-desktop-portal-gnome ====
Version update (44.1 -> 44.2)
Subpackages: xdg-desktop-portal-gnome-lang

- Update to version 44.2:
  + Expose settings backend when running outside of GNOME.
  + Updated translations.

==== yast2-installation ====
Version update (4.6.5 -> 4.6.6)

- bsc#1213959
  - Change status label properly when toggling status in the
    "Previousy used repositories" dialog.
- 4.6.6