Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package swww for openSUSE:Factory checked in 
at 2025-10-08 21:53:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/swww (Old)
 and      /work/SRC/openSUSE:Factory/.swww.new.11973 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "swww"

Wed Oct  8 21:53:23 2025 rev:16 rq:1309821 version:0.11.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/swww/swww.changes        2025-06-10 
09:09:23.557622093 +0200
+++ /work/SRC/openSUSE:Factory/.swww.new.11973/swww.changes     2025-10-08 
21:53:23.717818786 +0200
@@ -1,0 +2,57 @@
+Sun Sep 21 13:48:02 UTC 2025 - Jan-Luca Kiok <opensuse-packa...@jlk.one>
+
+- Update to version 0.11.2:
+  * decompression: forgot to fix 4channel decomp for ssse3
+  * update waybackend dependency: fix building on some architectures
+  * daemon: use macro implementations from waybackend
+  * fix animations with 4 channels
+  * fix incorrect description of swww clear-cache in swww(1) man page
+
+-------------------------------------------------------------------
+Thu Sep 11 19:45:52 UTC 2025 - Jan-Luca Kiok <opensuse-packa...@jlk.one>
+
+- Require rust verion 1.89 explicitly
+
+-------------------------------------------------------------------
+Thu Sep 11 19:34:56 UTC 2025 - Jan-Luca Kiok <opensuse-packa...@jlk.one>
+
+- Update to version 0.11.0:
+  *  BREAKING
+    * **IMPORTANT**: --format xrgb is no longer supported. Use
+      --format argb instead. However, this is now the default, so,
+      if you  want, you can simply not set anything instead. We
+      still accept --format xrgb  so as to not break any
+      configurations. Previously, the daemon automatically  would
+      check to see which wayland_shm format was the most convenient
+      for us to use. However, many people have had weird bugs when
+      using any format other  than xrgb. Therefore, we have made
+      that the default, and only change it when  the user
+      specifically asks for it.
+    * swww query now returns information in the following format:
+      <namespace>: OUTPUT: SIZE, scale: SCALE, currently
+      displaying: IMAGE_OR_COLOR
+    * we are creating the socket in a slightly different location now:
+      ${XDG_RUNTIME_DIR}/${WAYLAND_DISPLAY}-swww-daemon.<specified
+      namespace>.socket
+  *  Additions
+    * every command (except clear-cache) now accepts a
+      -n|--namespace argument. This namespace will then be appended
+      to swww-daemon to make up the wayland namespace of the
+      daemon's layer surface.
+    * as a convenience, every command (except clear-cache) also
+      accepts a -a|--all flag, that lets the user send commands to
+      all namespaces at once.
+    * support avif decoding through dav1d, with the --features=avif
+      compilation option.
+    * we finally support static SVGs!
+    * swww-daemon now correctly renders static images with
+      transparency.
+    * swww clear now accepts colors with an alpha value.
+  *  Fixes
+    * Fixed a division by 0 when animating with no frames
+    * Fixed destroying wayland buffers too early
+    * Better fractional-scale implementation (we shamelessly tried
+      copying the swaybg implementation). This will hopefully
+      prevent newer issues with hyprland.
+
+-------------------------------------------------------------------
@@ -541 +597,0 @@
-

Old:
----
  swww-0.10.3.tar.zst

New:
----
  swww-0.11.2.tar.zst

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ swww.spec ++++++
--- /var/tmp/diff_new_pack.wujb66/_old  2025-10-08 21:53:24.649857951 +0200
+++ /var/tmp/diff_new_pack.wujb66/_new  2025-10-08 21:53:24.653858120 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package swww
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
 # upon. The license for this file, and modifications and additions to the
@@ -26,7 +26,7 @@
 
 
 Name:           swww
-Version:        0.10.3
+Version:        0.11.2
 Release:        0
 Summary:        Wallpaper daemon for Wayland
 License:        GPL-3.0-only
@@ -34,7 +34,7 @@
 Source0:        %{name}-%{version}.tar.zst
 Source1:        vendor.tar.zst
 BuildRequires:  cargo-packaging
-BuildRequires:  rust+cargo >= 1.74.0
+BuildRequires:  rust+cargo >= 1.89.0
 BuildRequires:  scdoc
 BuildRequires:  zstd
 BuildRequires:  pkgconfig(liblz4)
@@ -95,7 +95,7 @@
 install -Dm755 -t %{buildroot}%{_bindir} target/release/swww{,-daemon}
 
 %check
-%{cargo_test} --locked
+%{cargo_test}
 
 %files
 %{_bindir}/swww

++++++ _service ++++++
--- /var/tmp/diff_new_pack.wujb66/_old  2025-10-08 21:53:24.713860641 +0200
+++ /var/tmp/diff_new_pack.wujb66/_new  2025-10-08 21:53:24.721860978 +0200
@@ -1,7 +1,7 @@
 <services>
   <service mode="manual" name="cargo_vendor">
     <param name="url">https://github.com/LGFae/swww</param>
-      <param name="revision">v0.10.3</param>
+      <param name="revision">v0.11.2</param>
     <param name="versionrewriteregex">^v?(.*)</param>
     <param name="versionrewritepattern">$1</param>
     <param name="changesgenerate">true</param>

++++++ swww-0.10.3.tar.zst -> swww-0.11.2.tar.zst ++++++
++++ 5467 lines of diff (skipped)

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/swww/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.swww.new.11973/vendor.tar.zst differ: char 7, line 1

Reply via email to