Packages changed:
  iptraf-ng
  perl-GD
  powertop
  pullin-bcm43xx-firmware
  rubygem-autoprefixer-rails (10.0.0.2 -> 10.0.1.3)
  rubygem-bootsnap (1.4.9 -> 1.5.1)
  rubygem-mini_magick (4.10.1 -> 4.11.0)
  rubygem-regexp_parser (1.8.0 -> 1.8.2)
  rubygem-tzinfo-1.2 (1.2.7 -> 1.2.8)
  rubygem-web-console (4.0.4 -> 4.1.0)
  tmux

=== Details ===

==== iptraf-ng ====

- Fix build error on SLE12 (%make_build not defined)

==== perl-GD ====

- Remove not needed build requirement libvpx-devel [bsc#1173279]

==== powertop ====
Subpackages: powertop-lang

- jsc#SLE-13395: Add Rocket Lake support
  * Add powertop-add-rocket-lake-support.patch

==== pullin-bcm43xx-firmware ====

- use %_firmwaredir

==== rubygem-autoprefixer-rails ====
Version update (10.0.0.2 -> 10.0.1.3)

- updated to version 10.0.1.3
  [#]# 10.0.1.3
  * Fix `fileURL.replace is not a function` when reporting warnings (#194)

==== rubygem-bootsnap ====
Version update (1.4.9 -> 1.5.1)

- updated to version 1.5.1
  * Workaround a Ruby bug in InstructionSequence.compile_file. (#332)

==== rubygem-mini_magick ====
Version update (4.10.1 -> 4.11.0)

- updated to version 4.11.0
  * Fix fetching metadata when there are GhostScript warnings (#522)
  * Fixed some method redefined warnings (#505)
  * Added MiniMagick::Image.get_image_from_pixels (#516)
  * extend MiniMagick::Tool#stack to support arguments so that it can be used with Active Storage

==== rubygem-regexp_parser ====
Version update (1.8.0 -> 1.8.2)

- updated to version 1.8.2
  [#]## Fixed
  - fix `FrozenError` in `Expression::Base#repetitions` on Ruby 3.0
  * thanks to [Thomas Walpole](https://github.com/twalpole)
  - removed "unknown future version" warning on Ruby 3.0

==== rubygem-tzinfo-1.2 ====
Version update (1.2.7 -> 1.2.8)

- updated to version 1.2.8
  * Added support for handling "slim" format zoneinfo files that are produced by
    default by zic version 2020b and later. The POSIX-style TZ string is now used
    calculate DST transition times after the final defined transition in the file.
    The 64-bit section is now always used regardless of whether Time has support
    for 64-bit times. #120.
  * Rubinius is no longer supported.

==== rubygem-web-console ====
Version update (4.0.4 -> 4.1.0)

- updated to version 4.1.0
  * [#304](https://github.com/rails/web-console/pull/304) Add support for Rails 6.1 ([@stephannv])
  * [#298](https://github.com/rails/web-console/pull/298) Prevent deprecation warnings by removing template formats ([@mikelkew])
  * [#297](https://github.com/rails/web-console/pull/297) Use MutationObserver instead of Mutation Events ([@mikelkew])
  * [#296](https://github.com/rails/web-console/pull/296) Add CSP nonce to injected scripts and styles ([@mikelkew])

==== tmux ====

- Drop pkgconfig(systemd) BuildRequires: there is no reason to pull
  in systemd into the build.
- Use %tmpfiles_create instead of calling systemd-tmpfiles
  directly.
- Replace systemd_requires with systemd_ordering: tmux is very well
  capable to run without systemd (and by using tmpfiles_create, the
  post script can also cope with the absence of if).