Packages changed:
  dbus-1-x11
  dnf (4.11.1 -> 4.14.0)
  elfutils
  gcr (3.92.0 -> 4.0.0)
  gdm
  geoclue2
  iio-sensor-proxy
  libdnf (0.67.0 -> 0.69.0)
  libmodulemd (2.13.0 -> 2.14.0)
  librepo (1.14.2 -> 1.14.5)
  microdnf (3.8.0 -> 3.9.1)
  perl-HTML-Parser (3.78 -> 3.79)
  perl-HTTP-Message (6.37 -> 6.41)
  perl-URI (5.12 -> 5.16)
  sord (0.16.10 -> 0.16.14)

=== Details ===

==== dbus-1-x11 ====

- Disable asserts in dbus-1-x11.spec and dbus-1-devel-doc.spec too

==== dnf ====
Version update (4.11.1 -> 4.14.0)

- update to 4.14.0:
  * doc: Describe how gpg keys are stored for `repo_ggpcheck`
  * Set default value for variable to prevent crash
  * Add only relevant pkgs to upgrade transaction
  * Use `installed_all` because `installed_query` is filtered user input
  * Don't include resolved advisories for obsoletes filtering with security filters
  * Allow passing plugin parameters with dashes in names
  * Fix upgrade from file to noarch pkg
  * Translations update
  * Expose plugin unload method to API
  * Add support for group upgrade rollback
  * Fix broken dependencies error reporting
  * Add doc related to --destdir and --downloadonly options
- includes changes from 4.13.0:
  * Base.reset: plug (temporary) leak of libsolv's page file descriptors
  * Don't use undocumented re.template()
  * Small change to better present the option
  * Use sqlite cache to make bash completion snappier
  * includes changes from 4.12.0:
  * dnf.conf: hint users where to find more info about defaults and other options
  * Fix unittests that relied on checksum being at the end of solvfiles
  * completion: remove unnecessary echo
  * Fix remove when no repos are enabled
  * Add loongarch support for dnf
  * Add spaces between words to fix typos
  * [doc] Improve "proxy" configuration option documentation
  * Fix download errors handling in non-english locales
- drop Fix-processing-of-download-errors.patch, upstream

==== elfutils ====
Subpackages: libasm1 libdw1 libelf1

- Add RISC-V specific patches:
  * 0001-libelf-Sync-elf.h-from-glibc.patch
  * 0002-backends-Handle-new-RISC-V-specific-definitions.patch
  * 0003-elflint-Allow-zero-p_memsz-for-PT_RISCV_ATTRIBUTES.patch
  * 0004-readelf-Handle-SHT_RISCV_ATTRIBUTES-like-SHT_GNU_ATT.patch
  * 0005-backends-Add-RISC-V-object-attribute-printing.patch

==== gcr ====
Version update (3.92.0 -> 4.0.0)
Subpackages: gcr-ssh-agent gcr-ssh-askpass gcr-viewer libgck-2-0_0_0 libgcr-4-0_0_0 typelib-1_0-Gck-2 typelib-1_0-Gcr-4

- Update to version 4.0.0:
  + This the first stable release of gcr4 and gck2.
  + Updated translations.

==== gdm ====
Subpackages: gdm-schema gdmflexiserver libgdm1 typelib-1_0-Gdm-1_0

