Packages changed:
  NetworkManager (1.34.0 -> 1.36.0)
  emacs
  flac (1.3.3 -> 1.3.4)
  glibc
  lensfun (0.3.2 -> 0.3.3)
  libosinfo (1.9.0 -> 1.10.0)
  nftables (1.0.0 -> 1.0.2)
  osinfo-db (20211216 -> 20220214)
  python-httpcore (0.14.5 -> 0.14.7)
  python-immutables (0.15 -> 0.16)
  python-requests-toolbelt
  ruby3.1 (3.1.0 -> 3.1.1)
  vlc
  xscreensaver (6.02 -> 6.03)

=== Details ===

==== NetworkManager ====
Version update (1.34.0 -> 1.36.0)
Subpackages: NetworkManager-pppoe libnm0 typelib-1_0-NM-1_0

- Update to version 1.36.0:
  + The handling of Layer 3 configurations has been substantially
    reworked. While this is mostly internal change, it results in
    more robust behavior when addressing information from multiple
    sources (DHCP, manually configured, VPN) need to be applied
    simultaneously. Overall performance and memory use have also
    slightly improved.
  + Manually configured addresses can no longer expire even if the
    same addresses are also obtained dynamically.
  + Code for systemd-based DHCP and DHCPv6 clients has been updated
    from upstream.
  + NTP servers obtained via DHCPv6 are now exposed on the DBus
    API, visible in nmcli and available for use by dispatcher
    scripts.
  + 5G NR (New Radio) modems are now supported.
  + The "rd.znet_ifnames" kernel command line option is now honored
    on network bootups on an IBM s390 platform.
  + Wi-Fi P2P support does now work with the IWD backend, in
    addition to wpa_supplicant backend.
  + Support for special route types have been added: "prohibit",
    "blackhole" and "unreachable".
  + Routes managed by routing daemons are now ignored. This is done
    to address a performance bottleneck on specialized routers.
  + Handling of IP addressing and routing information is now
    slightly more efficient and uses less memory. This is apparent
    on systems with large amount of IP configuration information.
  + It is now possible to start NetworkManager without root user
    privileges. This is experimental doesn't necessarily result in
    a working daemon. NetworkManager service already drops many of
    capabilities available to the root user.
  + WPA3 Wi-FI network security have been improved by enabling new
    H2E (hash to element) method for generating SAE password
    element.
  + It is now possible to select the default Wi-Fi backend
    (wpa_supplicant or IWD) at build-time.
  + Replies from broken DHCP servers that send duplicate address or
    mask options are now handled gracefully.
  + Bridge support has gained the possibility of turning off MAC
    ageing.
  + "configure-and-quit" mode and nm-iface-helper have been
    removed.
  + A number of bugs that could cause NetworkManager to crash in
    rare conditions have been fixed.
- Drop pkgconfig(libteam) BuildRequires and stop passing
  teamdctl=true to meson: No longer build teamdctl support.
- Drop patches fixed upstream:
  + 4685651e7671e064b911a3a05f096908e5ef0580.patch
  + 471e987add98b36520ece72ee493176fc7bc863c.patch
  + 6329f1db5ac75ee3b7d2f7ce062e951a598625fe.patch
  + 634e023e72d4729788a022ea1fae665af28d1b0f.patch
  + aadf0fb64f491f94b2771058621dc140c562b62b.patch
- Drop nm-dhcp-use-valid-lease-on-timeout.patch: Patch was rejected
  upstream.
- Rebase patches with quilt.

==== emacs ====
Subpackages: emacs-info emacs-nox emacs-x11 etags

- Drop pkgconfig(gconf-2.0) BuildRequires: is both unneeded and
  unused.

==== flac ====
Version update (1.3.3 -> 1.3.4)
Subpackages: libFLAC++6 libFLAC8

- Fix the regression for audiofile, reverting the problematic change
  0001-Revert-libFLAC-stream_decoder.c-Use-current-position.patch
- Update to release 1.3.4:
  + General:
  * Fix 12 decoder bugs found by oss-fuzz, including CVE-2020-0499
  * Fix encoder bug CVE-2021-0561
  * Integrate oss-fuzzers
  * Seeking fixes
  * Various fixes and improvements
  + flac:
  * Various fixes and improvements

==== glibc ====
Subpackages: glibc-devel glibc-extra glibc-locale glibc-locale-base nscd

