Removed rpms
============

 - command-not-found
 - util-linux-lang

Added rpms
==========

 - gdk-pixbuf-loader-libopenraw
 - gtk4-metatheme-greybird-geeko
 - libgstcuda-1_0-0
 - libgstwebrtcnice-1_0-0
 - libopenraw9
 - scout-command-not-found

Package Source Changes
======================

Mesa
+- U_ReturnME.patch
+  * fixes blackscreen in Return To Monkey Island on Intel graphics
+    (boo#1208145)
+
+- Update to version 22.3.5
+  * bug fix release which fixes bugs found since Mesa 22.3.4
+  * see https://docs.mesa3d.org/relnotes/22.3.5.html for more
+    details
+- refreshed u_dep_xcb.patch
+
+- Don't enable rusticl without opencl
+
-  video_codecs should be built (these were never needed and used
+  video_codecs should be built (these were never needed nor used
Mesa:drivers
+- U_ReturnME.patch
+  * fixes blackscreen in Return To Monkey Island on Intel graphics
+    (boo#1208145)
+
+- Update to version 22.3.5
+  * bug fix release which fixes bugs found since Mesa 22.3.4
+  * see https://docs.mesa3d.org/relnotes/22.3.5.html for more
+    details
+- refreshed u_dep_xcb.patch
+
+- Don't enable rusticl without opencl
+
-  video_codecs should be built (these were never needed and used
+  video_codecs should be built (these were never needed nor used
MozillaFirefox
+- Firefox Extended Support Release 102.8.0 ESR
+  Placeholder changelog-entry (bsc#1208144)
+
-  Placeholder changelog-entry (bsc#1207119)
+  * Fixed: Various stability, functionality, and security fixes.
+  MFSA 2023-02 (bsc#1207119)
+  * CVE-2022-46871 (bmo#1795697)
+    libusrsctp library out of date
+  * CVE-2023-23598 (bmo#1800425)
+    Arbitrary file read from GTK drag and drop on Linux
+  * CVE-2023-23599 (bmo#1777800)
+    Malicious command could be hidden in devtools output on
+    Windows
+  * CVE-2023-23601 (bmo#1794268)
+    URL being dragged from cross-origin iframe into same tab
+    triggers navigation
+  * CVE-2023-23602 (bmo#1800890)
+    Content Security Policy wasn't being correctly applied to
+    WebSockets in WebWorkers
+  * CVE-2022-46877 (bmo#1795139)
+    Fullscreen notification bypass
+  * CVE-2023-23603 (bmo#1800832)
+    Calls to <code>console.log</code> allowed bypasing Content
+    Security Policy via format directive
+  * CVE-2023-23605 (bmo#1764921, bmo#1802690, bmo#1806974)
+    Memory safety bugs fixed in Firefox 109 and Firefox ESR 102.7
MozillaThunderbird
+- Mozilla Thunderbird 102.8.0
+  * new: Added option to build RNP library with OpenSSL backend
+    (use "--with-librnp-backend=openssl" configure option)
+    (bmo#1799123,bmo#1805215)
+  * changed: Thunderbird now warns user that OpenPGP is disabled
+    if RNP library is outdated or missing (bmo#1799874)
+  * fixed: "Get Messages" did not retrieve messages from Gmail
+    accounts using a local folder as a deferred inbox
+    (bmo#1799106)
+  * fixed: Various visual and UX improvements
+    (bmo#1777788,bmo#1790278)
+  * unresolved: Source strings for localized builds not uploaded
+    to FTP as expected (bmo#1817086)
+  * fixed: Various security fixes
+  MFSA 2023-07 (bsc#1208144)
+  * CVE-2023-0616 (bmo#1806507)
+    User Interface lockup with messages combining S/MIME and
+    OpenPGP
+  * CVE-2023-25728 (bmo#1790345)
+    Content security policy leak in violation reports using
+    iframes
+  * CVE-2023-25730 (bmo#1794622)
+    Screen hijack via browser fullscreen mode
+  * CVE-2023-0767 (bmo#1804640)
+    Arbitrary memory write via PKCS 12 in NSS
+  * CVE-2023-25735 (bmo#1810711)
+    Potential use-after-free from compartment mismatch in
+    SpiderMonkey
+  * CVE-2023-25737 (bmo#1811464)
+    Invalid downcast in SVGUtils::SetupStrokeGeometry
+  * CVE-2023-25738 (bmo#1811852)
+    Printing on Windows could potentially crash Thunderbird with
+    some device drivers
+  * CVE-2023-25739 (bmo#1811939)
+    Use-after-free in
+    mozilla::dom::ScriptLoadContext::~ScriptLoadContext
+  * CVE-2023-25729 (bmo#1792138)
+    Extensions could have opened external schemes without user
+    knowledge
+  * CVE-2023-25732 (bmo#1804564)
+    Out of bounds memory write from EncodeInputStream
+  * CVE-2023-25734 (bmo#1784451, bmo#1809923, bmo#1810143,
+    bmo#1812338)
+    Opening local .url files could cause unexpected network loads
+  * CVE-2023-25742 (bmo#1813424)
+    Web Crypto ImportKey crashes tab
+  * CVE-2023-25746 (bmo#1544127, bmo#1762368, bmo#1789449,
+    bmo#1803628, bmo#1810536)
+    Memory safety bugs fixed in Thunderbird 102.8
+
+- Mozilla Thunderbird 102.7.2
+  * fixed: Various crash fixes (bmo#1806245,bmo#1806247)
+
adwaita-xfce-icon-theme
+- Dependency adwaita-icon-theme needs to be explicit
+
+- Update to version 0.0.3+git0.e0f73b9:
+  * Add properly scaled phone icon
+  * Fix up entries in index.theme
+
c-ares
+- Update to version 1.19.0
+  Security:
+  * Low. Stack overflow in ares_set_sortlist() which is used
+    during c-ares initialization and typically provided by an
+    administrator and not an end user.
+    (bsc#1208067, CVE-2022-4904)
+  Changes:
+  * Add ARES_OPT_HOSTS_FILE similar to ARES_OPT_RESOLVCONF for
+    specifying a custom hosts file location.
+  Bug fixes:
+  * Fix memory leak in reading /etc/hosts when using localhost
+    fallback.
+  * Fix chain building c-ares when libresolv is already included by
+    another project.
+  * File lookup should not immediately abort as there may be other
+    tries due to search criteria.
+  * Asterisks should be allowed in host validation as CNAMEs may
+    reference wildcard domains.
+  * AutoTools build system referenced bad STDC_HEADERS macro.
+  * Even if one address class returns a failure for
+    ares_getaddrinfo() we should still return the results we have.
+  * Fix ares_getaddrinfo() numerical address resolution with
+    AF_UNSPEC
+  * Fix tools and help information.
+  * Various documentation fixes and cleanups.
+  * Add include guards to ares_data.h
+  * c-ares could try to exceed maximum number of iovec entries
+    supported by system.
+  * The RFC6761 6.3 states localhost subdomains must be offline too
+
+- update to 1.18.1. Changes since 1.17.2:
+  * Allow '/' as a valid character for a returned name for
+    CNAME in-addr.arpa delegation
+  * no longer forwards requests for localhost resolution per RFC6761
+  * During a domain search, treat ARES_ENODATA as ARES_NXDOMAIN so
+    that the search process will continue to the next domain
+    in the search.
+  * Provide ares_nameser.h as a public interface as needed by NodeJS
+  * Add support for URI(Uniform Resource Identifier) records via
+    ares_parse_uri_reply()
+- disable unit tests for SLE12 since GCC compiler too old to build
+  unit tests
+- 5c995d5.patch: upstreamed
+- disable-live-tests.patch: refreshed
+
+- new upstream website
+- drop multibuild - tests do not require static library anymore
+- spec file cleanup
+- drop sources that were re-added to upstream distibution
+  (c-ares-config.cmake.in ares_dns.h libcares.pc.cmake)
+
-- Version update to git snapshot 1.17.1+20200724:
-  * fixes missing input validation on hostnames returned by DNS
-    servers (bsc#1188881, CVE-2021-3672)
+- update to 1.17.2:
+  Security:
+  * When building c-ares with CMake, the RANDOM_FILE would not be set
+    and therefore downgrade to the less secure random number generator
-    it would cause crash
+    it would cause a crash
-  * Expand number of escaped characters in DNS replies as
-    per RFC1035 5.1 to prevent spoofing
-  * Use unbuffered /dev/urandom for random data to prevent early startup
-    performance issues
-- missing_header.patch: upstreamed
+  * Expand number of escaped characters in DNS replies as per
+    RFC1035 5.1 to prevent spoofing follow-up
+    (bsc#1188881, CVE-2021-3672)
+  * Perform validation on hostnames to prevent possible XSS
+    due to applications not performing valiation themselves
+  Changes:
+  * ares_malloc(0) is now defined behavior (returns NULL) rather than system-specific to catch edge cases
+  Bug fixes:
+  * Building tests should not force building of static libraries except on Windows
+  * Relative headers must use double quotes to prevent pulling in a system library
+  for details see,
+  https://c-ares.haxx.se/changelog.html#1_17_2
+
+- update to 1.17.1:
+    Travis: add iOS target built with CMake (#378)
+    Issue #377 suggested that CMake builds for iOS with c-ares were broken. This PR adds an automatic Travis build for iOS CMake.
+  - fix build
+    External projects were using non-public header ares_dns.h, make public again (#376)
+    It appears some outside projects were relying on macros in ares_dns.h, even
+    though it doesn't appear that header was ever meant to be public.  That said,
+    we don't want to break external integrators so we should distribute this header
+    again.
+  - note that so versioning has moved to configure.ac
+  - note about 1.17.1
+  - fix sed gone wrong
+    autotools cleanup (#372)
+  * buildconf: remove custom logic with autoreconf
+- remove missing_header.patch (upstream)
desktop-translations
+- Update to version 84.87.20230128.350400f:
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (German)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Finnish)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Russian)
+
emacs
+- Add upstream commit/patches
+  * 01a4035c.patch
+    Fix etags local command injection vulnerability (CVE-2022-48337, bsc#1208515)
+  * CVE-2022-48338.patch
+    Fix ruby-mode.el local command injection vulnerability (CVE-2022-48338, bsc#1208514)
+  * CVE-2022-48339.patch
+    Fix htmlfontify.el command injection vulnerability (CVE-2022-48339 bsc#1208512)
+
exo
+- Update to version 4.18.0
+  * Bump requirements for Xfce 4.18
+  * Translation Updates
+
gnome-settings-daemon
+- Add patch to fix build with meson >0.60.0 which now fails if a
+  positional argument is used in i18n.merge_file instead of
+  ignoring it:
+  * fix-meson-i18n.patch
+
gnutls
+- FIPS: Make the jitterentropy calls thread-safe [bsc#1208146]
+  * Add gnutls-FIPS-jitterentropy-threadsafe.patch
+
+- FIPS: GnuTLS DH/ECDH PCT public key regeneration [bsc#1207183]
+  * Rebase patches with the version submitted upstream.
+  * Avoid copying the key material: gnutls-FIPS-PCT-DH.patch
+  * Improve logic around memory release: gnutls-FIPS-PCT-ECDH.patch
+
+- Security Fix: [bsc#1208143, CVE-2023-0361]
+  * Bleichenbacher oracle in TLS RSA key exchange
+  * Add gnutls-CVE-2023-0361.patch
+
greybird-geeko-theme
+- Make "*:link:selected" optional to work around too old gtk4 libs
+  on Leap 15.5, too.
+
+- Make "*:link:selected" optional to work around too old gtk4 libs
+  on Leap 15.4; add link-selected-is-optional.patch
+
+- Prevent Unity desktop theme from being installed
+  Added disable-unity_v3.23.1.patch
+
+- Update to version 3.23.1+git1.77c0887:
+  * Cleanup leftovers and correct emerald file mistakinly being renamed
+
+- Update to version 3.23.1+git0.a96e825:
+  * Sync with Greybird 3.23.1
+  * Add initial support for Gtk4 and libhandy
+  * Fix dark xfwm4-a11y install path
+  * Fix xfwm4-a11y and xfwm4-compact install path
+  * Fix: GtkLabel: Backdropped selection color adjusted
+  * Fix: Backdropped selection: GtkListBoxes weren't grey
+  * Hotfix: removed background color for non-bg items
+  * Gtk3: Adjusted selected backdrop fg/bg colors: shades of grey.
+  * Changes the xfwm4 border colors
+  * build: refactor meson
+  * Correct gradients for horizontal scrollbars
+  * Reduce messagedialog buttonbox size
+  * Make CSD titlebars slimmer
+  * Correct gradients for horizontal scrollbars (shimmerproject/Greybird#288)
+  * Greybird-Dark titlebar decorations now match their CSD counterparts (shimmerproject/Greybird#301)
+  * Background selection colors are now grey instead of blue for better readability
+  * Add initial support for Gtk4 and libhandy
+  * Install index.theme
+
grub2
+- Move unsupported zfs modules into 'extras' packages
+  (bsc#1205554) (PED-2947)
+
+- Fix out of memory error on lpar installation from virtual cdrom (bsc#1208024)
+  * 0001-ieee1275-Further-increase-initially-allocated-heap-f.patch
+  * 0002-tpm-Disable-tpm-verifier-if-tpm-is-not-present.patch
+- Fix lpar got hung at grub after inactive migration (bsc#1207684)
+  * 0002-ieee1275-implement-vec5-for-cas-negotiation.patch
+
gstreamer
+- Add fix using sed to find gst-plugin-scanner-%{_target_cpu}
+  program (boo#1207908).
+
+- Add patch to reduce the required meson version to 0.61.0 since
+  that's what we have in SLE 15:
+  * reduce-required-meson.patch
+- Probably because of a problem in SLE's meson, the generated
+  pkgconfig files are missing some variables that are needed by
+  rpm to generate the pkgconfig(...) provides correctly. In order
+  to fix this, we now check for those variables and insert them
+  in the pc files before installation if they're missing.
+
+- Update to version 1.22.0:
+  + AV1 video codec support improvements
+  + New HLS, DASH and Microsoft Smooth Streaming adaptive streaming
+    clients
+  + Qt6 support for rendering video inside a QML scene
+  + Minimal builds optimised for binary size, including only the
+    individual elements needed
+  + Playbin3, Decodebin3, UriDecodebin3, Parsebin enhancements and
+    stabilisation
+  + WebRTC simulcast support and support for Google Congestion
+    Control
+  + WebRTC-based media server ingestion/egress (WHIP/WHEP) support
+  + New easy to use batteries-included WebRTC sender plugin
+  + Easy RTP sender timestamp reconstruction for RTP and RTSP
+  + ONVIF timed metadata support
+  + New fragmented MP4 muxer and non-fragmented MP4 muxer
+  + New plugins for Amazon AWS storage and audio transcription
+    services
+  + New gtk4paintablesink and gtkwaylandsink renderers
+  + New videocolorscale element that can convert and scale in one
+    go for better performance
+  + High bit-depth video improvements
+  + Touchscreen event support in navigation API
+  + Rust plugins now shipped in macOS and Windows/MSVC binary
+    packages
+  + H.264/H.265 timestamp correction elements for PTS/DTS
+    reconstruction before muxers
+  + Improved design for DMA buffer sharing and modifier handling
+    for hardware-accelerated video decoders/encoders/filters and
+    capturing/rendering on Linux
+  + Video4Linux2 hardware accelerated decoder improvements
+  + CUDA integration and Direct3D11 integration and plugin
+    improvements
+  + New H.264 / AVC, H.265 / HEVC and AV1 hardware-accelerated
+    video encoders for AMD GPUs using the Advanced Media Framework
+    (AMF) SDK
+  + applemedia: H.265 / HEVC video encoding + decoding support
+  + androidmedia: H.265 / HEVC video encoding support
+  + New "force-live" property for audiomixer, compositor,
+    glvideomixer, d3d11compositor etc.
+  + Lots of new plugins, features, performance improvements and bug
+    fixes
+- Rebase patches with quilt.
+
+- update to 1.20.5:
+  + This release only contains bugfixes and it should be safe to
+    upgrade from 1.20.x.
+  + systemclock waiting fixes for certain 32-bit platforms/libcs
+  + alphacombine: robustness improvements for corner case scenarios
+  + avfvideosrc: Report latency when doing screen capture
+  + d3d11videosink: various thread-safety and stability fixes
+  + decklink: fix performance issue when HDMI signal has been lost
+    for a long time
+  + flacparse: Fix handling of headers advertising 32 bits per
+    sample
+  + mpegts: Handle when iconv doesn't support ISO 6937 (e.g. musl
+    libc)
+  + opengl: fix automatic dispmanx detection for rpi4 and fix usage
+    of eglCreate/DestroyImage
+  + opusdec: Various channel-related fixes
+  + textrender: event handling fixes, esp. for GAP event
+  + subparse: Fix non-closed tag handling
+  + videoscale: fix handling of unknown buffer metas
+  + videosink: reverse playback handling fixes
+  + qtmux: Prefill mode fixes, especially for raw audio
+  + multiudpsink: allow binding to IPv6 address
+  + rtspsrc:
+  - Fix usage of IPv6 connections in SETUP
+  - Only EOS on timeout if all streams are timed out/EOS
+  + splitmuxsrc: fix playback stall if there are unlinked pads
+  + v4l2: Fix SIGSEGV on state change during format changes
+  + wavparse robustness fixes
+  + Fix static linking on macOS (opengl, vulkan)
+  + gstreamer-vaapi: fix headless build against mesa >= 22.3.0
+  + GStreamer Editing Services library: Fix build with tools
+    disabled
+  + webrtc example/demo fixes
+  + unit test fixes for aesdec and rtpjitterbuffer
+  + Cerbero: Fix ios cross-compile with cmake on M1; some recipe
+    updates and other build fixes
+  + Miscellaneous bug fixes, memory leak fixes, and other stability
+    and reliability improvements
+  + Performance improvements
+  + Changes in gstreamer base package:
+  - allocator: Copy allocator name in gst_allocator_register()
+  - concat: Properly propagate EOS seqnum
+  - fakesrc: avoid time overflow with datarate
+  - Fix build of 1.20 branch with Meson 0.64.1 for those who have
+    hotdoc installed on their system.
+  - gst-inspect: Don't leak list
+  - meson: fix check for pthread_setname_np()
+  - miniobject: support higher refcount values
+  - pads: Fix non-serialized sticky event push, e.g. instant
+    change rate events
+  - padtemplate: Fix annotations
+  - systemclock: Use futex_time64 syscall on x32 and other
+    platforms that always...
+  - -Wimplicit-function-declaration in pthread_setname_np check
+    (missing GNUSOURCE)
+
+- Update to version 1.20.4:
+  + Highlighted bugfixes in 1.20.4:
+  - avaudiodec: fix playback issue with WMA files, would throw an
+    error at EOS with FFmpeg 5.x
+  - Fix deadlock when loading gst-editing-services plugin
+  - Fix input buffering capacity in live mode for aggregator,
+    video/audio aggregator subclasses, muxers
+  - glimagesink: fix crash on Android
+  - subtitle handling and subtitle overlay fixes
+  - matroska-mux: allow width + height changes for
+    avc3|hev1|vp8|vp9
+  - rtspsrc: fix control url handling for spec compliant servers
+    and add fallback for incompliant servers
+  - WebRTC fixes
+  - RTP retransmission fixes
+  - video: fixes for formats with 4x subsampling and horizontal
+    co-sited chroma (Y41B, YUV9, YVU9 and IYU9)
+  - Fix consuming of the macOS package as a framework in XCode
+  - Performance improvements
+  - Miscellaneous bug fixes, memory leak fixes, and other
+    stability and reliability improvements
+  + gstreamer:
+  - buffer: drop parent meta in deep copy/foreach_metadata
+  - devicemonitor: Use a sync bus handler for the provider to
+    avoid accumulating all messages until the provider is stopped
+  - element: Fix requesting of pads with string templates
+  - gst:
+    . Protect initialization state with a recursive mutex
+    . Add missing define guard for build without gstreamer debug
+    logging support
+  - gst_init: Initialize static plugins just before dynamic plugins
+  - info: Parse "NONE" as a valid level name
+  - meta: Set the parent refcount of the GstStructure correctly
+  - pluginloader: Don't hang on short reads/writes
+  - tracers: leaks:
+    . Fix potentially invalid memory access when trying to detect
+    object type
+    . Fix object-refings.class flags
+  - uri: When setting the same string again do nothing
+  - value: Don't loop forever when serializing invalid flag
+  + Base Libraries:
+  - aggregator:
+    . Fix input buffering in live mode (was too low before in
+    many cases)
+    . Fix reversed active/flushing arguments in debug log output
+    . Reset EOS flag after receiving a stream-start event
+  + Core Elements: queue2:
+  - Hold the lock when modifying sinkresult
+  - Fix deadlock when deactivate is called in pull mode
+
+- Update to version 1.20.3
+  + Highlighted bugfixes:
+  - Security fixes in Matroska, MP4 and AVI demuxers
+  - Fix scrambled video playback with hardware-accelerated
+    VA-API decoders on certain Intel hardware
+  - playbin3/decodebin3 regression fix for unhandled streams
+  - Fragmented MP4 playback fixes
+  - Android H.265 encoder mapping
+  - Playback of MXF files produced by FFmpeg before March 2022
+  - Fix rtmp2sink crashes on 32-bit platforms
+  - WebRTC improvements
+  - D3D11 video decoder and screen recorder fixes
+  - Performance improvements
+  - Support for building against OpenCV 4.6 and other build fixes
+  - Miscellaneous bug fixes, memory leak fixes, and other
+    stability and reliability improvements
+  + gstreamer:
+  - clock: Avoid creating a weakref with every entry
+    (performance improvement)
+  - plugin: add Apache 2 license to list of known licenses to avoid
+    warning
+  - gst_plugin_load_file: force plugin reload if filename differs
+    Add support for LoongArch
+
+- Enable use of libunwind on riscv64
+
+- Update to version 1.20.2
+  + Highlighted bugfixes:
+  - avviddec: Remove vc1/wmv3 override and fix crashes on WMV
+    files with FFMPEG 5.0+
+  - macOS: fix plugin discovery for GStreamer installed via brew
+    and fix loading of Rust plugins
+  - rtpbasepayload: various header extension handling fixes
+  - rtpopusdepay: fix regression in stereo input handling if
+    sprop-stereo is not advertised
+  - rtspclientsink: fix possible shutdown deadlock
+  - mpegts: gracefully handle "empty" program maps and fix AC-4
+    detection
+  - mxfdemux: Handle empty VANC packets and fix EOS handling
+  - playbin3: various playbin3, uridecodebin3, and playsink fixes
+  - ptpclock: fix initial sync-up with certain devices
+  - gltransformation: let graphene alloc its structures memory
+    aligned
+  - webrtcbin fixes and webrtc sendrecv example improvements
+  - video4linux2: various fixes including some fixes for
+    Raspberry Pi users
+  - videorate segment handling fixes and other fixes
+  - nvh264dec, nvh265dec: Fix broken key-unit trick modes and
+    reverse playback
+  - wpe: Reintroduce persistent WebContext
+  - cerbero: Make it easier to consume 1.20.1 macOS GStreamer
+    .pkgs
+  - build fixes and gobject annotation fixes
+  - bug fixes, security fixes, memory leak fixes, and other
+    stability and reliability improvements
+  + gstreamer:
+  - devicemonitor: clean up signal handlers and hidden providers
+    list
+  - Leaks tracer: fix pthread_atfork return value check leading
+    to bogus warning in log
+  - Rust plugins: Not picked up by the plugin loader on macOS
+  - Failed to use plugins of latest GStreamer version 1.20.x
+    installed by brew on macOS
+  - ptpclock: Allow at least 100ms delay between Sync/Follow_Up
+    and Delay_Req/Delay_Resp messages. Fixes problems acquiring
+    initial sync with certain devices
+  - meson: Add -Wl,-rpath,${libdir} on macOS
+  - registry: skip Rust dep builddirs when searching for plugins
+    recursively
+
gstreamer-plugins-bad
+- Disable zxing in Leap
+  * Leap 15.5 can not provide zxing >= 1.4.0, zxing is a SLE built
+    which was version 1.2.0, Factory do have zxing-cpp 2.0.0 but it
+    doesn't an API compatible version, and looks it's too late to
+    update it to SLE15 because LO might be affected.
+
+- Remove sys/decklink since that contains a non-standard license
+  and disable the decklink plugin
+
+- Stop building openh264 by default even on 3'rd party
+  buildservices, do this via bcond. Codec now available via a
+  special repo.
+
+- Enable zxing again, now that the updated version have landed.
+
+- Temporarily disable zxing, waiting for updated version to land
+  in Factory.
+
+- Add patch to reduce the required meson version to 0.61.0 since
+  that's what we have in SLE 15:
+  * reduce-required-meson.patch
+- Probably because of a problem in SLE's meson, the generated
+  pkgconfig files are missing some variables that are needed by
+  rpm to generate the pkgconfig(...) provides correctly. In order
+  to fix this, we now check for those variables and insert them
+  in the pc files before installation if they're missing.
+- Only build the microdns plugin in TW since SLE is missing the
+  required dependencies.
+
+- Add new shared libs libgstcuda-1_0-0 and libgstwebrtcnice-1_0-0
+  to baselibs.conf.
+
+- Update to version 1.22.0:
+  + Please see changes in gstreamer main package, major version
+    bump.
+- Pass amfcodec=disabled and directshow=disabled to meson, not
+  supported on linux (yet?).
+- Build qsv plugin only for supported targets via passing
+  conditional qsv=disabled/enabled to meson.
+- Add pkgconfig(gtk+-3.0) BuildRequires: New dependency.
+- Package new sub-packages
+  + libgstcuda-1_0-0
+  + libgstwebrtcnice-1_0-0
+  + typelib-1_0-CudaGst-1_0
+  + typelib-1_0-GstCuda-1_0
+  + typelib-1_0-GstVa-1_0
+
+- Update to version 1.20.5:
+  + aesdec:
+  - Fix padding removal for per-buffer-padding=FALSE
+  - Fix test failing in gst-plugins-bad
+  + alphacombine: Add missing query handler for gaps
+  + avfdeviceprovider: do not leak the properties
+  + avfvideosrc: Report latency when doing screen capture
+  + d3d11screencapturesrc: Specify PAR 1/1 to template caps
+  + d3d11videosink:
+  - Fixing focus lost on desktop layout change
+  - Call ShowWindow() from window thread
+  - Fix deadlock when parent window is busy
+  - Always clear back buffer on resize
+  + decklink: reset calculation of time_mapping to fix clipping
+    HDMI video
+  + directshow: Fix build error with glib 2.75 and newer
+  + dvbsubenc:
+  - Forward GAP events as-is if we wouldn't produce an end packet
+  - Write Display Definition Segment if a non-default
+    width/height is used
+  + h265decoder: Do not abort when failed to prepare ref pic set
+  + h264parser: Fix a typo in pred_weight_table parsing.
+  + mediafoundation, d3d11: Fix memory leak and make leak tracer
+    happy
+  + mpegts:
+  - Handle when iconv doesn't support ISO 6937 (e.g. musl libc)
+  - Check continuity counter on section streams
+  + mpegtsdemux: Always clear packetizer on DISCONT push mode
+  + srt: various fixes - improve stats and error handling
+  + rtmp2: Improve error messages
+  + rtmp2sink: Correctly return GST_FLOW_ERROR on error
+  + vulkan: Fix static linking on macOS
+  + webrtcbin: also add rtcp-fb ccm fir for video mlines by default
+  + webrtc/nice: fix small leak of split strings
+
+- Update to version 1.20.4:
+  + amcvideodec: fix GstAmcSurfaceTexture segfault.
+  + audiobuffersplit: Fix drift that was introduced by wrong
+    calculations in gapless mode.
+  + audiovisualizer: fix buffer mapping to not increase refcount.
+  + avfvideosrc: Fix wrong default framerate value.
+  + d3d11decoder: Check 16K resolution support.
+  + d3d11videosink: Fix for force-aspect-ratio setting when
+    rendering on shared texture.
+  + GstPlay: missing cleanup for g_autoptr.
+  + mxfdemux: Always calculate BlockAlign of raw audio to work
+    around files with broken BlockAlign field in the headers.
+  + nvdec: Fix for HEVC decoding when coded resolution is larger
+    than display resolution.
+  + openh264enc: Fix constrained-high encoding.
+  + openh264: Register debug categories earlier.
+  + openmpt: update from now deprecated api.
+  + player/play: Fix object construction and various leaks.
+  + player: Plug a memory leak.
+  + proxysink: Make sure stream-start and caps events are
+    forwarded, and fix memory leak.
+  + tests: skip unit tests for dependency-less elements that have
+    been disabled.
+  + tsdemux: Don't trigger a program change when falling back to
+    ignore-pcr behaviour.
+  + va:
+  - allocator: Fix translation of VADRMPRIMESurfaceDescriptor.
+  - h265dec: Fix a crash because of missing reference frame.
+  - vah265dec: Decoder segfaults on seek.
+  + wasapi2: Fix initial mute/volume setting.
+  + wasapi: Implement default audio channel mask.
+  + webrtcbin:
+  - Fix pointer dereference before null check.
+  - Limit sink query to sink pads.
+  + webrtc: Make sure to return NULL when validating TURN server
+    fails.
+- Drop va-allocator-fix.patch: fixed upstream.
+
+- Build microdns support. Following this add pkgconfig(microdns)
+  BuildRequires and pass microdns=enabled to meson.
+
+- Add va-allocator-fix.patch: va: allocator: Fix translation of
+  VADRMPRIMESurfaceDescriptor + va: allocator: Use always lseek to
+  get dmabuf size.
+  https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2657
+
+- Update to version 1.20.3:
+  + GstPlay: Fix new error + warning parsing API (was unusuable
+    before)
+  + av1parse: let the parser continue on verbose OBUs
+  + d3d11converter: Fix RGB to GRAY conversion, broken debug
+    messages, and add missing GRAY conversion
+  + gs: look for google_cloud_cpp_storage.pc
+  + ipcpipeline: fix crash and error on windows with SOCKET or
+    _pipe()
+  + ivfparse: Don't set zero resolution on caps
+  + mpegtsdemux: Handle PES headers bigger than a mpeg-ts packet;
+    fix locking in error code path; handle more program updates
+  + mpegtsmux: Start last_ts with GST_CLOCK_TIME_NONE to fix VBR
+    muxing behaviour
+  + mpegtsmux: Thread safety fixes: lock mux->tsmux, the programs
+    hash table, and pad streams
+  + mpegtsmux: Skip empty buffers
+  + osxaudiodeviceprovider: Add initial support for duplex devices
+    on OSX
+  + rtpldacpay: Fix missing payload information
+  + sdpdemux: add media attributes to caps, fixes ptp clock
+    handling
+  + mfaudioenc: Handle empty IMFMediaBuffer
+  + nvdecoder: Various fixes for 4:4:4 and high-bitdepth decoding
+  + nvenc: Fix deadlock because of too strict buffer pool size
+  + va: fix library build issues, caps leaks in the vpp transform
+    function, and add vaav1dec to documentation
+  + v4l2codecs: vp9: Minor fixes
+  + v4l2codecs: h264: Correct scaling matrix ABI check
+  + dtlstransport: Notify ICE transport property changes
+  + webrtc: Various fixes to the webrtc-sendrecv python example
+  + webrtc-ice: Fix memory leaks in gst_webrtc_ice_add_candidate()
+  + Support build against libfreeaptx in openaptx plugin
+  + Fix linking issues on Illumos distros
+
+- removed libkms BuildRequires, since it has been dropped from
+  libdrm
+
+- Update to version 1.20.2:
+  + av1parse: Fix several issues about the colorimetry.
+  + av1parse: fix up various possible logic errors
+  + dashsink: fix missing mutex unlock in error code path when
+    failing to get content
+  + d3d11videosink: Fix for unhandled mouse double click events
+  + interlace: Also handle a missing "interlace-mode" field as
+    progressive
+  + msdk: fix build with MSVC
+  + mxfdemux: Fix issues at EOS
+  + mxfdemux: Handle empty VANC packets
+  + nvh264dec, nvh265dec: Fix broken key-unit trick and reverse
+    playback
+  + nvvp9sldec: Increase DPB size to cover render delay
+  + rvsg: fix cairo include
+  + tsdemux: Fix AC-4 detection in MPEG-TS
+  + tsdemux: Handle "empty" PMT gracefully
+  + va: pool: don't advertise the
+    GST_BUFFER_POOL_OPTION_VIDEO_ALIGNMENT option any more
+  + v4l2codecs: Fix memory leak
+  + v4l2videodec: set frame duration according to framerate
+  + webrtcbin: Update documentation of 'get-stats' action signal
+  + webrtcbin: Check data channel transport for notifying
+    'ice-gathering-state'
+  + webrtcbin: Avoid access of freed memory
+  + wpe: Reintroduce persistent WebContext
+  + Build: use CMake to find some openssl and exr deps
+  + Fix multiple "unused-but-set variable" compiler warnings
+- Drop patch already included in 1.20.2:
+  + 8440e2a373e5ce681d15f5880cb2f2562be332cf.patch
+
+- Disable ldacBT on ppc64: ldacBT is not available there.
+
+- Add spandsp3.patch: Fix build with spandsp 3.x by including
+  private headers.
+
gstreamer-plugins-base
+- Add patch to reduce the required meson version to 0.61.0 since
+  that's what we have in SLE 15:
+  * reduce-required-meson.patch
+- Probably because of a problem in SLE's meson, the generated
+  pkgconfig files are missing some variables that are needed by
+  rpm to generate the pkgconfig(...) provides correctly. In order
+  to fix this, we now check for those variables and insert them
+  in the pc files before installation if they're missing.
+
+- Update to version 1.22.0:
+  + Please see changes in gstreamer main package, major version
+    bump.
+- Rebase patches with quilt.
+- Add pkgconfig(xi) BuildRequires: New dependency.
+
+- Update to version 1.20.5:
+  + audioconvert, audioresample, audiofilter: fix divide by 0 for
+    input buffer without caps
+  + cdparanoia: Ignore compiler warning coming from the cdparanoia
+    header
+  + oggdemux, parsebin: More leak fixes
+  + opengl:
+  - Fix automatic dispmanx detection for rpi4
+  - Fix usage of eglCreate/DestroyImage
+  - Fix static linking on macOS
+  + Bump core requirement in 1.20 branch to 1.20.4
+  + oggdemux: Don't leak incoming EOS event
+  + opusdec: Various channel-related fixes
+  + subparse: Fix non-closed tag handling.
+  + textrender:
+  - Don't blindly forward all events and don't blindly forward
+    all events
+  - Negotiate caps on a GAP event if none were negotiated yet
+  + timeoverlay: fix pad leak
+  + videodecoder: Only post latency message if it changed
+  + videoscale: buffer meta handling fixes (NULL-terminate array of
+    valid meta tags)
+  + videosink: Don't return unknown end-time from get_times()
+
+- Update to version 1.20.4:
+  + decodebin3:
+  - Fix mutex leaks
+  - Fix memory issues with active selection list
+  - uridecodebin3, urisourcebin: Event handling fixes
+  - Fix EOS event sequence
+  + parsebin:
+  - Avoid crash with unknown streams
+  - SIGSEGV during HLS stream using souphttpsrc
+  + glimagesink:
+  - Only allow setting the GL display/context if it is a valid
+    value
+  - Segfault on android devices
+  + gstgl: Fix several memory leaks in macOS
+  + opusenc: improve inband-fec property documentation
+  + playsink: Hold a reference to the soft volume element
+  + pbutils: descriptions: fix
+    gst_pb_utils_get_caps_description_flags()
+  + rtspurl: Use gst_uri_join_strings() in
+    gst_rtsp_url_get_request_uri_with_control() instead of a
+    hand-crafted, wrong version
+  + rtspconnection: protect cancellable by a mutex
+  + sdpmessage: Don't set SDP medias from caps without
+    media/payload/clock-rate fields
+  + samiparse: fix handling of self-closing tags
+  + ssaparse: include required system headers for isspace() and
+    sscanf() functions
+  + subparse: fix crash when parsing invalid timestamps in mpl2
+  + subparse fixes
+  + textoverlay: Don't miscalculate text running times
+  + videoaggregator: always convert when user provides
+    converter-config
+  + video: Fix scaling in 4x horizontal co-sited chroma (Y41B,
+    YUV9, YVU9 and IYU9)
+  + xmptag: register musicbrainz tags during init to fix critical
+    in jpegparse
+  + xvimagesink: fix image leaks in error code path
+  + tests: skip unit tests for dependency-less elements that have
+    been disabled
+
+- Update to version 1.20.3:
+  + typefindfunctions: Fix WebVTT format detection for very short
+    files
+  + gldisplay: Reorder GST_GL_WINDOW check for egl-device
+  + rtpbasepayload: Copy all buffer metadata instead of just
+    GstMetas for the input meta buffer
+  + codec-utils: Avoid out-of-bounds error
+  + navigation: Fix Since markers for mouse scroll events
+  + videoaggregator: Fix for unhandled negative rate
+  + videoaggregator: Use floor() to calculate current position
+  + video-color: Fix for missing clipping in PQ EOTF function
+  + gst-play-1.0: Fix trick-mode handling in keyboard shortcut
+  + audiovisualizer: shader: Fix out of bound write
+
+- Update to version 1.20.2:
+  + appsrc: Clarify buffer ref semantics in signals documentation
+  + appsrc: fix annotations for bindings
+  + typefind: Skip extension parsing for data:// URIs, fixing
+    regression with mp4 files serialised to data uris
+  + playbin3: various fixes
+  + playbin3: fix missing lock when unknown stream type in
+    pad-removed cb
+  + decodebin3: fix collection leaks
+  + decodebin3: Don't duplicate stream selections
+  + discoverer: chain up to parent finalize methods in all our
+    types to fix memory leaks
+  + glmixerbin: slightly better pad/element creation
+  + gltransformation: let graphene alloc its structures memory
+    aligned
+  + ogg: fix possible buffer overrun
+  + rtpbasepayload: Don't write header extensions if there's no
+    corresponding...
+  + rtpbasepayload: always store input buffer meta before
+    negotiation
+  + rtpbasepayload: fix transfer annotation for push and push_list
+  + subparse: don't try to index string with -1
+  + riff-media: fix memory leak after usage for g_strjoin()
+  + playbin/playbin3: Allow setting a NULL URI
+  + playsink: Complete reconfiguration on pad release.
+  + parsebin: Expose streams of unknown type
+  + pbutils: Fix wmv screen description detection
+  + subparse: don't deref a potentially NULL variable
+  + rawvideoparse: set format from caps in
+    gst_raw_video_parse_set_config_from_caps
+  + videodecoder: release stream lock after handling gap events
+  + videorate: fix assertion when pushing last and only buffer
+    without duration
+  + videorate: Revert "don't reset on segment update" to fix
+    segment handling regressions
+  + gst-play-1.0, gst-launch-1.0: Enable win32 high-resolution
+    timer also for MinGW build
+- Drop patch already included in 1.20.2:
+  + 5a074a11f90e3d70b24bf0c535ab0480fad9e701.patch
+
gstreamer-plugins-good
-- Add gstreamer-CVE-2022-1920.patch: avoid integer overflow in
-  WavPack header handling code (boo#1201688 CVE-2022-1920).
-- Add gstreamer-CVE-2022-1921.patch: fix integer overflow resulting
-  in heap corruption (boo#1201693 CVE-2022-1921).
-- Add gstreamer-CVE-2022-1922-matroska.patch and
-  gstreamer-CVE_2022-1922-qt.patch: fix integer overflows in
-  zlib/bz2/etc. decompression (boo#1201702 boo#1201704 boo#1201706
-  boo#1201707 boo#1201708 CVE-2022-1922 CVE-2022-1923 CVE-2022-1924
-  CVE-2022-1925 CVE-2022-2122).
+- Add patch to reduce the required meson version to 0.61.0 since
+  that's what we have in SLE 15:
+  * reduce-required-meson.patch
+
+- Update to version 1.22.0:
+  + Please see changes in gstreamer main package, major version
+    bump.
+- Add disabled pkgconfig(Qt6Core), pkgconfig(Qt6Gui),
+  pkgconfig(Qt6Qml), pkgconfig(Qt6Quick) and
+  pkgconfig(Qt6WaylandClient) BuildRequires and pass Dqt6=disabled
+  to meson, do not build qt6 support yet.
+- Fixed in 1.21.1:
+  + avoid integer overflow in WavPack header handling code
+    (boo#1201688 CVE-2022-1920).
+  + fix integer overflow resulting in heap corruption
+    (boo#1201693 CVE-2022-1921).
+  + fix integer overflows in zlib/bz2/etc. decompression
+    (boo#1201702 boo#1201704 boo#1201706 boo#1201707 boo#1201708
+    CVE-2022-1922 CVE-2022-1923 CVE-2022-1924 CVE-2022-1925
+    CVE-2022-2122).
+
+- Update to version 1.20.5:
+  + flacparse: Fix handling of headers advertising 32bps
+  + multiudpsink: allow binding to IPv6 address
+  + oss4: Fix debug category initialization
+  + qt5:
+  - Deactivate context if fill_info fails
+  - Initialize GError properly in gst_qt_get_gl_wrapcontext()
+  + qtdemux:
+  - Check return value from gst_structure_get in PIFF box
+  - Use unsigned int types to store result of QT_UINT32
+  - Prefill mode fixes
+  + rtpjitterbuffer tests: Cast drop-messages-interval type
+    properly (fixing it on 32-bit architectures)
+  + rtspsrc:
+  - Don't replace 404 errors with "no auth protocol found"
+  - Fix seek event leaks
+  - Fix usage of IPv6 connections in SETUP
+  - Only EOS on timeout if all streams are timed out/EOS
+  + splitmuxsrc: don't queue data on unlinked pads
+  + v4l2: Fix SIGSEGV on 'change state' during 'format change'
+  + v4l2videodec: Fix activation of internal pool
+  + wavparse:
+  - Avoid occasional crash due to referencing freed buffer.
+  - Fix crash that occurs in push mode when header chunks are
+    corrupted in certain ways.
+
+- Update to version 1.20.4:
+  + alpha: fix stride issue when out buffer has padding on right
+  + isoff: Fix earliest pts field parse issue
+  + matroska-mux: allow width + height changes for
+    avc3|hev1|vp8|vp9
+  + qt: Fix another instance of Qt/GStreamer both defining GLsync differently
+  + qtdemux:
+  - Avoid crash on reconfiguring.
+  - Guard against timestamp calculation overflow in gap event loop
+  - Don't use invalid values from failed trex parsing
+  - Possible endless loop
+  + rtpjitterbuffer:
+  - Only unschedule timers for late packets if they're not RTX
+    packets and only once
+  - Remove lost timer for out of order packets
+  + rtspsrc:
+  - SETUP generates 400 Bad Request
+  - Retry SETUP with non-compliant URL resolution on "Bad
+    Request" and "Not found"
+  + rtpst2022-1-fecenc: Drain column packets on EOS
+  + rtpvp8depay: If configured to wait for keyframes after packet
+    loss, also do that if incomplete frames are detected
+  + splitmuxsink: Don't crash on EOS without buffer
+  + splitmuxsrc:
+  - Stop pad task before cleanup
+  - Don't consider unlinked pads when deactivating part
+  + soup: libsoup3 makes audio streaming stop
+  + v4l2: fix critical when unreferencign buffer with no data
+  + v4l2bufferpool: Fix debug trace
+  + v4l2object: Add support for Apple's full-range bt709 colorspace
+    variant 1:3:5:1
+  + v4l2videocodec: workaround for failure to fully drain frames
+    preceding MIDSTREAM renegotiation
+  + v4l2allocator: Fix invalid imported dmabuf fd
+  + videoflip: Fix caps negotiation when method is selected
+  + build failure trying to build jack examples
+  + examples: don't try and build jack examples if jack was
+    disabled
+  + tests: skip unit tests for dependency-less elements that have
+    been disabled
+
+- Update to version 1.20.3:
+  + deinterlace: various bug fixes for yadif method
+  + deinterlace: Refactor greedyh and fix planar formats
+  + deinterlace: Prevent race between method configuration and
+    latency query
+  + gtk video sink: Fix rotation not being applied when paused
+  + jpegdec: fix RGB conversion handling
+  + matroskademux: improved ProRes video handling
+  + matroskamux: Handle multiview-mode/flags/pixel-aspect-ratio
+    caps fields correctly when checking caps equality on
+    input caps changes
+  + rtprtx: don't access type-system per buffer
+    (performance optimisation); code cleanups
+  + rtpulpfecenc: fix unmatched g_slice_free()
+  + rtpvp8depay: fix crash when making GstRTPPacketLost custom
+    event
+  + qtmux: Don't post an error message if pushing a sample failed
+    with FLUSHING (e.g. on pipeline shutdown)
+  + soup: Lookup libsoup dylib files on Apple platforms & fix
+    Cerbero static build on Android and iOS
+  + souphttpsrc: element not present on iOS after 1.20.0 update
+  + v4l2tuner: return NULL if no norm set
+  + v4l2bufferpool: Fix race condition between qbuf and pool
+    streamoff
+  + meson: Don't build lame plugin with -Dlame=disabled
+
+- Update to version 1.20.2:
+  + deinterlace: silence unused-but-set werror from imported code
+  + qtdemux: fix leak of channel_mapping
+  + rtpopusdepay: missing sprop-stereo should not assume mono
+  + rtpjitterbuffer: Fix invalid memory access in
+    rtp_jitter_buffer_pop()
+  + rtpptdemux: fix leak of caps when ignoring a pt
+  + rtpredenc: quieten warning about ignoring header extensions
+  + soup: Fix pre-processor macros in souploader for libsoup-3.0
+  + twcc: Note that twcc-stats packet loss counts reordering as
+    loss + add some logging
+  + video4linux2: Manual backports for RPi users
+  + wavparse: handle URI query in any parse state, fixing audio
+    track selection issue in GES
+  + wavparse: Unset DISCONT buffer flag for divided into multiple
+    buffers in push mode
gstreamer-plugins-ugly
+- Add patch to reduce the required meson version to 0.61.0 since
+  that's what we have in SLE 15:
+  * reduce-required-meson.patch
+
+- Update to version 1.22.0:
+  + Please see changes in gstreamer main package, major version
+    bump.
+
+- Update to version 1.20.5:
+  + No changes, version bump only.
+
+- Update to version 1.20.4:
+  + tests: skip unit tests for dependency-less elements that have
+    been disabled.
+
+- Update to version 1.20.3:
+  + x264enc: fix plugin long-name and description
+
+- Update to version 1.20.2:
+  + x264enc: Don't try to fixate ANY allowed caps
+
kdump
+- revert back to using rd.neednet=1 to enable network (bsc#1206015)
+- kdumptool calibrate: add even more margin to reservation
+  calculations (bsc#1207061)
+- run kdump.service only after kdump-early.service (bsc#1196335)
+- don't skip infiniband interfaces (bsc#1186745)
+  (not a complete fix, requires a patch in dracut as well)
+
kernel-default
+- powerpc/64s: Make POWER10 and later use pause_short in cpu_relax
+  loops (bsc#1208376 ltc#201076).
+- powerpc: add ISA v3.0 / v3.1 wait opcode macro (bsc#1208376
+  ltc#201076).
+- commit 2a06230
+
+- ibmvnic: Assign XPS map to correct queue index (bsc#1208757
+  ltc#201720 jsc#PED-2322 git-fixes).
+- commit be76316
+
+- Update
+  patches.suse/usb-dwc3-dwc3-qcom-Add-missing-platform_device_put-i.patch
+  (bsc#1208741 CVE-2023-22995).
+  Added CVE reference for fix already present
+- commit 80a158a
+
+- loop: fix ioctl calls using compat_loop_info (bsc#1207333).
+- commit 11a60da
+
+- Add missing s390 vfio patch hunk (bsc#1208565 ltc#201535).
+- Refresh patches.suse/vfio-simplify-iommu-group-allocation-for-mediated-devices.
+- Refresh patches.suse/s390-vfio-ap-prepare-for-dynamic-update-of-guest-s-APCB-on-queue.
+- Refresh patches.suse/s390-vfio-ap-rename-matrix_dev-lock-mutex-to-matrix_dev-mdevs_lo.
+- commit 43ce0be
+
+- Update kabi files.
+  Based on PublicBeta-202302 ISO, kernel 5.14.21-150500.40.1
+- commit 2b36ed6
+
+- Update
+  patches.suse/usb-rndis_host-Secure-rndis_query-check-against-int-.patch
+  (CVE-2023-23559 bsc#1207051).
+  Added CVE reference to existing fix
+- commit af8ad62
+
+- Update kabi files.
+  Add arm64 64kb flavor, based on daily build 5.14.21-150500.9.1.g9b76281.aarch64.rpm
+- commit 2a6f1f8
+
+- Fix page corruption caused by racy check in __free_pages
+  (bsc#1208149).
+- commit 4cd4141
+
+- ipmi:ssif: Add a timer between request retries (bsc#1206459).
+- ipmi:ssif: Remove rtc_us_timer (bsc#1206459).
+- ipmi_ssif: Rename idle state and check (bsc#1206459).
+- ipmi:ssif: resend_msg() cannot fail (bsc#1206459).
+- commit b0ebf1b
+
+- Delete
+  patches.suse/ipmi-ssif-Add-60ms-time-internal-between-write-retri.patch.
+- commit 8704cd7
+
+- drm/i915/dg2: Drop force_probe requirement (bsc#1208203
+  jsc#PED-1218).
+- commit 4a027ed
+
+- module: Don't wait for GOING modules (bsc#1196058, bsc#1186449,
+  bsc#1204356, bsc#1204662).
+- commit 4544b7b
+
kernel-firmware
+- Update to version 20230210 (git commit bf4115c1aa2b):
+  * linux-firmware: Update AMD cpu microcode
+  * brcm: revert firmware files for Cypress devices
+  * brcm: restore previous firmware file for BCM4329 device
+  * rtw88: 8822c: Update normal firmware to v9.9.14
+  * i915: Add DMC v2.11 for MTL (jsc#PED-1225)
+  * linux-firmware: Add firmware for Cirrus CS35L41 on UM3402 ASUS Laptop
+  * linux-firmware: Add missing tuning files for HP Laptops using Cirrus Amps (bsc#1203699)
+  * i915: Add DMC v2.18 for ADLP (jsc#PED-1225)
+
+- Update to version 20230125 (git commit 5c11a3742947):
+  (jsc#PED-1167, jsc#PED-1169, jsc#PED-1171)
+  * amdgpu: Add VCN 4.0.2 firmware
+  * amdgpu: Add PSP 13.0.4 firmware
+  * amdgpu: Add SDMA 6.0.1 fimware
+  * amdgpu: Add GC 11.0.1 firmware
+  * amdgpu: Add DCN 3.1.4 firmware
+  * iwlwifi: remove old intermediate 5.15+ firmwares
+  * iwlwifi: remove 5.10 and 5.15 intermediate old firmwares
+  * iwlwifi: remove 5.4 and 5.10 intermediate old firmwares
+  * iwlwifi: remove 4.19 and 5.4 intermediate old firmwares
+  * iwlwifi: remove old unsupported older than 4.14 LTS
+  * linux-firmware: update firmware for MT7921 WiFi device
+  * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
+  * amdgpu: update vangogh firmware
+  * linux-firmware: Update firmware file for Intel Bluetooth AX201
+  * linux-firmware: Update firmware file for Intel Bluetooth AX201
+  * linux-firmware: Update firmware file for Intel Bluetooth AX211
+  * linux-firmware: Update firmware file for Intel Bluetooth AX211
+  * linux-firmware: Update firmware file for Intel Bluetooth AX210
+  * linux-firmware: Update firmware file for Intel Bluetooth AX200
+  * linux-firmware: Update firmware file for Intel Bluetooth AX201
+  * linux-firmware: Update firmware file for Intel Bluetooth 9560
+  * linux-firmware: Update firmware file for Intel Bluetooth 9260
+  * brcm: add configuration files for CyberTan WC121
+  * qcom: add firmware files for Adreno A200
+  * rtw89: 8852c: update fw to v0.27.56.10
+  * QCA: Add Bluetooth firmware for QCA2066
+
kernel-firmware:compressed
+- Update to version 20230210 (git commit bf4115c1aa2b):
+  * linux-firmware: Update AMD cpu microcode
+  * brcm: revert firmware files for Cypress devices
+  * brcm: restore previous firmware file for BCM4329 device
+  * rtw88: 8822c: Update normal firmware to v9.9.14
+  * i915: Add DMC v2.11 for MTL (jsc#PED-1225)
+  * linux-firmware: Add firmware for Cirrus CS35L41 on UM3402 ASUS Laptop
+  * linux-firmware: Add missing tuning files for HP Laptops using Cirrus Amps (bsc#1203699)
+  * i915: Add DMC v2.18 for ADLP (jsc#PED-1225)
+
+- Update to version 20230125 (git commit 5c11a3742947):
+  (jsc#PED-1167, jsc#PED-1169, jsc#PED-1171)
+  * amdgpu: Add VCN 4.0.2 firmware
+  * amdgpu: Add PSP 13.0.4 firmware
+  * amdgpu: Add SDMA 6.0.1 fimware
+  * amdgpu: Add GC 11.0.1 firmware
+  * amdgpu: Add DCN 3.1.4 firmware
+  * iwlwifi: remove old intermediate 5.15+ firmwares
+  * iwlwifi: remove 5.10 and 5.15 intermediate old firmwares
+  * iwlwifi: remove 5.4 and 5.10 intermediate old firmwares
+  * iwlwifi: remove 4.19 and 5.4 intermediate old firmwares
+  * iwlwifi: remove old unsupported older than 4.14 LTS
+  * linux-firmware: update firmware for MT7921 WiFi device
+  * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
+  * amdgpu: update vangogh firmware
+  * linux-firmware: Update firmware file for Intel Bluetooth AX201
+  * linux-firmware: Update firmware file for Intel Bluetooth AX201
+  * linux-firmware: Update firmware file for Intel Bluetooth AX211
+  * linux-firmware: Update firmware file for Intel Bluetooth AX211
+  * linux-firmware: Update firmware file for Intel Bluetooth AX210
+  * linux-firmware: Update firmware file for Intel Bluetooth AX200
+  * linux-firmware: Update firmware file for Intel Bluetooth AX201
+  * linux-firmware: Update firmware file for Intel Bluetooth 9560
+  * linux-firmware: Update firmware file for Intel Bluetooth 9260
+  * brcm: add configuration files for CyberTan WC121
+  * qcom: add firmware files for Adreno A200
+  * rtw89: 8852c: update fw to v0.27.56.10
+  * QCA: Add Bluetooth firmware for QCA2066
+
kernel-kvmsmall
+- powerpc/64s: Make POWER10 and later use pause_short in cpu_relax
+  loops (bsc#1208376 ltc#201076).
+- powerpc: add ISA v3.0 / v3.1 wait opcode macro (bsc#1208376
+  ltc#201076).
+- commit 2a06230
+
+- ibmvnic: Assign XPS map to correct queue index (bsc#1208757
+  ltc#201720 jsc#PED-2322 git-fixes).
+- commit be76316
+
+- Update
+  patches.suse/usb-dwc3-dwc3-qcom-Add-missing-platform_device_put-i.patch
+  (bsc#1208741 CVE-2023-22995).
+  Added CVE reference for fix already present
+- commit 80a158a
+
+- loop: fix ioctl calls using compat_loop_info (bsc#1207333).
+- commit 11a60da
+
+- Add missing s390 vfio patch hunk (bsc#1208565 ltc#201535).
+- Refresh patches.suse/vfio-simplify-iommu-group-allocation-for-mediated-devices.
+- Refresh patches.suse/s390-vfio-ap-prepare-for-dynamic-update-of-guest-s-APCB-on-queue.
+- Refresh patches.suse/s390-vfio-ap-rename-matrix_dev-lock-mutex-to-matrix_dev-mdevs_lo.
+- commit 43ce0be
+
+- Update kabi files.
+  Based on PublicBeta-202302 ISO, kernel 5.14.21-150500.40.1
+- commit 2b36ed6
+
+- Update
+  patches.suse/usb-rndis_host-Secure-rndis_query-check-against-int-.patch
+  (CVE-2023-23559 bsc#1207051).
+  Added CVE reference to existing fix
+- commit af8ad62
+
+- Update kabi files.
+  Add arm64 64kb flavor, based on daily build 5.14.21-150500.9.1.g9b76281.aarch64.rpm
+- commit 2a6f1f8
+
+- Fix page corruption caused by racy check in __free_pages
+  (bsc#1208149).
+- commit 4cd4141
+
+- ipmi:ssif: Add a timer between request retries (bsc#1206459).
+- ipmi:ssif: Remove rtc_us_timer (bsc#1206459).
+- ipmi_ssif: Rename idle state and check (bsc#1206459).
+- ipmi:ssif: resend_msg() cannot fail (bsc#1206459).
+- commit b0ebf1b
+
+- Delete
+  patches.suse/ipmi-ssif-Add-60ms-time-internal-between-write-retri.patch.
+- commit 8704cd7
+
+- drm/i915/dg2: Drop force_probe requirement (bsc#1208203
+  jsc#PED-1218).
+- commit 4a027ed
+
+- module: Don't wait for GOING modules (bsc#1196058, bsc#1186449,
+  bsc#1204356, bsc#1204662).
+- commit 4544b7b
+
krb5
+- Update to 1.20.1; (bsc#1205126); (CVE-2022-42898);
+  * Fix integer overflows in PAC parsing [CVE-2022-42898].
+  * Fix null deref in KDC when decoding invalid NDR.
+  * Fix memory leak in OTP kdcpreauth module.
+  * Fix PKCS11 module path search.
+- update to 1.20.0:
+  * Added a "disable_pac" realm relation to suppress adding PAC authdata
+    to tickets, for realms which do not need to support S4U requests.
+  * Most credential cache types will use atomic replacement when a cache
+    is reinitialized using kinit or refreshed from the client keytab.
+  * kprop can now propagate databases with a dump size larger than 4GB,
+    if both the client and server are upgraded.
+  * kprop can now work over NATs that change the destination IP address,
+    if the client is upgraded.
+  * Updated the KDB interface.  The sign_authdata() method is replaced
+    with the issue_pac() method, allowing KDB modules to add logon info
+    and other buffers to the PAC issued by the KDC.
+  * Host-based initiator names are better supported in the GSS krb5
+    mechanism.
+  * Replaced AD-SIGNEDPATH authdata with minimal PACs.
+  * To avoid spurious replay errors, password change requests will not
+    be attempted over UDP until the attempt over TCP fails.
+  * PKINIT will sign its CMS messages with SHA-256 instead of SHA-1.
+  * Updated all code using OpenSSL to be compatible with OpenSSL 3.
+  * Reorganized the libk5crypto build system to allow the OpenSSL
+    back-end to pull in material from the builtin back-end depending on
+    the OpenSSL version.
+  * Simplified the PRNG logic to always use the platform PRNG.
+  * Converted the remaining Tcl tests to Python.
+- update to 1.19.3 (bsc#1189929, CVE-2021-37750):
+  * Fix a denial of service attack against the KDC [CVE-2021-37750].
+  * Fix KDC null deref on TGS inner body null server
+  * Fix conformance issue in GSSAPI tests
+- Resolve "Credential cache directory /run/user/0/krb5cc does not
+  exist while opening default credentials cache" by using a kernel
+  keyring instead of a dir cache; (bsc#1109830);
+- Added hardening to systemd services; (bsc#1181400);
+- Drop 0009-Fix-KDC-null-deref-on-TGS-inner-body-null-server.patch,
+  fixed in release 1.20.0
+- Drop 0010-Fix-integer-overflows-in-PAC-parsing.patch,
+  fixed in release 1.20.1
+
-    protocol messages.
+    protocol messages; (CVE-2020-28196); (bsc#1178512);
-    cross-realm S4U2Self requests is also now more robust.
+    cross-realm S4U2Self requests is also now more robust
+    (CVE-2018-20217).
lapack
+- Set -mfpmath=sse for the entire build for ix86 platforms
+  on SLE/Leap. Since we build for x86_64, we know that sse
+  is available.
+  This helps to avoid effects from excess precision that
+  can be seen in the test suite.
+  On Factory we leave -ffloat-store for the test suite
+  only as this option comes at a performance penalty.
+  We may see precision related issues in the test suite
+  with future compilers regardless.
+
+- As a configurable option add tmglib code to the LAPACK librarly
+  and enable TMG in LAPACKE as the header files provide its API
+  (boo#1207989 & bsc#1087426).
+- Restore generic link for update-alternatives. This is usually
+  set by the update-alternatives and it is '%ghost'ed but rpmlint
+  complains.
+- Move update-alternatives --remove to %%postun to stop rpmlint
+  from complaining.
+- Removed useless - because never executed - %%postrans scriptlets.
+- Added missing _%%{_arch} to update-alternative names.
+- rpmlint complains anyway - this time about alternative-link-missing
+  - as it does not understand the _%%{_arch} endings: muffle with
+  rpmlintrc.
+- Make arch-dependent generic names conditional.
+
+- Fix missing symbols for deprecated functions in LAPACK, add
+  Restore_missing_deprecated_prototypes.patch
+- Add -Wl,--no-undefined when creating shared libraries,
+  to catch missing symbols during build
+- Test fixes:
+  * Build test binaries during %build, run in %check
+  * Fix incorrect path for test output, to actually catch
+    any test failures
+- Spec file cleanup:
+  * Do not rename blaslib, it is used for test binaries
+  * Use same commands for building lapacke as for other libs
+  * Remove unused FFLAGS_NOOP for test binaries
+
+- Remove unneeded links. These will be taken care of by the
+  update-alternatives. This will bring this package in sync
+  with openblas.
+
+- Build deprecated functions again to avoid breaking the ABI.
+  (boo#1207989)
+
+- Make library links in the alternatives directory arch dependent.
+  This avoids conflicts when both 32-bit and 64-bit versions are
+  installed (boo#1207563).
+
-- Build tmglib and fold contents into existing liblapack{.a,.so.3}.
-  [bnc#1087426]
+- Rename conflicting MIN.3 and MAX.3 manpages into lapack-{MAX,MIN}.3
+
+- Do not create the dummy files in /etc/alternatives during
+  %install: managed by update-alternatives and packaged as ghost.
+
+- stop owning directories provided by filesystem (bsc#1184786)
+
+- Update to version 3.9.0:
+  * LAPACK QR-preconditioned QR SVD method - xGESVDQ routines
+  * LAPACK Householder Reconstruction
+- Add Avoid-out-of-bounds-accesses-in-complex-EIG-tests.patch
+- Rebase lapack-3.2.2.patch
+- Drop -std=legacy from fortran flags:
+  * add Fix-MinGW-build-error.patch
+  * add Fix-some-minor-inconsistencies-in-LAPACKE_czgesvdq.patch
+- Remove pre_checkin.sh, remove lapack-man.changes copy
+
+- Build CBLAS from lapack package
+  * update baselibs.conf
+- Clean up spec file:
+  * remove useless make cleanlib
+  * remove ineffective duplicated 'make ..lib' calls with deviating
+    opts, as the object files are not removed (fortuanately) the
+    existing PIC files are used for the static libraries
+  * remove fortran-only -std=legacy opt from CFLAGS
+
+- lapack-man:
+  * Build manpages from same sources as the binaries (3.8.0) instead
+    of old 3.5.0.
+  * Merge blas-man package into lapack-man package. Avoids tedious
+    splitting of the two.
+  * Use fdupes macro instead of trying to deduplicate man pages
+    manually.
+- Cleanup lapack spec:
+  * Remove conditionals for obsolete distro versions
+  * Only use python3-base instead of python3
+  * Drop old copy of lapack_testing.py as separate source
+
+- Add -std=legacy in order to fix boo#1166619.
+
+- Use FAT LTO objects in order to provide proper static library.
+
+- Update to version 3.8.0:
+  * Symmetric-indefinite Factorization: Aasen’s tridiagonalization
+    2 stage.
+  * LAPACKE interfaces.
+- Static -pic libraries are no longer built.
-- Add baselibs.conf to sources
-
-- Include update-alternatives dependency in subpackages that use it
-  to guarantee it will be available.
-
-- Move blas and lapack libraries to subdirectories for fixing
-  update-alternatives [bnc#861081]
-- Add %posttrans scripts for fixing migration problems.
-
libgarcon
+- Update to version 4.18.0
+  * Bump requirements for Xfce 4.18
+  * Translation Updates:
+
libjcat
+- update to 0.1.12:
+  * Correctly export the AliasIds in all cases (Richard Hughes)
+  * Install installed-test firmware.bin.ed25519 (Jan Tojnar)
+  * Predate test cert activation date by 1 day (David Bonner)
+
+- update to 0.1.11:
+  - Allow the user to get the runtime library version (Richard Hughes)
+  - Fix incorrect certtool being called on macOS (Richard Hughes)
+
+- update to 0.1.10:
+  - Add ED25519 support (Richard Hughes)
+  - Define three more types used for the firmware transparency log (Richard Hughes)
+  - Include the pkgconfig variables in the subproject dependency (Richard Hughes)
+  - Drop the use of setuptools in the test script for regenerating ld version file (Eli Schwartz)
+  - Use the correct lookup method for the python3 script interpreter (Eli Schwartz)
+
+- update to 0.1.9:
+  * Set which backends are supported in the pkgconfig file
+  * Use -Dcli=false to reduce the install size
+  * Return an error if we try to self-sign no bytes of data
+  * Show a more accurate output when not all engines are enabled
+
+- update to 0.1.8:
+  * Fix a warning when used in a subproject
+  * Fix compilation on FreeBSD
+  * Do not use help2man to build manual pages
+  * Fall back to the AliasId for validation
+  * Fix jcat_context_verify_blob() to use self verify for checksums
+  * Allow verifying expired certificates with an additional argument
+  * Allow compiling json-glib as a subproject
+  * Export the old JCatEngine property to preserve internal ABI
+  * Do not fail verification if compiled without an engine
+
libnice
+- Update to version 0.1.21:
+  * Only use `ifr_ifindex` if OS supports it, fixes build on iOS
+    and FreeBSD.
+- Changes from version 0.1.20:
+  * Remove support for GStreamer 0.10 builds.
+  * Add macro to check LIBNICE version.
+  * Added utility function to get the STUN server from a candidate.
+  * Support additional header in built-in HTTP proxy client.
+  * Add boxed type for NiceAddress for bindings.
+  * Add API to get the interface index for a local address.
+  * Explicitly bind to a specific interface when creating UDP
+    sockets.
+  * Limit the number of stored incoming checks based on a property.
+  * Do asynchronous DNS resolution for STUN and TURN servers.
+  * Add introspection friendly API to get an allocated string from
+    a NiceCandidate.
+  * Enable gst-full to link in a single element.
+
+- Update to 0.1.19:
+  * Allow incoming connchecks before remote candidates are set,
+    allows for connection based on received bind requests
+  * Implement RFC 7675 for Consent Freshness
+  * Use a single server reflexive and local relay candidate,
+    reduces useless duplicated local candidates
+  * Improved ICE restart implementation
+  * Use Windows native crypto API, removing the need for OpenSSL
+  * Add bytestream ICE-TCP and improve ICE-TCP
+  * Add API to know if a NiceAddress is link-local
+  * Add API to extact the relay address from a relayed NiceAddress
+  * Improve support for detection addresses on Android, iOS, macOS
+  * A number of bug fixes
+
libraw
+- security update
+- added patches
+  fix CVE-2021-32142 [bsc#1208470], Buffer Overflow in the LibRaw_buffer_datastream:gets function
+  + libraw-CVE-2021-32142.patch
+
libshout
+- Update to 2.4.6
+  * Fixed pkg-config file
+  * Made vorbis an optional codec
+  * Do not pass to small headers to libspeex
+    (see also the same mirror-patch in Icecast)
+  * Updated documentation, mostly in regard of making it clearer
+    which functions are now obsoleted
+  * General code cleanup
+  * Added compiler warnings about obsoleted functions and
+    ignored return values
+  * Replaced old shout_set_metadata() with new shout_set_metadata_utf8()
+  * Added support for plain text streaming
+  * Fixed shout_set_metadata*() sometimes returning SHOUTERR_RETRY
+  * Workaround old clients by emulating SHOUTERR_RETRY with
+    SHOUTERR_BUSY
+  * Remove our re-implementation of X509_check_host()
+  * Allow to disable building tools
+- Spec cleanup
+
+- update to 2.4.5:
+  * Improved shout.h for reading, and understanding.
+  * Marked dumpfile support as obsolete (as SHOUT_PROTOCOL_XAUDIOCAST already is).
+  * Added Support for setting the content language.
+  * Avoid the use of obsolete functions (#2317).
+  * Several small fixes for non-blocking mode (#2321, #2315).
+  * Corrected detection of libogg (mostly for windows targets).
+  * Now accept TLS mode "auto" when build without TLS support.
+  * Added new tool shout(1).
+
+- update to 2.4.4:
+  * Fixed handling of blocking/non-blocking mode
+  * Fixed ICY port increment
+  * Fixed reusing of handles
+  * Fixed error handling of Ogg sync layer
+  * Fixed passing of errors between connection and instance layer
+    (Without this fix, dead connections were not correctly
+    detected)
+  * Fixed and improved build scripts
+
+- Update to release 2.4.3
+  * Fixed building with OpenSSL 1.1.0.
+  * Added support for PUT.
+  * Added support for WebM and Matroska with full timing.
+
+- Fix typographic tidbits in description. Compact filelist.
+- Drop old Obsoletes.
+
-- support speex
-- fix library packaging policy change
-- cleanup unneeded dependencies and pkgconfig script
-
-- follow library packaging policy
-  * move docs to devel package
-  * remove static library
-- added missing ldconfig to post and postun.
-
-- updated to version 2.2.2:
-  * Handle Oggs that don't begin with zero granulepos
-  * Theora memory leak fix
-  * Non-blocking shout_open was failing unnecessarily in the
-    connect_pending state.
-  * Cast some size_ts to ints for display purposes.
-  * Fix error handling while opening a connection, so that shout_open
-    can be retried.
-  * pkgconfig fix for header installation
-  * Fix a memory leak in HTTP authentication
-
-- added libtheora-devel libvorbis-devel to the requires of the
-  devel package.
-
-- converted neededforbuild to BuildRequires
-
libxfce4ui
-- update to 4.18.0:
-  * Update About credits
-  * build: Bump requirements for Xfce 4.18
-  * Translation Updates:
-  Chinese (China), Czech, German, Hungarian, Lithuanian, Norwegian
-  Bokmål, Occitan (post 1500), Portuguese (Brazil), Serbian, Turkish
-  * Added move-window-to-monitor shortcut options
-  * Translation Updates:
-  Albanian, Bulgarian, Chinese (Taiwan), Dutch, Estonian, French,
-  Italian, Japanese, Kazakh, Lithuanian, Polish, Portuguese, Spanish
-  * Bump GObject Introspection minim version to 1.66
-  * Translation Updates:
-  Basque, Kazakh, Occitan (post 1500), Slovenian
+- Update to version 4.18.2
+  * Add XfceScreensaver (!89)
+  * docs: Fix broken links
+  * shortcut-dialog: Use parent window for the grab if possible (Fixes #52)
+  * Fix memory leaks
+
+- Update to version 4.18.1
+  * Enable line wrapping in the XfceFileNameInput widget
+    (gxo#xfce/libxfce4ui#60)
+  * xfce4-about: Removed excess square brackets
+  * Revert "XfceShortcutsGrabber: Detect auto-repeat key press"
+  * Translation Updates
+- Removed unused _service file
+
+- update to 4.18.0:
+  * Bump requirements for Xfce 4.18
+  * `g_once_init_enter()` parameter shouldn't be volatile anymore.
+  * about: Fix invalid length and Zink renderer string
+  * about: Make Close button translateable
+  * about: Replace stock with regular button
+  * Add 4.18 section to docs
+  * Add comment to return gboolean in XfceGtkActionEntry
+  * Add functions for handling accelerators that use the Tab key
+  * Add new function xfce_gtk_toggle_tool_button_new_from_action_entry
+  * Add new method "xfce_gtk_menu_append_separator"
+  * Add xfce_gdk_device_grab
+  * added xfce_gtk_label_set_a11y_relation to be used by various components
+  * Change "Setting System" to "Settings Manager"
+  * Check if pixbuf is valid before unref
+  * Check time.h and sys/time.h for libgtop
+  * Delay whitespace warning in XfceFilenameInput
+  * docs: Add missing deprecation guards
+  * docs: Add missing documentation
-  * libxfce4kbd-private: Reset shortcut recursively
-  * tests: Fix deprecation warning
-  * docs: Fix some broken links
-  * docs: Add missing documentation
-  * docs: Add missing deprecation guards
-  * docs: Update `.gitignore`
-  * Fix titled dialog subtitle when headerbar is not used
-  * xfce-about: Add kernel and gtk version to system tab
-  * titled-dialog: Exclude normal windows from CSD adjustments
-  * xfce-about: Slightly tweak padding
-  * xfce4-about: Add support for 3A5000/loongarch64
-  * titled-dialog: CSD XfceTitledDialog improvements
-  * Shortcuts Editor: Tooltip improvement
+  * docs: Fix some broken links
+  * Don't leak pixbuf
+  * Don't reserve vertical space for subtitles in headerbars
+  * Fix cast alignment warning
-  * xfce-spawn: Do not change DISPLAY on non-X11 displays
-  * xfce-dialogs: Fix a memory leak
-  * Bump minimal required libxfce4util to 4.17.2
-  * Translation Updates:
-  Albanian, Arabic, Azerbaijani, Basque, Bulgarian, Chinese (China),
-  Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Estonian, French,
-  Georgian, German, Greek, Hebrew, Hungarian, Indonesian, Italian,
-  Japanese, Korean, Lithuanian, Norwegian Bokmål, Occitan (post 1500),
-  Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,
-  Slovenian, Spanish, Swedish, Turkish, Ukrainian, Welsh
-  * XfceShortcutsEditor: Do not update editor if shortcut change failed
-  * XfceShortcutsEditor: Allow to choose "Space" or "Enter" as shortcut
-  * XfceShortcutDialog: Do not propagate key events
+  * Fix titled dialog subtitle when headerbar is not used
+  * Fix xfce_gdk_screen_get_active to return correct monitor number
-  * Add new function xfce_gtk_toggle_tool_button_new_from_action_entry
-  * XfceShortcutsGrabber: Fix `-Wanalyzer-null-dereference` warning
-  * Secure memory allocations
-  * Update COPYING
-  * XfceShortcutsGrabber: Detect auto-repeat key press
-  * XfceShortcutDialog: Fix a memory leak
-  * XfceShortcutsEditor: Allow NULL for section name and document it
-  * XfceShortcutsEditor: Add new vectorized constructor
-  * XfceShortcutsEditor: Remove label formatting if necessary
-  * Simplify startup notification timeout
-  * XfceShortcutsDialog: center the dialog on the parent window
-  * Translation Updates:
-  Danish, Russian
-  * Replace duplicate logic with xfce_str_replace
-  * Use headerbars for dialogs if Gtk/DialogsUseHeader is enabled
-  * Add new method "xfce_gtk_menu_append_separator"
-  * xfce4-about - improve /etc/os-release value unquoting
-  * Add comment to return gboolean in XfceGtkActionEntry
-  * Translation Updates:
-  Czech, Hebrew, Occitan (post 1500), Romanian, Ukrainian
-  * Add functions for handling accelerators that use the Tab key
-  * Check time.h and sys/time.h for libgtop
-  * `g_once_init_enter()` parameter shouldn't be volatile anymore.
-  * Translation Updates: Croatian
-  * xfce-about: Fix potential NULL pointer access
-  * Introduce a shortcuts editor widget
-  * Translation Updates:
-  Albanian, Amharic, Arabic, Armenian, Armenian (Armenia), Basque,
-  Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese
-  (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
-  Eastern Armenian, English (Australia), English (United Kingdom),
-  Estonian, Finnish, French, Galician, German, Greek, Hebrew,
-  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
-  Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål,
-  Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese,
-  Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian,
-  Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur, Welsh
-  * Add xfce_gdk_device_grab
-  * Fix xfce_gdk_screen_get_active to return correct monitor number
-  * Switch keyboard shortcut 'tile-up' with 'tile-down'
-  * Usage of '&lt;' and '&gt;' instead of '<' and '>' in XML
-  * Change "Setting System" to "Settings Manager"
-  * Add 4.18 section to docs
-  * Add 4.16 section to docs
-  * Translation Updates:
-  Albanian, Amharic, Arabic, Armenian, Armenian (Armenia), Basque,
-  Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese
-  (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
-  Eastern Armenian, English (Australia), English (United Kingdom),
-  Estonian, Finnish, French, Galician, German, Greek, Hebrew,
-  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
-  Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål,
-  Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese,
-  Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian,
-  Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur, Welsh
-  * added xfce_gtk_label_set_a11y_relation to be used by various components
-  * about: Replace stock with regular button
-  * about: Make Close button translateable
-  * Check if pixbuf is valid before unref
-  * shortcuts: Add Alt+Super+s for orca
+  * Introduce a shortcuts editor widget
+  * libxfce4kbd-private: Reset shortcut recursively
+  * Prevent resizing on message display with XfceFilenameInput
+  * Remove Gtk2 leftovers
+  * Replace duplicate logic with xfce_str_replace
+  * Revamp the documentation to uniformize accross components
+  * Secure memory allocations
+  * Shortcuts Editor: Tooltip improvement
+  * shortcuts-grabber: Record xkb state group
+  * shortcuts: Add Alt+Super+s for orca
-  * shortcuts-grabber: Record xkb state group
-  * about: Fix invalid length and Zink renderer string
-  * Don't leak pixbuf
+  * Simplify startup notification timeout
+  * Switch keyboard shortcut 'tile-up' with 'tile-down'
+  * tests: Fix deprecation warning
+  * titled-dialog: CSD XfceTitledDialog improvements
+  * titled-dialog: Exclude normal windows from CSD adjustments
+  * Update COPYING
+  * Update About credits
+  * Usage of '&lt;' and '&gt;' instead of '<' and '>' in XML
+  * Use headerbars for dialogs if Gtk/DialogsUseHeader is enabled
+  * xfce-about: Add kernel and gtk version to system tab
+  * xfce-about: Fix potential NULL pointer access
+  * xfce-about: Slightly tweak padding
+  * xfce-dialogs: Fix a memory leak
+  * xfce-spawn: Do not change DISPLAY on non-X11 displays
+  * xfce4-about - improve /etc/os-release value unquoting
+  * xfce4-about: Add support for 3A5000/loongarch64
+  * XfceShortcutDialog: Do not propagate key events
+  * XfceShortcutDialog: Fix a memory leak
+  * XfceShortcutsDialog: center the dialog on the parent window
+  * XfceShortcutsEditor: Add new vectorized constructor
+  * XfceShortcutsEditor: Allow NULL for section name and document it
+  * XfceShortcutsEditor: Allow to choose "Space" or "Enter" as shortcut
+  * XfceShortcutsEditor: Do not update editor if shortcut change failed
+  * XfceShortcutsEditor: Remove label formatting if necessary
+  * XfceShortcutsGrabber: Detect auto-repeat key press
+  * XfceShortcutsGrabber: Fix `-Wanalyzer-null-dereference` warning
-  * Revamp the documentation to uniformize accross components
-  * Prevent resizing on message display with XfceFilenameInput
-  * Delay whitespace warning in XfceFilenameInput
-  * Fix cast alignment warning
-  * Remove Gtk2 leftovers
-  * Don't reserve vertical space for subtitles in headerbars
-  * Translation Updates:
-  Albanian, Amharic, Arabic, Armenian, Armenian (Armenia), Basque,
-  Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese
-  (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
-  Eastern Armenian, English (Australia), English (United Kingdom),
-  Estonian, Finnish, French, Galician, German, Greek, Hebrew,
-  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
-  Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål,
-  Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese,
-  Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian,
-  Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur, Welsh
+  * Translation Updates
libxfce4util
+- Update to version 4.18.1
+  * Handle remaining escape sequences
+  * Fix desktop entry value escaping
+- Remove unused _service file
+
-  * build: Bump requirements for Xfce 4.18
-  * bump copyright to 2022
-  * docs: Fix return value of xfce_str_replace
-  * Update COPYING
+  * Bump requirements for Xfce 4.18
+  * Bump copyright to 2022
+  * Clean the build system and use the new XDT_VERSION_INIT
+  * Create new function xfce_create_shared_thumbnail_path
+  * doc: Fix typo in `xfce_*_append_quoted()`
-  * docs: Fix broken links
+  * docs: Fix broken links
+  * docs: Fix return value of xfce_str_replace
-  * Remove limit on the size of configuration file line
-  * Fix documentation of 'xfce_str_is_empty'
-  * Clean the build system and use the new XDT_VERSION_INIT
-  * Silence `-Wanalyzer-null-dereference` warnings
-  * doc: Fix typo in `xfce_*_append_quoted()`
-  * xfce-miscutils: Fix `deadcode.DeadStores` warning from `scan-build`
-  * i18n: Make sure to set locale according to environment
-  * Translation Updates:
-  Azerbaijani, Chinese (China), Georgian, Greek
-  * Memo for future devs: Deprecate xfce_str_replace
+  * Fix (some) GObject introspection warnings
-  * Remove duplicate xfce_str_is_empty
-  * Move xfce_append_quoted () to xfce-string
-  * Remove invalid custom ngettext() macro
+  * Fix documentation of 'xfce_str_is_empty'
-  * Add missing G_BEGIN_DECLS and G_END_DECLS
-  * Translation Updates:
-  Catalan, Galician, Italian
-  * Create new function xfce_create_shared_thumbnail_path
-  * usage of g_file_peek_path requires glib 2.56
-  * Add xfce_unescape_desktop_entry_value
-  * xfce-gio-extensions - management of gvfs trusted attribute
+  * i18n: Make sure to set locale according to environment
+  * Move xfce_append_quoted () to xfce-string
-  * Fix (some) GObject introspection warnings
+  * Remove duplicate xfce_str_is_empty
+  * Remove invalid custom ngettext() macro
+  * Remove limit on the size of configuration file line
-  * Translation Updates:
-  Belarusian, Estonian, Norwegian Bokmål, Spanish
+  * Silence `-Wanalyzer-null-dereference` warnings
+  * Translation Updates
+  * Update COPYING
+  * usage of g_file_peek_path requires glib 2.56
+  * xfce-miscutils: Fix `deadcode.DeadStores` warning from `scan-build`
libxslt
+- Security Fix: [bsc#1208574, CVE-2021-30560]
+  * Use after free in Blink XSLT
+  * Add libxslt-CVE-2021-30560.patch
+
libyui
+- Fixed build with GCC13 (-Woverloaded-virtual) (bsc#1208238)
+- build-all: Don't build bindings with --small (-s)
+- More docs for YShortcutManager (FAQ for our QA)
+- Merged PR #88 from krai:
+  libyui-ncurses: Replace off64_t with off_t and stat64 with stat
+- 4.4.9
+
libyui:libyui-ncurses
+- Fixed build with GCC13 (-Woverloaded-virtual) (bsc#1208238)
+- build-all: Don't build bindings with --small (-s)
+- More docs for YShortcutManager (FAQ for our QA)
+- Merged PR #88 from krai:
+  libyui-ncurses: Replace off64_t with off_t and stat64 with stat
+- 4.4.9
+
libyui:libyui-qt
+- Fixed build with GCC13 (-Woverloaded-virtual) (bsc#1208238)
+- build-all: Don't build bindings with --small (-s)
+- More docs for YShortcutManager (FAQ for our QA)
+- Merged PR #88 from krai:
+  libyui-ncurses: Replace off64_t with off_t and stat64 with stat
+- 4.4.9
+
libzypp-plugin-appdata
-- 0001-InstallAppdata-use-subprocess.run-instead-of-os.syst.patch:
-  Guard against shell injection which could happen if somebody gets
-  a .repo file with 'funny' repo names.
-- bsc#1206836, CVE-2023-22643
+- Update to version 1.0.1+git.20230117:
+  * InstallAppdata: use subprocess.run instead of os.system
+    (bsc#1206836, CVE-2023-22643)
+
+- Update to version 1.0.1+git.20220909:
+  * Add dist directory, for openSUSE packaging
+
+- Update to version 1.0.1+git.20220816:
+  * Drop call to appstreamcli refresh
+  * Added hardening to systemd service (bsc#1181400)
+  * Typo fix for command help
+- Drop harden_appstream-sync-cache.service.patch: fixed upstream.
+- Drop Appstream recommends: no longer needed, as we no longer call
+  appstreamcli.
mdadm
+- mdadm fails to change bitmap type from none to clustered (bsc#1208618)
+  1006-Grow-fix-can-t-change-bitmap-type-from-none-to-clust.patch
+
miniupnpc
+- update to 2.2.4:
+  * upnpc: use of @ to replace local lan address
+  * python module : Allow to specify the root description url
+  * Change directory structure : include/ and src/ directories.
+- drop makefile-deps-fix.patch (upstream)
+
mousepad
+- Update to version 0.6.0
+  * Dependency Changes:
+  - GLib >= 2.56.2
+  * New Features:
+  - Keep saved state in memory to track actual modification state
+  * Appearance Changes / Minor Improvements:
+  - Add "match whole word" toggle to search toolbar (#180, !124)
+  * Code Refactoring:
+  - cleanup: prefs: Reduce the diff from what Glade 3.40.0 would do
+  - cleanup: Use G_DECLARE_FINAL_TYPE
+  - cleanup: Remove dead code
+  - cleanup: Use consistent naming and avoid duplicated code
+  - build: Let xdt-depends.m4 macros set GLib macros
+  - flatpak: Updates from Flathub
+  * Bug Fixes:
+  - Clear undo action list in case of unbuffered modification
+  - Set file properties only for actual changes
+  - Emit "encoding-changed" after setting BOM if needed
+  - Update action states on reload
+  - Mark document as modified if line ending actually changes (Fixes #187)
+  - Do not show the menubar on Alt key release if focus is lost (#185)
+  - plugins: Do not resize unnecessarily the prefs dialog on Wayland
+  - Initialize static variable only once
+  - prefs-dialog: Improve history widget alignment (Fixes #173)
+  * Translation Updates
+
mutter
+- Update to version 41.9:
+  + Fixed crash [Jonas]
+
+- Update to version 41.8:
+  + Fix night light without GAMMA_LUT property [Jonas; !2435]
+  + wayland: Fix rotation transform [Robert; !1055]
+  + Fixed crash [Jonas; !2364]
+  + Misc. bug fixes [Olivier; !2463]
+
+- Update to version 41.7:
+  + KMS: Survive missing GAMMA_LUT property [Daniel; !2360]
+  + Fix --replace again [Jonas; !2432]
+- Update to version 41.6:
+  + Fix missing root window properties after XWayland start [Olivier; !2336]
+
+- Add mutter-crash-meta_context_terminate.patch: Fix SIGSEGV in
+  meta_context_terminate (bsc#1199382 glgo#GNOME/mutter#2267).
+
+- Update to version 41.5:
+  + Fix X11 → wayland drops ending up in the wrong wayland client.
+  + Allow forcing EGLStream backend.
+  + Updated translations.
+
nano
+- update to 7.2:
+  * <Shift+Insert> is prevented from pasting in view mode.
+
nautilus-share
+- Fix `'net usershare' returned error 255`; (bsc#1208375).
+  Add patch Bug1208375.patch.
+
-- Upgraded to version 0.7.2.
-- Removed upstreamed patches:
-  * nautilus-share-183413-restore-write-permissions.diff
-  * nautilus-share-181811-guest-permissions.diff
-  * nautilus-share-170212-restore-modified-permissions.diff
-  * nautilus-share-potfiles.patch
-  * nautilus-share-new-potfiles.patch
-
ndctl
+- Merge fixes since v75
+  +  daxctl-Fix-memblock-enumeration-off-by-one.patch
+  +  daxctl-Skip-over-memory-failure-node-status.patch
+  +  meson.build-fix-version-for-v75.patch
+  +  libndctl-msft-Remove-NDN_MSFT_SMART_-_VALID-defines.patch
+  +  libndctl-msft-Replace-nonsense-NDN_MSFT_CMD_SMART-co.patch
+  +  libndctl-msft-Add-custom-cmd_is_supported-method.patch
+  +  libndctl-msft-Improve-smart-state-reporting.patch
+
nfs-utils
+- Rename all drop-in options.conf files as 10-options.conf
+  This makes it easier for other packages to over-ride
+  with a drop-in with a later sequence number.
+  resource-agents does this.
+  (bsc#1207843)
+
+- 0026-modprobe-avoid-error-messages-if-sbin-sysctl-fail.patch
+  Avoid modprobe errors when sysctl is not installed.
+  (bsc#1200710 bsc#1207022 bsc#1206781)
+- 0027-nfsd-allow-server-scope-to-be-set-with-config-or-com.patch
+  Add "-S scope" option to rpc.nfsd to simplify fail-over cluster
+  config.
+  (bsc#1203746)
+
openblas:openmp
+- Recreate old library scheme for existing products:
+  It turned out the new scheme on existing systems has
+  been causing package breakages.
+- Do not generate baselibs.conf for HPC builds.
+- Add support for gcc11 & 12.
+- For SLE/Leap on x86_64 and s390x do not mix compiler versions
+  as this will make the gfortran ABI version inconsistent. Instead
+  use the stock compiler and set the list of kernels for x86_64
+  cores explicitly as Cooperlake requires compiler intrinsics
+  which are not provided by gcc 7.
+- Require at least 7G of disk space for building.
+
+- Make sure pre-existing (arch-independent) update-alternatives
+  are wiped before registering new ones.
+  Since update-alternatives has no reliable way to check if
+  a certain 'generic name' exists, brute-force it and ignore
+  any error (boo#1208248).
+- Remove totally pointless - ie. never executed - %%posttrans
+  script.
+- Restore generic link for update-alternatives. This is usually
+  set by the update-alternatives and it is '%ghost'ed but rpmlint
+  complains.
+- Add rpmlintrc rules to avoid false positives from consistently
+  guessing the update-alternatives generic name wrong.
+- Make arch dependent generic names conditional.
+
+- Do not set LIBNAMESUFFIX to mark different flavors as this causes
+  the SONAME to be different so that different flavors of OpenBLAS
+  cannot serve as plugin replacements of each other (boo#1177260).
+- Fix a fallout of making alternatives directory arch dependent.
+- Remove unneeded links that will be created by update-alternatives.
+  Create remaining links %post scripts properly %ghost-ing the files.
+
+- Make library links in the alternatives directory arch dependent.
+  This avoids conflicts when both 32-bit and 64-bit versions are
+  installed (boo#1207563).
+
openblas:pthreads
+- Recreate old library scheme for existing products:
+  It turned out the new scheme on existing systems has
+  been causing package breakages.
+- Do not generate baselibs.conf for HPC builds.
+- Add support for gcc11 & 12.
+- For SLE/Leap on x86_64 and s390x do not mix compiler versions
+  as this will make the gfortran ABI version inconsistent. Instead
+  use the stock compiler and set the list of kernels for x86_64
+  cores explicitly as Cooperlake requires compiler intrinsics
+  which are not provided by gcc 7.
+- Require at least 7G of disk space for building.
+
+- Make sure pre-existing (arch-independent) update-alternatives
+  are wiped before registering new ones.
+  Since update-alternatives has no reliable way to check if
+  a certain 'generic name' exists, brute-force it and ignore
+  any error (boo#1208248).
+- Remove totally pointless - ie. never executed - %%posttrans
+  script.
+- Restore generic link for update-alternatives. This is usually
+  set by the update-alternatives and it is '%ghost'ed but rpmlint
+  complains.
+- Add rpmlintrc rules to avoid false positives from consistently
+  guessing the update-alternatives generic name wrong.
+- Make arch dependent generic names conditional.
+
+- Do not set LIBNAMESUFFIX to mark different flavors as this causes
+  the SONAME to be different so that different flavors of OpenBLAS
+  cannot serve as plugin replacements of each other (boo#1177260).
+- Fix a fallout of making alternatives directory arch dependent.
+- Remove unneeded links that will be created by update-alternatives.
+  Create remaining links %post scripts properly %ghost-ing the files.
+
+- Make library links in the alternatives directory arch dependent.
+  This avoids conflicts when both 32-bit and 64-bit versions are
+  installed (boo#1207563).
+
openssl-1_1
+- FIPS: Serialize jitterentropy calls [bsc#1207994]
+  * Add openssl-1_1-serialize-jitterentropy-calls.patch
+
patterns-base
+- Rename command-not-found to scout-command-not-found
+  * command-not-found RPM has showed in pool still, we need to recommands
+    the exact filename to avoid the old one got picked
+
php7
+  fix CVE-2023-0568 [bsc#1208366], NULL byte off-by-one in php_check_specific_open_basedir
+  + php7-CVE-2023-0568.patch
+  fix CVE-2023-0662 [bsc#1208367], DoS vulnerability when parsing multipart request body
+  + php7-CVE-2023-0662.patch
+  https://github.com/php/php-src/commit/a92acbad873a05470af1a47cb785a18eadd827b5, relates to CVE-2023-0567 [bsc#1208388]
+  + php7-crypt-possible-buffer-overread.patch
+
+- security update
+- added patches
postgresql15
+- Update to 15.2:
+  * CVE-2022-41862, bsc#1208102: memory leak in libpq
+  * https://www.postgresql.org/about/news/2592/
+  * https://www.postgresql.org/docs/15/release-15-2.html
+- Bump latest_supported_llvm_ver to 15.
+
python3
+- Add bpo27321-email-no-replace-header.patch to stop
+  email.generator.py from replacing a non-existent header
+  (bsc#1208443, gh#python/cpython#71508).
+
+- Add CVE-2022-45061-DoS-by-IDNA-decode.patch to avoid
+  CVE-2022-45061 (bsc#1205244) allowing DoS by IDNA decoding
+  extremely long domain names.
+
qemu
+- Fixes: jsc#PED-1716  Add S390 features from IBM requirements
+  * Patches added:
+  dump-Add-architecture-section-and-sectio.patch
+  dump-Refactor-dump_iterate-and-introduce.patch
+  dump-Reintroduce-memory_offset-and-secti.patch
+  dump-Rename-write_elf_loads-to-write_elf.patch
+  dump-Rename-write_elf-_phdr_note-to-prep.patch
+  dump-Reorder-struct-DumpState.patch
+  dump-Replace-opaque-DumpState-pointer-wi.patch
+  dump-Rework-dump_calculate_size-function.patch
+  dump-Rework-filter-area-variables.patch
+  dump-Rework-get_start_block.patch
+  dump-Split-elf-header-functions-into-pre.patch
+  dump-Use-a-buffer-for-ELF-section-data-a.patch
+  dump-Write-ELF-section-headers-right-aft.patch
+  include-elf.h-add-s390x-note-types.patch
+  s390x-Add-KVM-PV-dump-interface.patch
+  s390x-Add-protected-dump-cap.patch
+  s390x-Introduce-PV-query-interface.patch
+  s390x-pv-Add-dump-support.patch
+
+- Fixed: bsc#1205847 (CVE-2022-4172), bsc#1203788 (CVE-2022-3165),
+  bsc#1205808 (CVE-2022-4144), bsc#1206527, bsc#1208139
+- Improved handling of: bsc#1202282 (jsc#PED-2592)
+  * Patches dropped:
+  pc-q35-Bump-max_cpus-to-1024.patch
+  * Patches added:
+  accel-abort-if-we-fail-to-load-the-accel.patch
+  bios-tables-test-add-test-for-number-of-.patch
+  bios-tables-test-teach-test-to-use-smbio.patch
+  dmg-warn-when-opening-dmg-images-contain.patch
+  hw-acpi-erst.c-Fix-memory-handling-issue.patch
+  hw-display-qxl-Avoid-buffer-overrun-in-q.patch
+  hw-display-qxl-Document-qxl_phys2virt.patch
+  hw-display-qxl-Have-qxl_log_command-Retu.patch
+  hw-display-qxl-Pass-requested-buffer-siz.patch
+  hw-smbios-add-core_count2-to-smbios-tabl.patch
+  hw-smbios-support-for-type-8-port-connec.patch
+  module-add-Error-arguments-to-module_loa.patch
+  module-removed-unused-function-argument-.patch
+  module-rename-module_load_one-to-module_.patch
+  openSUSE-pc-q35-Bump-max_cpus-to-1024.patch
+  s390x-tod-kvm-don-t-save-restore-the-TOD.patch
+  tests-acpi-allow-changes-for-core_count2.patch
+  tests-acpi-update-tables-for-new-core-co.patch
+  ui-vnc-clipboard-fix-integer-underflow-i.patch
+
+- Refactor building and installing SeaBIOS docs
+
+- Rename submodule patches so that it's clear which ones
+  are backports and which ones are downstream only fixes;
+- No functional change intended.
+  * Patches dropped:
+  Ignore-spurious-GCC-12-warning.patch
+  roms-sgabios-Fix-csum8-to-be-built-by-ho.patch
+  Makefile-define-endianess-for-cross-buil.patch
+  ipxe-Makefile-fix-issues-of-build-reprod.patch
+  qboot-add-cross.ini-file-to-handle-aarch.patch
+  sgabios-Makefile-fix-issues-of-build-rep.patch
+  Silence-GCC-12-spurious-warnings.patch
+  build-be-explicit-about-mx86-used-note-n.patch
+  enable-cross-compilation-on-ARM.patch
+  stub-out-the-SAN-req-s-in-int13.patch
+  help-compiler-out-by-initializing-array.patch
+  seabios-switch-to-python3-as-needed.patch
+  * Patches added:
+  openSUSE-Basetools-Ignore-spurious-GCC-1.patch
+  openSUSE-Makefile-Fix-csum8-to-be-built-.patch
+  openSUSE-Makefile-define-endianess-for-c.patch
+  openSUSE-Makefile-fix-issues-of-build-re.patch
+  openSUSE-add-cross.ini-file-to-handle-aa.patch
+  openSUSE-build-Makefile-fix-issues-of-bu.patch
+  openSUSE-build-Silence-GCC-12-spurious-w.patch
+  openSUSE-build-be-explicit-about-mx86-us.patch
+  openSUSE-build-enable-cross-compilation-.patch
+  openSUSE-pcbios-stub-out-the-SAN-req-s-i.patch
+  openSUSE-switch-to-python3-as-needed.patch
+  openSUSE-test-help-compiler-out-by-initi.patch
+
ristretto
+- Update to version 0.13.0
+  * New Features:
+  - Add print support (#1)
+  * Bug Fixes:
+  - editor-chooser: Expand tree view vertically
+  - properties-dialog: Update thumbnail on "ready" signal
+  - Fix remaining blurry icons when UI scale > 1
+  - thumbnailer: Properly support window scaling (#81)
+  - Revert "thumbnailer: Increase thumbnail sizes"
+  * Translation Updates
+
+- Update to version 0.12.4
+  * Bump requirements for Xfce 4.18
+  * Appearance Changes:
+  - thumbnailer: Increase thumbnail sizes (#81)
+  * Code Refactoring:
+  - build: Let xdt-depends.m4 macros set GLib macros
+  - flatpak: Update D-Bus permissions after changing file manager method
+  - flatpak: Updates from Flathub
+  - Remove duplicated RsttoMainWindow:device-scale property
+  * Bug Fixes:
+  - use-thunar-properties: Add & improve comments (!37)
+  - thumbnailer: Add a warning if D-Bus proxy creation failed
+  - Allow Xfconf initialization to fail (#19)
+  - thumbnailer: Add missing sanity checks
+  - Use a better-known bus name and object path for D-Bus proxy (#95, !36)
+  - Properly update iterator when browsing a list containing invalid files (#94)
+  - thumbnailer: Remove invalid files after processing thumbnail queue (#94)
+  * Translation Updates
+
scout
+- Update to version 0.2.7+20230124.b4e3468:
+  * Bump version to v0.2.7
+  * allow multiple baseurls in repo file
+  * remove deprecated class
+  * Translated using Weblate (Macedonian, German, Ukrainian)
+
+- Update to version 0.2.6+20211130.022a45c:
+  * Fix finding packages from repo with / in name
+  * Translated using Weblate (French, Slovak, Spanish)
+
+- Update to version 0.2.5+20210424.3bff388:
+  * Work with newer python3-rpm
+
+- Rename command-not-found to scout-command-not-found and add command-not-found provides
+
+- Update to version 0.2.4+20210325.6c2d9f3:
+  * Fix output of cnf ambiguous install (boo#1183980)
+  * Translated using Weblate (Indonesian, Catalan)
+  * Stop ignoring exceptions
+
+- Update to version 0.2.3+20200115.5b1005a:
+  * Bump version to 0.2.3
+  * Return success if found
+  * Update docs
+  * cnf: allow to install found package
+  * Translated using Weblate (Finnish, Estonian, Norwegian Nynorsk)
+
source-highlight
-- Replace ctags hard requirement with a recommendation for
-  libsource-highlight, fixes bsc#1193401
-- Run spec-cleaner
-
-- Add GCC 11 compatibility fix:
-  * 0001-Remove-throw-specifications.patch
-- Update source-highlight-doxygen_disable_timestamp_in_footer.patch
-  to allow using %autosetup
-
-- Do not use keyring for now as key signing key is not properly
-  published
-- Modernise spec-file and simplify depenency conditionals
-
-- restore keyring as sig is available from upstream
-
-- update to 3.1.9:
-  * changed esc.style to work better with dark theme terminals
-  * updated C and C++ to more recent standards
-  * fixed zsh.lang
-  * added new Python keywords
-  * added Rust
-  * added ixpe
-  * added vim
-- remove keyring as sig no longer is available
-
+- Build with graphiz-gnome, needed for png support in dot
+
+- update to 3.1.7:
+  * language definition for Lilypond
+  * language definition for R statistics programming language
+  * language definition for ISLISP
+  * improved Erlang definition file
+  * new output format: ESC 256 ascii code
+
+- remove explicit lib requires that are even wrong in parts
+
+- format sources to readd preamble
+
+- patch license to follow spdx.org standard
+
spice-vdagent
+- Drop allow-enable-on-boot-spice-vdagentd.service.patch. udev takes
+  care of this already.
+- Don't call systemctl enable in %post, that's what presets are for.
+- Add 0001-Switch-to-spice-vdagent.service-by-default.patch to allow
+  use of spice-vdagent.service
+
sudo
+- Added sudo-no-double-free.patch
+  * bsc#1208595
+  * Fix a situation where per-command chroot sudoers rules can cause
+    a double-free.
+
+- Added sudo-fix_NULL_deref_RunAs.patch
+  * bsc#1206483
+  * Fix a situation where "sudo -U otheruser -l" would dereference
+    a NULL pointer.
+
+- Added sudo-CVE-2023-22809.patch
+  * CVE-2023-22809
+  * bsc#1207082
+  * Prevent '--' in the EDITOR environment variable which can allow
+    users to edit sensitive files as root.
+
systemd
+- Drop a workaround related to systemd-timesyncd that addressed a Factory issue.
+
+- Conditionalize the use of /lib/modprobe.d only on systems with split usr
+  support enabled (i.e. SLE).
+
+- Import commit 119740915155d473de087bd633ba62c1c3e47d36 (merge of v249.15)
+  For a complete list of changes, visit:
+  https://github.com/openSUSE/systemd/compare/1bfa716e7fb6d7169cece864e75dfe9e52914c99...119740915155d473de087bd633ba62c1c3e47d36
+
+- Make use of the %systemd_* rpm macros consistently. Using the upstream
+  variants will ease the backports of Factory changes to SLE since Factory
+  systemd uses the upstream variants exclusively.
+
+- machines.target belongs to systemd-container, do its init/cleanup steps from
+  the scriptlets of this sub-package.
+
+- Make sure we apply the presets on units shipped by systemd package
+
+- systemd-testsuite: move the integration tests in a dedicated sub directory.
+
+- Move systemd-cryptenroll into udev package.
+
systemd-presets-common-SUSE
-- enable ignition-delete-config by default (bsc#1199524)
+- Enable spice-vdagent.service and xdg-user-dirs.service by default
+  (boo#1201728)
+
+- Enable systemd-pstore.service by default (jsc#PED-2663)
+
+- enable user side autostart of drkonqi socket (bsc#1203493).
-- Add the wireplumber user service preset to enable it by default
-  in SLE15-SP4 where it replaced pipewire-media-session, but keep
-  pipewire-media-session preset so we don't have to branch the
-  systemd-presets-common-SUSE package for SP4 (boo#1200485)
+- enable ignition-delete-config by default (bsc#1199524)
+
+- Enable appstream-sync-cache.service by default(bsc#1197684).
+- Replace the pipewire-media-session preset with a wireplumber
+  user service preset to enable it by default (bsc#1200485).
+
+- Haveged as a daemon is no longer required since kernel 5.6
+  do not enable by default.
+
+- To make update of package man work with its new upstream timer
+  and service units both called man-db enable also man-db.timer
+
tar
+- Fix CVE-2022-48303, tar has a one-byte out-of-bounds read that
+  results in use of uninitialized memory for a conditional jump
+  (CVE-2022-48303, bsc#1207753)
+  * fix-CVE-2022-48303.patch
+- Fix hang when unpacking test tarball, bsc#1202436
+  * remove bsc1202436.patch
+  * bsc1202436-1.patch
+  * bsc1202436-1.patch
+
thunar
+- Add switch_pane_shortcut.patch
+  Backport upstream fix for gxo#xfce/thunar#1005
+- Add differentiate_zoom_levels_between_view_modes.patch
+  Backport upstream fix for gxo#xfce/thunar#832
+
+- Update to 4.18.3:
+  * Prevent critical when changing directory (gxo#xfce/thunar#1014)
+  * Keep hidden toolbar hidden after Ctrl+L (gxo#xfce/thunar#1011)
+  * Prevent jumping cursor on file deletion (gxo#xfce/thunar#910)
+  * Prevent Critical when file counting is enabled
+  * Properly handle resident thunar plugins (gxo#xfce/thunar#1007)
+  * Translation Updates
+
+- Update to version 4.18.2:
+  * bulk renamer: Remember LastActiveMode (gxo#xfce/thunar#989)
+  * Dont show toolbar menu for back/forward (gxo#xfce/thunar#983)
+  * Double compact view ellipsization threshold
+  * Few thumbnails missing after scroll (gxo#xfce/thunar#843)
+  * Improve alignment of XfceFileNameInput
+  * Make 'empty trash' sensitive on tab-switch (gxo#xfce/thunar#1001)
+  * Only attach toolbar after toolbar items were set up (gxo#xfce/thunar#927)
+  * Prevent crash after closing windows (gxo#xfce/thunar#995)
+  * Prevent crash for copy+overwrite via DBus (gxo#xfce/thunar#1002)
+  * Prevent rare crash when closing thunar (gxo#xfce/thunar#698)
+  * Prevent segfault for location selector (gxo#xfce/thunar#994)
+  * Re-add symlink target in type column (gxo#xfce/thunar#985)
+  * Revert "Prevent focus stealing of file transfer dialog (gxo#xfce/thunar#643)"
+  * Shrink rename dialog only in height
+  * split-view: prevent losing open tabs (gxo#xfce/thunar#986)
+
+- Update to version 4.18.1:
+  * Fix several thumbnailing issues
+  * 'replace' option fixed for copy with '*.partial~' (gxo#xfce/thunar#974)
+  * Preserve trusted state when launchers are copied
+  * Don't reset zoom-level for directory specific settings (gxo#xfce/thunar#970)
+  * Prevent build failure for NixOS (gxo#xfce/thunar#972)
+  * Prevent location bar crash (gxo#xfce/thunar#968)
+  * Translation Updates
+
+- Update to version 4.18.0:
+  New features: (see https://alexxcons.github.io/blogpost_8.html)
+  - List View
+  - Image Preview
+  - Undo and Redo
+  - File Highlight
+  - Customizable Toolbar
+  - Split View
+  - Statusbar
+  - Recursive Search
+  - Recently used files shown in the side pane
+  - New Bookmark Menu
+  - Trash directory with easy access to `Empty Trash' and `Restore'
+    functionality
+  - Improvements to the Default Applications management
+  - Custom Actions can be arranged in cascading submenus
+  - Preferences dialogs got streamlined
+  Bug fixes:
+  * Dont reset zoom-level for directory specific settings (gxo#xfce/thunar#970)
+  * Prevent build failure for NixOS (gxo#xfce/thunar#972)
+  * Prevent location bar crash (gxo#xfce/thunar#968)
+  * build: Let xdt-depends.m4 macros set GLib macros
+  * Translate the string "Search: " (gxo#xfce/thunar#953)
+  * Fix typo in tooltip
+- Bump build requirements for 4.18.0
+- Remove _service stuff
+
thunar-plugin-media-tags
+- Update to version 0.4.0
+  * build: Add GLib requirement
+  * build: Fix autotools warnings
+  * Replace libexo with libxfce4util
+  * Replace ExoBinding with GBinding
+  * Fix compilation warnings
+  * Adds new README.md and updates
+  * AM_INIT_AUTOMAKE macro with foreign option
+  * A couple of autotools improvements
+  * Translation Updates
+
thunar-volman
+- Update to version 4.18.0:
+  * Bump build requirements for Xfce 4.18.0
+- Update to 4.17.1:
+  * bump copyright year
+  * Drop subtitle from settings dialog
+- Update to 4.17.0:
+  * autoconf: Use AC_CONFIG_MACRO_DIRS
+  * build: Fix intltool lock file problem during make distcheck
+  * Update COPYING
+  * Fix compilation warnings
+  * automake: Enable subdir-objects
+  * autoconf: Some updates
+  * Update `.gitignore`
+  * Replace ExoBinding with GBinding
+  * Remove GSourceFunc casts (!5)
+  * Translation Updates:
+    Arabic, Belarusian, Catalan, Croatian, Czech, Estonian, Galician,
+    Greek, Hebrew, Hindi, Norwegian Bokmål, Occitan (post 1500),
+    Romanian, Russian, Spanish, Turkish
+
tpm2-0-tss
+- add 0001-tss2_rc-ensure-layer-number-is-in-bounds.patch: fixes
+  CVE-2023-22745 (bsc#1207325): Buffer Overlow in TSS2_RC_Decode. Overly large
+  RC values passed to the TSS2 function could lead to memory overread or
+  memory overread.
+
tumbler
+- Update to version 4.18.0
+  * Bump requirements for Xfce 4.18
+  * Performance improvements for the pixbuf-thumbnailer and the scheduler
+  * Implement multiple overwrite options for the desktop-thumbnailer
+  * Add support for the thumbnail sizes x-large and xx-large, which are
+    very useful for high resolution displays
+  * Tumbler and Thunar now support shared thumbnail repositories, like
+    described in the freedesktop.org thumbnail specification. This feature
+    can be used to produce thumbnails for a folder in advance, directly
+    located near the pictures. Like that, the thumbnails don't need to be
+    re-generated for each individual user.
+  * tumbler.rc: Fix typo in explanatory comment
+  * For the full list of changes from the 4.17 development branch see the
+    packaged NEWS file.
+- Restore RAW tumbnailer as issue with libopenraw 0.3 should be fixed
+
webkit2gtk3
-- Update to version 2.38.3 (boo#1206474):
+- Update to version 2.38.5 (boo#1208328):
+  + Fix large memory allocation when uploading content.
+  + Fix scrolling after a history navigation with PSON enabled.
+  + Always update the active uri of WebKitFrame.
+  + Fix the build on Ubuntu 20.04.
+  + Fix several crashes and rendering issues.
+  + Security fixes: CVE-2023-23529.
+- Add webkit2gtk3-gtk4-build-fix.patch: fix the build with gtk
+  4.6.0.
+
+- Update to version 2.38.4 (boo#1207997):
+  + Improve GStreamer multimedia playback across the board with
+    improved codec selection logic, better handling of latency, and
+    improving frame discard to avoid audio/video
+    desynchronizationg, among other fixes.
+  + Disable HLS media playback by default, which makes web sites
+    use MSE instead. If needed WEBKIT_GST_ENABLE_HLS_SUPPORT=1 can
+    be set in the environment to enable it back.
+  + Disable threaded rendering in GTK4 builds by default, as it was
+    causing crashes.
+  + Fix MediaSession API not showing artwork images.
+  + Fix MediaSession MPRIS usage when running inside a Flatpak
+    sandbox.
+  + Fix input element controls to correctly scale when applying a
+    zoom factor different than the default.
+  + Fix leakage of Web processes in certain situations.
+  + Fix the injected bundle not being found when running inside a
+    sandbox.
+  + Fix the build with ENABLE_INTROSPECTION when cross-compiling.
+  + FIx the build with ENABLE_WEBGL disabled.
+  + Fix the build with GStreamer-based WebRTC enabled.
+  + Fix the build with USE_GTK4 enabled.
+  + Fix several crashes and rendering issues.
+  + Security fixes: CVE-2023-23517, CVE-2023-23518, CVE-2022-42826.
+
+- Update to version 2.38.3 (boo#1206474 boo#1206750):
-  + Security fixes: CVE-2022-42856.
+  + Security fixes: CVE-2022-42852, CVE-2022-42856, CVE-2022-42867,
+    CVE-2022-46692, CVE-2022-46698, CVE-2022-46699, CVE-2022-46700.
+  + Security fixes: CVE-2022-46691.
-  + Security fixes: CVE-2022-32888, CVE-2022-32923.
+  + Security fixes: CVE-2022-32888, CVE-2022-32923, CVE-2022-42863.
xdg-user-dirs
+- Add patch to provide a systemd user service
+  (gh#systemd/systemd#18791, boo#1201728):
+  * 0001-Add-a-systemd-service-to-run-xdg-user-dirs-update.patch
+
+- update to 0.18:
+  + Fixed minor leak
+  + Updated translations
+  + Documentation fixes
+
+- Remove obsolete translation-update-upstream support
+  (jsc#SLE-21105).
+
+- No longer recommend -lang: supplements are in use.
+
+- update to 0.17:
+  + Respect $HOME in favor of getpwuid()
+  + Updated translations
+  + Documentation spelling fixes
+
-- Update to version 0.14:
-  + Fix permissions of ~/.config if created (should be 0700)
-  + Updated translations
-
-- Added support for translation-update-upstream.
-
-- Update to version 0.13:
-  + Fix a memleak
-  + Updated translations
-
-- Update to version 0.12:
-  + Updated translations
-- Changes from version 0.11:
-  + Switch DOWNLOAD default to "Downloads" instead of "Download" to
-    to match the other names
-  + Fix bashisms in xdg-user-dirs
-  + Updated translations
-- Use spec-cleaner to clean the spec file.
-- Drop sr-latin-rename.diff and instead rename the .mo file after
-  the "make install" call.
-- Do not package empty TODO file.
-
-- sr@Latn -> sr@latin
-
xfce4-notifyd
+- Update to 0.8.0:
+  * Notification windows don't need to be override-redirect
+  * Reposition notifications when workarea changes
+  * Add setting to allow ignoring app-specified expire timeout
+  * Add setting to never expire notifications
+  * Update log viewer in settings when log changes on disk
+  * Fix one more unnecessary full count of unread messages
+  * Update log entry icons when marking all read
+  * Remove unused var
+  * Use new unread emblem for icons in log
+  * Stop checking if there are unread notifications as often
+  * Improve the panel icon when there are unread notifications
+  * Make the log max size a little friendlier
+  * Remove warning about high log size limit
+  * Add ability to mark individual log entries read
+  * Add emblem to icon of unread messages in log
+  * Make migrating the old log file more robust
+  * Remove bool returns from the log write functions
+  * Improve unread handling
+  * Make max-log-size option work again
+  * Add missing finalize for 'delete all' sqlite statement
+  * Implement progressive loading for log viewer
+  * Move log viewer to its own widget/file
+  * Add options for what to do when opening the plugin menu
+  * Add option to only show unread notifications in plugin menu
+  * Reduce some error-checking boilerplate
+  * Glade-ify the plugin settings dialog
+  * Queue writes to sqlite database
+  * settings: don't bail if libnotify init fails
+  * Fix deprecated unitless font-size in ZOMG-PONIES! theme
+  * Rearrange settings dialog
+  * Add ability to delete individual log entries
+  * Update my copyright & email
+  * Add timestamp formatting options
+  * Clean up extraneous things in settings glade file
+  * Add "Mark All Read" button to settings and panel plugin
+  * Move notification log to sqlite
+  * Set default debug based on git/not-git
+  * Remove configure.ac from gitignore
+  * Eliminate need for pre-processed configure.ac.in
+  * Translation Updates
+
+- Update to 0.7.3:
+  * Add timestamp to log entries in settings and plugin menu
+  * Update description text of apps panel in settings
+  * Change text of option to "Allow urgent notifications"
+  * Add panel plugin setting for log icon size in menu
+  * Make it easier to add things to the panel plugin settings
+  * Fix possible segfault when counting apps frequency in log
+  * Clean and DRY up the log population code
+  * Fix panel plugin menu icon blurriness when UI scale > 1
+  * Update XfceNotifyDaemon header comment
+  * Translation Updates
+
+- Update to 0.7.2:
+  * Fix sound proplist memleak when notification isn't shown
+  * Improve sorting in known apps list of settings
+  * Add extra margin in the known app settings
+  * Fix word casing in known app settings
+  * Add ability to exclude specific applications from log
+  * Better, non-quadratic algo for xfce_notify_count_apps_in_log()
+  * Plug memleak in notify_get_from_desktop_file()
+  * Redesign the known apps panel a bit
+  * Remove a few more GTK_CHECK_VERSION call sites
+  * Avoid use-after-free when deleting known app
+  * Improve algo for finding desktop file for known app name
+  * Improve icon loading for known apps list
+  * Don't set invalid icon name in known apps list
+  * Translation Updates
+
+- Update to 0.7.1:
+  * Fix incorrect usage of XDT_CHECK_OPTIONAL_PACKAGE
+  * Properly validate markup
+  * Update glade file to remove use of deprecated properties
+  * Support the 'action-icons' hint
+  * Add support for notification sounds
+  * Clean up notification ID storage
+  * Return replaces_id if provided
+  * Remove xfconf prop name define duplication
+  * Add ability to disallow certain apps to send critical notifications
+  * Add a context menu that allows individual known application deletion
+  * Fix a slide-out loop when the mouse pointer is in the way
+  * Add option to hide panel button when no unread notifications
+  * Remove more pre-GTK-3.22 guards
+  * Bump GTK minimum to 2.22 and remove/ifdef X11-isms
+  * Support Wayland
+  * Don't set a nonsensical icon name
+  * Clean up xfce_notify_window_set_icon_pixbuf()
+  * xfce_notify_window_set_icon_pixbuf() shouldn't take ownership
+  * Move urgency hint fetch inside check for correct type
+  * DRY up the configuration handling
+  * Add pref to show summary & body with gauge values
+  * Update glade file to latest version
+  * settings: Disable single click to mute apps
+    (gxo#apps/xfce4-notifyd#5)
+  * Do not treat zero expiration time as urgent
+  * Add compile_flags.txt generation
+  * Fix incorrect icon name for preview notification
+  * Fix blurry icons when UI scale factor > 1
+  * build: Let xdt-depends.m4 macros set GLib macros
+  * Translation Updates
+
xfce4-panel
+- Ensure statusnotifier plugin is fully usable with appindicators
+
+- Update to version 4.18.2
+  * directorymenu: Add missing sanity check
+  * panel: Properly handle null string as property default value
+  * Revert "Use RGBA visual only if compositing is enabled (Fixes
+    gxo#xfce/xfce4-panel#251)" (gxo#xfce/xfce4-panel#672)
+  * Revert "systray: Do not require compositing to be enabled to
+    use RGBA visual"
+  * systray: Fix blurry icons in prefs dialog when UI scale > 1
+  * launcher: Fix blurry icons in prefs and add dialogs when UI
+    scale > 1
+  * launcher: Use GIcon for the tooltip icon (gxo#xfce/xfce4-panel#674)
+  * pager: Use WnckHandle if available (gxo#xfce/xfce4-panel#695)
+  * Translation Updates
+
+- Update to version 4.18.1
+  * Update copyright year
+  * clock: Add missing sanity check
+  * clock: Do not override custom font formats
+  * clock: Fix sync timeout
+  * docs: Fix version for xfce_panel_set_image_from_source()
+  * libxfce4panel: Deprecate XfcePanelImage
+  * tasklist: Adapt wnck default icon size when UI scale > 1
+    (gxo#xfce/xfce4-panel#681)
+  * tasklist: Do not duplicate menu item activation
+  * tasklist: Fix group button visibility
+  * tasklist: Fix scrolling through window buttons (gxo#xfce/xfce4-panel#692)
+  * tasklist: Fix window count positioning when UI scale > 1
+  * tasklist: Keep icon pixbuf around and use surface also for menu items
+  * windowmenu: Adapt wnck default icon size when UI scale > 1
+    (gxo#xfce/xfce4-panel#682)
+  * Translation Updates
+
+- Update to version 4.18.0
+  * Bump requirements for Xfce 4.18
+  * Translation Updates
+
xfce4-power-manager
+- Update to version 4.18.1
+  * Update copyright year
+  * Use XfceScreensaver from Libxfce4ui (!33)
+  * screensaver: Fall back on lock command if D-Bus call failed (#142, !24)
+  * panel-plugin: Properly disconnect signal handler
+  * build: Fix autotools warnings
+  * Fix management of source ids
+  * panel-plugin: Add missing ref on image
+  * Fix blurriness in icons when UI scale factor > 1 (!30)
+  * Translation Updates
+
+- Update to version 4.18.0
+  * Bump requirements for Xfce 4.18
+  * Translation Updates
+- Remove inhibit_dpms.patch
+- Update to version 4.17.1
+  * Bump copyright year to 2022
+  * Do not include `config.h` in headers
+  * autoconf: Use AC_CONFIG_MACRO_DIRS
+- Update to version 4.17.0
+  * Allocate dynamic memory to `what` so that it can be `g_free`d later
+  * Connect to polkit signal via GDBusProxy generic signal
+  * Do not log a warning about expected behavior
+  * Fix compilation warnings
+  * Fix icon name in autostart launcher
+  * Fix intltool lock file bug in make distcheck
+  * Fix memory corruption due to incorrect g_ptr_array usage
+  * Fix memory leak and make `while` more efficient
+  * Fix missing-prototypes
+  * Fix va_args usage in get_device_icon_name
+  * Free `eggalarm` after its last use
+  * Increase sleep timeout to 6hrs (gxo#xfce/xfce4-settings#80)
+  * Inhibit DPMS when getting power inhibit request.
+  * Lower minimum inactivity to 5 minutes
+  * Remove GSourceFunc casts
+  * Remove a floating reference
+  * Revert "Lower minimum inactivity to 5 minutes"
+  * Translation Updates
+  * automake: Enable subdir-objects
+  * backlight: always update notification
+  * panel-plugin: Switch percentage and time
+  * remove unused variable show_presentation_indicator
+  * settings: Revert type hint change
+
xfce4-screensaver
+- Migration of PAM settings to /usr/lib/pam.d.
+
xfce4-screenshooter
-- update to 1.10.0:
+- Update to 1.10.3
+  * Lower minimal Xfce dependencies back to 4.16
+  * Remove fallback code
+
+- update to 1.10.2:
+  * Fix capture of CSD windows
+  * Fix active window and region capture modes
+  * Consider scale factor while capturing screenshots with cairo
+  * Support libsoup2 and 3 simultaneously
+  * save dialog: show preview of selected file
+  * Save preferences of panel plugin
+  * Translation Updates
+
+- Update to version 1.10.1:
+  * Fixes capture of screenshots after first time (gxo#apps/xfce4-screenshoter#89)
+  * libsoup: Migrate to 3.0 (gxo#apps/xfce4-screenshoter#88)
+  * Fix typo in NEWS file
+  * Translation Updates
+
+- Update to version 1.10.0:
+  * Bump requirements for Xfce 4.18
-  * Bump dependencies
-  * Translation Updates:
-  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
-  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
-  Dutch, Eastern Armenian, English (Australia), English (United
-  Kingdom), Estonian, Finnish, French, Galician, Georgian, German,
-  Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue,
-  Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian
-  Bokmål, Occitan (post 1500), Persian (Iran), Polish, Portuguese,
-  Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish,
-  Swedish, Thai, Turkish, Ukrainian
+  * Translation Updates
xfce4-session
+- Update to version 4.18.1
+  * Update copyright year
+  * Fix bus name acquisition/ownership (#54, !34)
+  * Use XfceScreensaver from Libxfce4ui (!35)
+  * build: Fix previous commit
+  * build: Fix autotools warnings
+  * Avoid duplicating directories in the tail of $XDG_* envs (#111, !21)
+  * settings: Fix memory leak
+  * libxfsm: Fix wrong return value
+  * Fix memory leaks when opening xfce4-session-settings
+  * Fix blurry session snapshots (!33)
+  * Fix blurry icons in autostart tab when UI scale > 1 (!33)
+  * build: Fix GTK deprecation warnings (!32)
+  * build: Fix some other GDK deprecation warnings (!32)
+  * build: Fix gdk_error_trap_push/pop() deprecation warnings (!32)
+  * build: Let xdt-depends.m4 macros set GLib macros (!32)
+  * build: Remove GDK_VERSION_MIN_REQUIRED/MAX_ALLOWED (!32)
+  * Make use of translations for run hooks (Fixes #156)
+  * Translation Updates
+- Regenerate xfce4-session-adapt-session-scripts-git.patch and
+  xfce4-session-adapt-session-scripts.patch
+- Remove two stray comments about add-light-locker-support patches
+
+- Update to version 4.18.0
+  * Bump requirements for Xfce 4.18
+  * Translation Updates
+- Remove add-light-locker-support-git.patch and add-light-locker-support.patch
+- Update to version 4.17.2
+  * logout-dialog: New Xfconf property "ShowSave" (!29)
+  * bump copyright year to 2022
+- Update to version 4.17.1
+  * Translation Updates
+- Update to version 4.17.0
+  * settings: Revert type hint change
+  * Check getgrgid(3) return value to avoid crash
+  * build: Fix intltool lock file problem during make distcheck
+  * Remove pre-defined lockers
+  * Refresh list of screensavers (#17)
+  * Do not mind output of screensaver, if successful
+  * Run custom command in a separate shell
+  * Avoid extra pause by redirecting stdin
+  * Update COPYING
+  * Increase switch user timeout (!25)
+  * xflock4: Apply initial delay before running a screensaver/locker (#29)
+  * xflock4: Update copyrights
+  * xflock4: make the script executable
+  * Add labels to inline toolbar buttons
+  * Use correct icon for Close button
+  * Translation Updates
+
xfce4-settings
+- Update to version 4.18.2
+  * Update copyright year
+  * mime-settings: Increase dialog size (!96)
+  * display: fix blurry 'help' indicator on output (#400, !95)
+  * display: fix blurry icon in profiles treeview
+  * display: fix blurry icons in minimal display settings dialog
+  * mime: fix blurry icons in default app menus
+  * mouse: fix blurriness in cursor theme previews
+  * appearance: fix blurry subpixel antialias icons
+  * appearance: fix blurry icon theme previews
+  * xfsettingsd: Make xsettings.xml well-formed (Fixes #431, !94)
+  * xfsettingsd: Remove duplicated config line (Fixes #425)
+  * Translation Updates
+
+- Update to version 4.18.1
+  * xfsettingsd: Make CSD (client side decorations) for dialogs opt-in
+  * Translation Updates
+
-  * Translation Updates:
-  Hungarian, Lithuanian, Russian, Swedish, Turkish
-  * Translation Updates:
-  * Chinese
-  * Revert "Escape characters which do not belong into an URI/URL (Issue
-  * #390)"
+  * Revert "Escape characters which do not belong into an URI/URL
+    (gxo#xfce/xfce4-settings#390)
-  * Revert "keyboard: Correctly initialize setting (Fixes #310)"
+  * Revert "keyboard: Correctly initialize setting (gxo#xfce/xfce4-settings#310)"
-  * Fix typo
-  * Translation Updates:
-  Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian,
-  Belarusian (Tarask), Bengali, Bulgarian, Catalan, Chinese (China),
-  Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish,
-  Dutch, Eastern Armenian, English (Australia), English (Canada),
-  English (United Kingdom), Estonian, Finnish, French, Galician,
-  Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian,
-  Interlingue, Italian, Japanese, Kabyle, Kazakh, Korean, Lithuanian,
-  Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500),
-  Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,
-  Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur
+  * Translation updates
xfce4-taskmanager
+- Update to version 1.5.5
+  * Bump requirements for Xfce 4.18
+  * Stick process view at the top in the absence of user action
+  * Get rid of GtkHeaderBar
+  * Translation Updates
+
-- update to version 1.0.1
-  - add "Run Task Manager as root" item in "Execute" menu
-  - add a menu position function
-  - fix shell substitution for Korn Shell (ksh)
-  - set monitor's background box use the prelight state
-  - remove quit tool button
-  - OpenBSD removed KERN_PROC2/KINFO_PROC2 some months ago.
-  - translation updates
-
xfce4-whiskermenu-plugin
+- Update to version 2.7.2
+  * Fix missing version number
+  * Fix memory leak when adding launchers to panel
+  * Fix skipping first treeview item when switching modes
+  * Fix clipping when changing application icon size
+  * Fix missing NULL checks with String class
+  * Use Thunar for adding launchers to desktop
+  * Translation Updates
+
xfconf
+- Update to version 4.18.0
+  * Bump requirements for Xfce 4.18
+  * xfconf: Prevent Use-After-Free in GClosureNotify
+
xfdesktop
+- Update to version 4.18.1:
+  * Load removable volume information asynchronously
+  * Fix apps menu not popping up when menu icons disabled
+  * Translation Updates
+
+- Rebase xfdesktop-default-background-image.patch for Xfce 4.18
+- Add *.svg wallpapers to the file list
+
+- Update to version 4.18.0
+  * Bump requirements for Xfce 4.18
+  * Add wallpapers of Xfce 4.18 wallpaper contest
+  * Delete" menu entry in the context menu can now be hidden.
+  * On pressing 'rearrange desktop icons', the user is asked for confirmation
+  * Translation Updates
+  * For the complete list of changes from the development branch 4.17 please
+    see the packaged NEWS file
+- Removed unused _service file
+
xfwm4
+- Update version to 4.18.0
+  * Bump requirements for Xfce 4.18
+  * Added functionality to move window to another monitor
+  * Added radio buttons and checkboxes to window menu
+  * bump copyright to 2022
+  * Change dialog help and close button icons
+  * cleanup: Don't use parenthesis when returning constants
+  * client: Do not hide transients for group if above
+  * client: Fix
+  * client: Get the GdkDisplay from ScreenInfo
+  * client: Handle removal of GTK_FRAME_EXTENTS
+  * client: Move getSizeExcludingMargins()
+  * client: No need to always reconfigure on monitor change
+  * client: Preserve saved position on monitor change
+  * client: Toggle from partial maximization to unmaximize
+  * client: Update workarea only for windows with struts
+  * client.c: fix a little typo
+  * client.h: move STRUTS_SIZE to hints.h
+  * common: xfwm_get_monitor_geometry() report fail via return code, fix potential NULL
+  * compositor: Add support for adaptive vsync with GLX
+  * compositor: Add throttled repaint
+  * compositor: Clear root backing pixmap before use
+  * compositor: Damage window when adding the opaque region
+  * compositor: Disable GLX on mutli-screen (Zaphod)
+  * compositor: Disable GLX vblank with virgl
+  * compositor: Do not clear timeout on retry
+  * compositor: Do not set deprecated compositor selection
+  * compositor: fix ifdef
+  * compositor: fix printf format strings
+  * compositor: Fix repaint timeout
+  * configure.ac.in: configure option to enable poswin
+  * configure.ac.in: drop obsolete check for libSM
+  * configure.ac.in: drop unused HAVE_CYGWIN conditional
+  * configure.ac.in: fix obsolete AC_HEADER_STDC / obsolete checks
+  * configure.ac.in: replace obsolete AC_HELP_STRING
+  * display: check for XResQueryClientIds to enable XRes extension.
+  * drop obsolete and unsupported KDE systray protocol
+  * Drop subtitle and use symbolic close icon
+  * Drop subtitle from workspace settings dialog
+  * Fix build warnings
+  * Fix intltool lock file bug in make distcheck
+  * focus: Check for user focus for when passing focus
+  * focus: Fix focus being lost on workspace switch
+  * gitignore: add files generated by distcheck
+  * icons: Check XGetGeometry() appropriate return value
+  * icons: Gracefully handle non-existent icons
+  * Make workspace setting workable with other window managers
+  * Makefile.am: remove stale intltool-merge lockfile
+  * menu: Small code cleanup
+  * Merge branch 'drsudo/xfwm4-layerRadioBox'
+  * netwm: Do not use _NET_WM_PING in multi-screen
+  * netwm: Fix clientValidateNetStrut()
+  * netwm.c: simplify and optimize struts array
+  * placement: Add new function to compute the max space available
+  * placement: Auto-maximize windows with both width and height
+  * placement: clientMaxSpace() drop unused variable
+  * placement: Compute struts using output scale
+  * placement: Factorize max space computation
+  * placement: Fix the initial position
+  * placement: Ignore struts from windows on other monitors
+  * placement: Remove the "same monitor" param
+  * placement: Restack fullscreen window when necessary
+  * placement: Small cleanup
+  * placement: Use a GdkRectangle instead of multiple coords
+  * placement: Windows on different screens cannot overlap
+  * Post release tag bump
+  * poswin: Fix location with client-side decorations
+  * Remove redundant code
+  * Replace stock icons
+  * screen: Add a new API to get the screen max space
+  * settings-dialogs: Remove ENABLE_NLS ifdefs
+  * settings: Enable either windows wrap or tiling
+  * settings: Fix untranslatable string
+  * stacking: Above goes on top of fullscreen
+  * startup-notification: Fix timeout computation
+  * startup-notification: Reduce timeout to 10 seconds
+  * Translation Updates
+  * ui_style: drop unused getUIPangoContext()
+  * updated NEWS
+  * Use symbolic icons
+  * wireframe: add window class hint to wireframes
+  * workspace: Update maximized on struts change
+  * xfce-wm-menu.png: Fix the 22x22 icon size
+
yast2-packager
+- Fixed a crash when selecting depending products (bsc#1208421)
+- 4.5.16
+
+- Ruby 3.2: Change a test to treat dir:///foo equal to dir:/foo
+  (bsc#1207239)
+- 4.5.15
+
yast2-trans
+- Update to version 84.87.20230211.83e08d8766:
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * New POT for text domain 'iscsi-client'.
+  * New POT for text domain 'control'.
+  * New POT for text domain 'base'.
+  * Translated using Weblate (French)
+  * Translated using Weblate (French)
+  * Translated using Weblate (French)
+  * Translated using Weblate (French)
+  * Translated using Weblate (French)
+  * Translated using Weblate (French)
+  * Translated using Weblate (French)
+  * Translated using Weblate (French)
+  * Translated using Weblate (French)
+  * Translated using Weblate (French)
+  * Translated using Weblate (French)
+  * Translated using Weblate (French)
+  * Translated using Weblate (French)
+  * Translated using Weblate (French)
+  * Translated using Weblate (French)
+  * Translated using Weblate (French)
+  * Translated using Weblate (French)
+  * Translated using Weblate (French)
+  * Translated using Weblate (French)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (French)
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * New POT for text domain 'control'.
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (French)
+  * Translated using Weblate (French)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (Chinese (China) (zh_CN))
+
+- Update to version 84.87.20230202.68f7d5c2e4:
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Portuguese)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Japanese)
+  * New POT for text domain 'samba-client'.
+  * Translated using Weblate (Georgian)
+
+- Update to version 84.87.20230130.b344a57eef:
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (German)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (German)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (German)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (German)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * New POT for text domain 'packager'.
+  * New POT for text domain 'control'.
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Japanese)
+  * New POT for text domain 'ntp-client'.
+  * Translated using Weblate (Macedonian)
+  * New POT for text domain 'network'.
+  * New POT for text domain 'control'.
+  * Translated using Weblate (Macedonian)
+
+- Update to version 84.87.20230123.08c503a922:
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Portuguese)
+  * Translated using Weblate (Portuguese)
+  * Translated using Weblate (Portuguese)
+  * Translated using Weblate (Portuguese)
+
+- Update to version 84.87.20230116.80083546af:
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Added translation using Weblate (Georgian)
+  * Added translation using Weblate (Georgian)
+  * Added translation using Weblate (Georgian)
+  * Added translation using Weblate (Georgian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * New POT for text domain 'packager'.
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Georgian)
+
+- Update to version 84.87.20230109.3afefde4ef:
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Added translation using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Added translation using Weblate (Georgian)
+
+- Update to version 84.87.20230101.7fa7ea8642:
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * New POT for text domain 'security'.
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Georgian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+
+- Update to version 84.87.20221218.6fdb651e97:
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Finnish)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Japanese)
+  * New POT for text domain 'add-on'.
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Japanese)
+  * Translated using Weblate (Japanese)
+  * New POT for text domain 'iscsi-lio-server'.
+  * New POT for text domain 'control'.
+
+- Update to version 84.87.20221210.680714a939:
+  * New POT for text domain 'kdump'.
+  * New POT for text domain 'users'.
+  * Translated using Weblate (Romanian)
+  * Translated using Weblate (Macedonian)
+
+- Update to version 84.87.20221203.a7355e12ff:
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Bulgarian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * New POT for text domain 'autoinst'.
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * New POT for text domain 'pam'.
+  * New POT for text domain 'control'.
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * New POT for text domain 'country'.
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * New POT for text domain 'storage'.
+  * New POT for text domain 'online-update'.
+  * New POT for text domain 'ntp-client'.
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Japanese)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Japanese)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * New POT for text domain 'storage'.
+  * New POT for text domain 'installation'.
+  * New POT for text domain 'autoinst'.
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Japanese)
+  * Translated using Weblate (Japanese)
+  * Translated using Weblate (Macedonian)
+  * New POT for text domain 'update'.
+  * New POT for text domain 'security'.
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Czech)
+
+- Update to version 84.87.20221114.6ac294712f:
+  * New POT for text domain 'qt-pkg'.
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Arabic)
+  * New POT for text domain 'samba-client'.
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+
+- Update to version 84.87.20221106.2505f85442:
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Japanese)
+  * New POT for text domain 'cluster'.
+  * Translated using Weblate (Macedonian)
+  * New POT for text domain 'autoinst'.
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (French)
+  * Translated using Weblate (French)
+  * Translated using Weblate (French)
+
+- Update to version 84.87.20221029.429a275094:
+  * Translated using Weblate (Macedonian)
+  * New POT for text domain 'packager'.
+  * New POT for text domain 'firstboot'.
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Macedonian)
+  * New POT for text domain 'registration'.
+  * New POT for text domain 'base'.
+  * New POT for text domain 'add-on'.
+
+- Update to version 84.87.20221023.365770fb5e:
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Japanese)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Japanese)
+  * Translated using Weblate (Catalan)
+  * New POT for text domain 'registration'.
+  * New POT for text domain 'installation'.
+  * New POT for text domain 'firstboot'.
+  * New POT for text domain 'country'.
+  * New POT for text domain 'network'.
+  * New POT for text domain 'autoinst'.
+
+- Update to version 84.87.20221016.284cfa770d:
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Italian)
+
+- Update to version 84.87.20221009.3d63202666:
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Italian)
+  * New POT for text domain 'base'.
+  * Translated using Weblate (Russian)
+  * New POT for text domain 'iscsi-client'.
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+
+- Update to version 84.87.20220930.817f83073b:
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * New POT for text domain 'base'.
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Romanian)
+  * Translated using Weblate (Romanian)
+  * New POT for text domain 'journal'.
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (French)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Japanese)
+  * New POT for text domain 'storage'.
+  * New POT for text domain 'ntp-client'.
+
+- Update to version 84.87.20220923.15c6c6ee84:
+  * New POT for text domain 'bootloader'.
+  * New POT for text domain 'bootloader'.
+  * New POT for text domain 'kdump'.
+
+- Update to version 84.87.20220917.4034baecb2:
+  * Translated using Weblate (Spanish)
+  * New POT for text domain 'http-server'.
+  * New POT for text domain 'base'.
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * New POT for text domain 'kdump'.
+  * New POT for text domain 'bootloader'.
+
+- Update to version 84.87.20220910.dcdb12a597:
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (German)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Some egrep occurences are legal
+  * Replaced egrep with grep -E. bsc#1203227
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * New POT for text domain 'vpn'.
+  * New POT for text domain 'base'.
+
+- Update to version 84.87.20220830.ebb7a9eac4:
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Japanese)
+  * New POT for text domain 'base'.
+  * New POT for text domain 'tune'.
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Japanese)
+  * Translated using Weblate (Catalan)
+  * New POT for text domain 'users'.
+
+- Update to version 84.87.20220813.6f83baae14:
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Japanese)
+  * New POT for text domain 'bootloader'.
+  * New POT for text domain 'control'.
+  * Translated using Weblate (Catalan)
+
+- Update to version 84.87.20220807.4697ae62b4:
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Swedish)
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Japanese)
+  * New POT for text domain 'fcoe-client'.
+  * New POT for text domain 'auth-client'.
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Japanese)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Japanese)
+  * Translated using Weblate (Catalan)
+  * New POT for text domain 'kdump'.
+  * New POT for text domain 'authserver'.
+
+- Update to version 84.87.20220730.27a80cdf03:
+  * Translated using Weblate (Slovak)
+
+- Update to version 84.87.20220729.608d4643aa:
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Japanese)
+  * New POT for text domain 'base'.
+  * New POT for text domain 'auth-client'.
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * New POT for text domain 'base'.
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Japanese)
+  * New POT for text domain 'journal'.
+  * New POT for text domain 'pam'.
+  * New POT for text domain 'control'.
+  * New POT for text domain 'autoinst'.
+
+- Update to version 84.87.20220709.5ead98f887:
+  * Translated using Weblate (Macedonian)
+  * Translated using Weblate (Russian)
+
+- Update to version 84.87.20220704.8f5a2d0352:
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Japanese)
+  * Translated using Weblate (Catalan)
+  * New POT for text domain 'control'.
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (French)
+  * Translated using Weblate (Catalan)
+
+- Update to version 84.87.20220627.0d8a465c6b:
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Japanese)
+  * Translated using Weblate (Japanese)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Spanish)
+  * New POT for text domain 'iscsi-client'.
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Japanese)
+  * Translated using Weblate (French)
+
+- Update to version 84.87.20220618.9130d4f44b:
+  * New POT for text domain 'country'.
+  * New POT for text domain 'base'.
+
+- Update to version 84.87.20220610.18fe395dc0:
+  * New POT for text domain 'network'.
+  * New POT for text domain 'hana-ha'.
+  * New POT for text domain 'control'.
+  * New POT for text domain 'online-update'.
+  * New POT for text domain 'add-on'.
+
+- Update to version 84.87.20220527.e399b59cf0:
+  * New POT for text domain 'registration'.
+  * New POT for text domain 'packager'.
+  * New POT for text domain 'storage'.
+
+- Update to version 84.87.20220520.670357a704:
+  * New POT for text domain 'packager'.
+
+- Update to version 84.87.20220517.14c54455f9:
+  * New POT for text domain 'qt'.
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Catalan)
+  * New POT for text domain 'qt'.
+  * New POT for text domain 'iscsi-client'.
+
+- Update to version 84.87.20220513.26f6bfaa16:
+  * New POT for text domain 'nfs'.
+  * New POT for text domain 'iscsi-client'.
+  * New POT for text domain 'kdump'.
+
+- Update to version 84.87.20220507.8ff263ce4d:
+  * New POT for text domain 'registration'.
+  * New POT for text domain 'base'.
+  * New POT for text domain 'base'.
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Japanese)
+  * New POT for text domain 'update'.
+  * New POT for text domain 'samba-client'.
+  * New POT for text domain 'packager'.
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Portuguese (Brazil))
+
+- Update to version 84.87.20220429.5e9abe4e41:
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (French)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Polish)
+  * Translated using Weblate (Japanese)
+  * New POT for text domain 'update'.
+  * New POT for text domain 'storage'.
+  * New POT for text domain 'packager'.
+  * Translated using Weblate (Slovenian)
+  * Translated using Weblate (Polish)
+  * Translated using Weblate (Polish)
+  * New POT for text domain 'packager'.
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Polish)
+  * Translated using Weblate (Polish)
+  * Translated using Weblate (Polish)
+  * Translated using Weblate (Polish)
+  * Translated using Weblate (Japanese)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Japanese)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Japanese)
+  * Translated using Weblate (Catalan)
+  * New POT for text domain 'update'.
+  * New POT for text domain 'firstboot'.
+  * New POT for text domain 'control'.
+  * New POT for text domain 'cc'.
+  * New POT for text domain 'firstboot'.
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Polish)
+