- Move dbus system.d conf file to /usr (bsc#1204052)

==== geoclue2 ====
Subpackages: system-user-srvGeoClue typelib-1_0-Geoclue-2_0

- Move dbus system.d conf file to /usr (bsc#1204054)

==== iio-sensor-proxy ====

- Move dbus system.d conf file to /usr (bsc#1204055)

==== libdnf ====
Version update (0.67.0 -> 0.69.0)
Subpackages: libdnf-repo-config-zypp libdnf2

- libdnf 0.69.0:
  * Expose librepo max_downloads_per_mirror configuration
- includes changes from 0.68.0:
  * context: Support (NEVRA forms, provides, file provides)
    including globs in the dnf_context_remove func
  * dnf-context: Disconnect signal handler before dropping file
    monitor ref
  * Filter out advisory pkgs with different arch during advisory
    upgrade, fixes possible problems in dependency resulution
  * Gracefully handle failure to open repo primary file
  * Fix listing a repository without cpeid

==== libmodulemd ====
Version update (2.13.0 -> 2.14.0)

- update to 2.14.0:
  * New functions for stripping XMD from an index
  * developer visible fixes and documentation updates
  * Fix a crash when updating an index with an invalid subdocument
    and a NULL error parameter.
  * Reject duplicate contexts in modulemd-packager-v3 documents.
  * Report an error if modulemd-validator tool is invoked with both
  - -version option and an unknown option.
  * Fix an undefined behaviour when comparing integers of different
    signs.

==== librepo ====
Version update (1.14.2 -> 1.14.5)

- update to 1.14.5:
  * Detailed error message when using non-existing TMPDIR
  * Make error messages about repodata and rpm mismatch more user
    friendly

==== microdnf ====
Version update (3.8.0 -> 3.9.1)

- update to 3.9.1:
  * Add the leaves command: Lists installed packages that are not
    required by other installed packages. Treat recommends as
    dependencies when install_weak_deps=True
  * UI tweaks

==== perl-HTML-Parser ====
Version update (3.78 -> 3.79)

- updated to 3.79
  see /usr/share/doc/packages/perl-HTML-Parser/Changes
  3.79      2022-10-12
  * Modernise XS (GH#32) (James Raspass)
  * Skip threads on older perl versions, as they often segfault (GH#31) (Graham
  * Knop)

==== perl-HTTP-Message ====
Version update (6.37 -> 6.41)

- updated to 6.41
  see /usr/share/doc/packages/perl-HTTP-Message/Changes
  6.41      2022-10-12 15:57:40Z
  - Add maximum size for HTTP::Message->decoded_content
    This can be used to limit the size of a decompressed HTTP response,
    especially when making requests to untrusted or user-specified servers.
    The $HTTP::Message::MAXIMUM_BODY_SIZE variable and the ->max_body_size
    accessor can set this limit. (GH#181) (Max Maischein)
  6.40      2022-10-12 15:45:52Z
  - Fixed two typos in the doc, originally reported by FatherC
    in RT#90716, ported over as GH#57. (GH#57) (Neil Bowers)
  6.39      2022-10-08 13:48:26Z
  - Remove Travis config (GH#180) (Olaf Alders)
  - Added status_constant_name() which maps status code
    to the name of the corresponding constant. (GH#160) (Neil Bowers)
  - Updated the doc for status_message() to clarify that it
    returns "Not Found" and not "HTTP_NOT_FOUND". (GH#160) (Neil Bowers)
  6.38      2022-10-06 21:48:18Z
  - Replace "base" with "parent" (GH#176) (James Raspass)
  - Replace "print" with "note" in tests (GH#178) (James Raspass)
  - Noted that OPTIONS supported was added in 6.1, to the doc
    for HTTP::Request::Common. Addresses GH#177. (GH#179) (Neil Bowers)

==== perl-URI ====
Version update (5.12 -> 5.16)

- updated to 5.16
  see /usr/share/doc/packages/perl-URI/Changes
  5.16      2022-10-12 13:10:40Z
  - Merge the methods from URI::QueryParam into URI, so they are always
    available (GH#114) (Graham Knop)
  5.15      2022-10-11 14:48:28Z
  - Teach uri_escape to accept a Regexp object as the characters to escape
    as an alternative to a character class. (GH#113) (Graham Knop)
  5.14      2022-10-10 20:37:57Z
  - Fix uri_escape allowing \w style character classes in its character set
    parameter (GH#112) (Graham Knop)
  5.13      2022-10-06 16:46:32Z
  - Regression test added for a previous bug (5.11) in URI::file (Perlbotics).
    file() method of URI::file can return the current working directory
    instead of the properly unescaped path. (GH#106) (Perlbotics)
  - Replace "Test" with "Test::More" (GH#107) (James Raspass)
  - Replace raw TAP printing with "Test::More" (GH#108) (James Raspass)
  - Apply perlimports to tests (GH#110) (Olaf Alders)
  - Improve escaping of unwanted characters (GH#78) (Branislav Zahradnk)

==== sord ====
Version update (0.16.10 -> 0.16.14)

- Adding 67bcd63bda9d7b095489a09b9880aa730ddb5488.patch from upstrea
  commit to suport pcre2 in favor of pcre1
- update to 0.16.14:
  * Adopt REUSE machine-readable licensing standard
  * Allow programs to be used from subproject
  * Fix accidentally exposed internal zix symbols
  * Fix various warnings
  * Switch to meson build system