- get-nprocs-sched-uninit-read.patch: linux: __get_nprocs_sched: do not
  feed CPU_COUNT_S with garbage (BZ #28850)
- get-nprocs-inaccurate.patch: linux: fix accuracy of get_nprocs and
  get_nprocs_conf (BZ #28865)
- strcmp-rtm-fallback.path: x86: Fallback {str|wcs}cmp RTM in the ncmp
  overflow case (BZ #28896)
- pt-load-invalid-hole.patch: elf: Check invalid hole in PT_LOAD segments
  (BZ #28838)
- localedef-ld-monetary.patch: localedef: Update LC_MONETARY handling (BZ
  [#28845])

==== lensfun ====
Version update (0.3.2 -> 0.3.3)
Subpackages: lensfun-data liblensfun1

- Update to 0.3.3:
  + Fixes:
  - Static lfXX::Create() and lfXX:Destroy() methods of various
    Lensfun classe are now marked as deprecated.
    C++ new/delete syntax should be used instead.
  - CMAKE: glib > 2.26 is now only required when tests are being build.
  - CMAKE: various fixes (paths, OS compatibility)
  + New cameras (https://github.com/lensfun/lensfun/releases/tag/v0.3.3)
  + New lenses (https://github.com/lensfun/lensfun/releases/tag/v0.3.3)
  + Updated data for lots of lenses
- Remove lensfun-respect-DESTDIR.patch
- Remove lensfun-test-database.patch
- Remove 0060-Various-CMake-patches-from-the-mailing-list.patch
- Remove lensfun_fix_memory_leak.patch
- Require python-rpm-macros for Leap 15.3

==== libosinfo ====
Version update (1.9.0 -> 1.10.0)
Subpackages: libosinfo-1_0-0 typelib-1_0-Libosinfo-1_0

- Update to version 1.10.0
  Changes in this release include:
  * Add API for resolving multiple tree matches
  * Add API for resolving multiple media matches
  * Add API to match between two OsinfoTree
  * Add API to match between two OsinfoMedia
  * Add API to get a complete list of firmwares
  * Add missing documentation of osinfo_os_add_firmware()
  * Add release status to osinfo-query
  * Add --all flag to all tools to report all matches
  * Fix hiding database entries
  * Adapt to libsoup3 which is now preferred over libsoup2
  * Several CI improvements
  * Several translations improvements

==== nftables ====
Version update (1.0.0 -> 1.0.2)
Subpackages: libnftables1 python3-nftables

- Update to release 1.0.2
  * New ruleset optimization -o/--optimize option.
  * Support for IP and TCP options and SCTP chunks in sets.
  * Support for tcp fastopen, md5sig and mptcp options.
  * MP-TCP subtype matching support.
  * JSON support for flowtables.
- Add 0001-build-add-missing-AM_CPPFLAGS-to-examples.patch
- Update to release 1.0.1
  * Reduce memory footprint when loading large sets/maps.
  * Speed up reload of large sets/maps.
  * Speed up listing of specific tables in large ruleset, e.g.
    large ruleset with ~100k lines.
  * Speed up --terse option when listing a ruleset large sets/maps.
  * Print raw payload expression in hexadecimal, e.g.
    "@ll,0,8 & 0x80 == 0x80"
  * egress hook support (available since 5.16-rc1).
  * Allow matching and update bytes at inner header/payload
    offset (available since 5.16-rc1).

==== osinfo-db ====
Version update (20211216 -> 20220214)

- Update to database version 20220214
  osinfo-db-20220214.tar.xz

==== python-httpcore ====
Version update (0.14.5 -> 0.14.7)

- update to 0.14.7:
  * Requests which raise a PoolTimeout need to be removed from the pool queue.
  * Fix AttributeError that happened when Socks5Connection were terminated.
  * Fix SOCKS support for `http://` URLs.
  * Resolve race condition around exceptions during streaming a response.

==== python-immutables ====
Version update (0.15 -> 0.16)

- update to 0.16:
  * Refactor typings
  * Update Python 3.10 support, drop Python 3.5
  * Fix test_none_collisions on 32-bit systems
  * Clarify the license of the included pythoncapi_compat.h header
  * Use cibuildwheel to build wheels
- drop skip_32bit_tests.patch, test_none_collisions-32-bit.patch (upstream)

==== python-requests-toolbelt ====

- Properly redo the regeneration of test_certs.p12.

==== ruby3.1 ====
Version update (3.1.0 -> 3.1.1)
Subpackages: libruby3_1-3_1

- Update to 3.1.1
  https://www.ruby-lang.org/en/news/2022/02/18/ruby-3-1-1-released/
- drop 77fe1fca0abb56f7f07725c0a3803d53a315c853.patch:
  included in update
- Build ruby with jemalloc for sle 15 up

==== vlc ====
Subpackages: libvlc5 libvlccore9 vlc-codec-gstreamer vlc-lang vlc-noX vlc-qt vlc-vdpau

- BuildRequires pkgconfig(smbclient) instead of smbclient-devel:
  smbclient-devel was merged into samba-devel, and we do not want
  to care for actual package names.
- Guard --enable-libplacebo configure parameter with is_opensuse:
  the buildrequires is also guarded the same way.

==== xscreensaver ====
Version update (6.02 -> 6.03)
Subpackages: xscreensaver-data xscreensaver-data-extra xscreensaver-lang

- update to 6.03:
  * New hacks squirtorus, mapscroller
  * sphereeversion now has corrugation-mode, and can evert the Earth
  * glplanet is higher resolution, and displays time zones
  * glslideshow displays relative pathnames again
  * X11: fixed sonar failing to ping on some Linux systems
  * X11: Touch-screens work
  * X11: Hold down Backspace to clear the whole password field
- drop xscreensaver-6.02-marbling-std-c.patch