Packages changed:
  abseil-cpp
  autoyast2 (4.4.33 -> 4.4.35)
  gnome-tweaks (40.0 -> 40.10)
  grub2
  gtk3 (3.24.32 -> 3.24.33)
  guile (3.0.7 -> 3.0.8)
  jack (1.9.19 -> 1.9.20)
  libstorage-ng (4.4.92 -> 4.4.93)
  libxklavier (5.3 -> 5.4)
  mtools (4.0.37 -> 4.0.38)
  nodejs17 (17.5.0 -> 17.6.0)
  paper
  pcfclock
  subversion
  sudo
  tracker-miners (3.2.1 -> 3.2.2)
  ufraw
  v4l2loopback
  vlc (3.0.16 -> 3.0.17)
  xdg-desktop-portal
  yast2-trans (84.87.20220227.6bd7ce0ef2 -> 84.87.20220305.ba29422b84)

=== Details ===

==== abseil-cpp ====

- Fix build on SLE-12-SP5

==== autoyast2 ====
Version update (4.4.33 -> 4.4.35)
Subpackages: autoyast2-installation

- Properly handle the "dopackages" option in the openFile
  method of the AyastSetup module (bsc#1196566).
- 4.4.35
- Avoid login while running AutoYaST init-scripts (bsc#1196594 and
  related to bsc#1195059).
- 4.4.34

==== gnome-tweaks ====
Version update (40.0 -> 40.10)
Subpackages: gnome-tweaks-lang

- Update to version 40.10:
  + Fix for the broken GNOME Extensions link.
  + Fix build with meson 0.60 and newer.
  + Updated translations.
- Drop 86.patch: Fixed upstream.

==== grub2 ====
Subpackages: grub2-i386-pc grub2-snapper-plugin grub2-systemd-sleep-plugin grub2-x86_64-efi grub2-x86_64-xen

- Support saving grub environment for POWER signed grub images (jsc#SLE-23854)
  * 0001-Add-grub_envblk_buf-helper-function.patch
  * 0002-Add-grub_disk_write_tail-helper-function.patch
  * 0003-grub-install-support-prep-environment-block.patch
  * 0004-Introduce-prep_load_env-command.patch
  * 0005-export-environment-at-start-up.patch
- Use enviroment variable in early boot config to looking up root device
  * grub2.spec
- Remove obsolete openSUSE 12.2 conditionals in spec file
- Clean up powerpc certificate handling.

==== gtk3 ====
Version update (3.24.32 -> 3.24.33)
Subpackages: gtk3-data gtk3-immodule-amharic gtk3-immodule-inuktitut gtk3-immodule-thai gtk3-immodule-tigrigna gtk3-immodule-vietnamese gtk3-immodule-xim gtk3-lang gtk3-schema gtk3-tools libgtk-3-0 typelib-1_0-Gtk-3_0

- Update to version 3.24.33:
  + No changes.

==== guile ====
Version update (3.0.7 -> 3.0.8)
Subpackages: guile-modules-3_0 libguile-3_0-1

- Update to version 3.0.8
  * Important changes
  * Avoid the need for a custom GMP allocator
    This removes the need for the GUILE_INSTALL_GMP_MEMORY_FUNCTIONS
    environment variable mentioned introduced with Guile 3.0.6
    And deprecates the scm_install_gmp_memory_functions variable.
  * New interfaces and functionality
  * Typed vector copy functions in srfi srfi-4 gnu
    See SRFI-4 - Guile extensions" in the manual.
  * `bytevector-fill!' supports partial fill through optional arguments
  * `vector-copy!' and `vector-copy' from (rnrs base) included in core
  * New function bitvector-copy
  * Other new optimizations
  * Better optimization of "let" in right-hand-side of "letrec"
  * Allow constant-folding for calls to "expt"
  * Add ,optimize-cps REPL meta-command
  * Improve alias analysis in common subexpression elimination
  * Avoid argument-count checks for well-typed calls to known procedures
  * Avoid return-value-count checks for calls to
    known-return-arity procedures
  * New deprecations
  * Vector functions require vector arguments
  * `scm_from_contiguous_typed_array' is deprecated
  * Deprecate the "simple vector" concept, `scm_is_simple_vector'
  * Deprecate internal contiguous array flag
  * Deprecate symbol properties
    Symbols used to have a "function slot" and a "property slot"
  * Bug fixes
  * Fix compilation of (ash x N), where N is a literal, at -O1 and below
  * Texinfo and XML parsers are now thread-safe
  * Fix crash when reading #nil
  * Limit `ash' to left-shift by 2^32 bits
  * Various other bug fixes, please refer to the NEWS file
- Drop upstream fixed
  0007-Fix-non-revealed-port-is-closed-ports.test.patch
- Drop upstream fixed (commit b4a80f4239b19fea4d2cc3e9d197f24b809f0624)
  gnulib-dynarray.patch

==== jack ====
Version update (1.9.19 -> 1.9.20)
Subpackages: libjack-devel libjack0 libjacknet0 libjackserver0

- Disable the build of example-tools which are now built in a
  separate jack-example-tools package.
- update to 1.9.20:
  * Add waf autooption --example-tools to allow optional build of
    executables, libraries and man pages provided by
    jack-example-tools (the files are built by default). Building
    and installing the additional files can be disabled by using
  - -example-tools=no or --no-example-tools.
  * Fix 32-bit support in ALSA driver
  * Fix incomplete ASIO support on Windows
  * Fix metadata usage with multiple users
  * Fix netsource tool missing on Windows
  * Fix semaphore usage on macOS
  * Official FreeBSD support

==== libstorage-ng ====
Version update (4.4.92 -> 4.4.93)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1

- merge gh#openSUSE/libstorage-ng#862
- log some environment variables
- 4.4.93

==== libxklavier ====
Version update (5.3 -> 5.4)

- Update to version 5.4:
  + A couple of introspection fixes.
- Update URL, this version was never released on download.gnome.org
- Add explicit libxklavier16 (shared library) Requires in devel
  sub-package (we already pulled it in via virtual provides).
- Use modern macros.

==== mtools ====
Version update (4.0.37 -> 4.0.38)

- update to 4.0.38:
  * Make sure case byte is cleared when making the special
    directory entries "." and ".."
  * In mattrib man page, replace "attribute flags" with "attribute
    bits"

==== nodejs17 ====
Version update (17.5.0 -> 17.6.0)
Subpackages: npm17

- update to 17.6.0:
  * stream: revert map spec compliance
  * esm: support https remotely and http locally under flag
  * fs: support copy of relative links with cp and cpSync
  * lib: add FormData global when fetch is enabled
  * readline: bind keystroke ctrl+6 to redo
  * process: deprecate multipleResolves
- Add upstream fix gcc12-fix.patch for GCC 12 compiler.

==== paper ====

- Package README with doc macro, the rest of docs are in standard
  location.
- Add paper-rpmlintrc, filter out erroneous rpmlint warnings.

==== pcfclock ====

- use /lib/modprobe.d in 15.3, too
- Add code for safe modprobe.d migration
  (https://en.opensuse.org/openSUSE:Packaging_UsrEtc)

==== subversion ====
Subpackages: libsvn_auth_gnome_keyring-1-0 libsvn_auth_kwallet-1-0 subversion-bash-completion subversion-perl subversion-server subversion-tools

- Fix testCrash_RequestChannel_nativeRead_AfterException test on
  aarch64 and ppc64le, bsc#1195486 bsc#1193778
  * fix-javahl-test.patch-

==== sudo ====
Subpackages: sudo-plugin-python

- Add sudo-1.9.9-honor-T_opt.patch
  * the -T option of sudo does nothing even when
  'Defaults user_command_timeouts' is present in the configuration.
  * [bsc#1193446]
  * Credit to Jaroslav Jindrak <dzejrou@gmail.com>

==== tracker-miners ====
Version update (3.2.1 -> 3.2.2)
Subpackages: tracker-miner-files tracker-miners-lang

- Update to version 3.2.2:
  + Backport seccomp rules for rseq and mbind syscalls.
  + Updated translations.
- Drop patches fixed upstream:
  + tracker-miners-allow-mbind.patch
  + tracker-miners-allow-rseq.patch

==== ufraw ====
Subpackages: gimp-ufraw ufraw-lang

- Pkgconfig'fy spec: Align with what configure actually checks for:
  + Drop the following BuildRequires: gimp-devel, lensfun-devel,
    libexiv2-devel, liblcms2-devel, libpng-devel, libtiff-devel and
    cfitsio-devel.
  + Add the following BuildRequires: pkgconfig, pkgconfig(cfitsio),
    pkgconfig(exiv2), pkgconfig(gimpui-2.0), pkgconfig(glib-2.0),
    pkgconfig(gthread-2.0), pkgconfig(gtk+-2.0),
    pkgconfig(gtkimageview), pkgconfig(lcms2), pkgconfig(lensfun),
    pkgconfig(libpng) and pkgconfig(libtiff-4).
- Drop ufraw-lang Recommends: No longer needed.
- Tweak spec, use make_build macro.

==== v4l2loopback ====
Subpackages: v4l2loopback-autoload v4l2loopback-kmp-default v4l2loopback-utils

- Fix modprobe.d location for 15.3 and earlier (bsc#1196275, jsc#SLE-20639)

==== vlc ====
Version update (3.0.16 -> 3.0.17)
Subpackages: libvlc5 libvlccore9 vlc-codec-gstreamer vlc-lang vlc-noX vlc-qt vlc-vdpau

- Update to version 3.0.17:
  + Core:
  * Fix a regression in parsing secondary source MRLs
  * Allow brackets in path part of URLs
  + Access:
  * Fix support for screen capture on macOS with avcapture
  * Fix closing of HTTP 1.x connections
  * Improve HTTP2 memory usage
  * Improve AVCapture module
  * Improve AudioCD support (audio/data mixed mode, musicbrainz)
  * Improve SMB compatibility by changing the read size
  * Several improvements on the SRT modules (including streamID)
  + Decoders/Packetizers:
  * Add support for DTS LBR
  * Fix some HEVC hardware decoding on Windows and crashes when aspect ratio changes
  * Fix hardware decoding for some AMD GPU drivers
  * Add support for new Fourcc for E-AC3, AV1, GeoVision
  * Fix crashes with VP9 streams
  * Fix styling issues with subs tx3g (mp4) tracks
  * Fix playback of live AV1 streams
  + Audio Output:
  * iOS/tvOS: add support for spatial audio
  * macOS: fix some channels ordering for > 5.1 channels
  * Android: rework audio volume management
  + Video Output:
  * Fix a D3D11 crash when the stream changes aspect ratio
  + Demux:
  * Major overhaul of the adaptive streaming stack
  * Support for DAV video files
  * Add WebP image mapping
  * Fix missing audio start of Opus audio in MKV/WebM
  * Fix an infinite loop in MP4
  * Fix attachments extractions in ogg files
  * Support Uncompressed audio in mp4 (ISO/IEC 23003-5)
  * Fix some lip sync issue in rare MPEG-TS streams
  + Interface:
  * Qt/macOS: Fixup user provided URLs
  * Add safe area handling on macOS
  * Qt: improve preferences search
  * Qt: fix --no-mouse-events option
  + Misc:
  * Update YouTube script
  * Fix Icecast directory parsing which could lead to missing entries
  * Improve UPnP compatibility with some servers
- Drop vlc-srto_tsbpddelay.patch: fixed upstream.

==== xdg-desktop-portal ====
Subpackages: xdg-desktop-portal-lang

- Pass --docdir=%%{_defaultdocdir}/%%{name}/ to configure, install
  docs in standard distro docs dir, and move to devel sub-package,
  as it is developer documentation.

==== yast2-trans ====
Version update (84.87.20220227.6bd7ce0ef2 -> 84.87.20220305.ba29422b84)
Subpackages: yast2-trans-af yast2-trans-ar yast2-trans-bg yast2-trans-bn yast2-trans-bs yast2-trans-ca yast2-trans-cs yast2-trans-cy yast2-trans-da yast2-trans-de yast2-trans-el yast2-trans-en_GB yast2-trans-es yast2-trans-et yast2-trans-fa yast2-trans-fi yast2-trans-fr yast2-trans-gl yast2-trans-gu yast2-trans-hi yast2-trans-hr yast2-trans-hu yast2-trans-id yast2-trans-it yast2-trans-ja yast2-trans-jv yast2-trans-ka yast2-trans-km yast2-trans-ko yast2-trans-lo yast2-trans-lt yast2-trans-mk yast2-trans-mr yast2-trans-nb yast2-trans-nl yast2-trans-pa yast2-trans-pl yast2-trans-pt yast2-trans-pt_BR yast2-trans-ro yast2-trans-ru yast2-trans-si yast2-trans-sk yast2-trans-sl yast2-trans-sr yast2-trans-sv yast2-trans-ta yast2-trans-th yast2-trans-tr yast2-trans-uk yast2-trans-vi yast2-trans-wa yast2-trans-xh yast2-trans-zh_CN yast2-trans-zh_TW yast2-trans-zu

- Update to version 84.87.20220305.ba29422b84:
  * Translated using Weblate (Chinese (China) (zh_CN))
  * Translated using Weblate (Chinese (China) (zh_CN))
  * Translated using Weblate (Chinese (China) (zh_CN))
  * Translated using Weblate (Swedish)
  * Translated using Weblate (Swedish)
  * Translated using Weblate (Portuguese (Brazil))
  * Translated using Weblate (Swedish)
  * Translated using Weblate (Finnish)
  * Translated using Weblate (Italian)
  * Translated using Weblate (German)
  * Translated using Weblate (German)
  * Translated using Weblate (German)
  * Translated using Weblate (German)
  * Translated using Weblate (Finnish)
  * 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 (German)
  * Translated using Weblate (German)
  * Translated using Weblate (German)
  * Translated using Weblate (Finnish)
  * Translated using Weblate (German)
  * Translated using Weblate (French)
  * Translated using Weblate (French)
  * Translated using Weblate (French)
  * Translated using Weblate (German)
  * Translated using Weblate (French)
  * Translated using Weblate (French)
  * Translated using Weblate (French)
  * Translated using Weblate (German)
  * Translated using Weblate (French)
  * Translated using Weblate (German)
  * Translated using Weblate (French)
  * Translated using Weblate (French)
  * Translated using Weblate (French)
  * New POT for text domain 'autoinst'.
  * 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 (German)
  * Translated using Weblate (German)
  * Translated using Weblate (German)
  * Translated using Weblate (French)
  * Translated using Weblate (German)
  * Translated using Weblate (German)
  * Translated using Weblate (Spanish)
  * 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 (German)
  * Translated using Weblate (French)
  * 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 (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 (German)
  * Translated using Weblate (Chinese (China) (zh_CN))
  * Translated using Weblate (Slovak)
  * Translated using Weblate (Chinese (China) (zh_CN))
  * Translated using Weblate (German)