Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package swww for openSUSE:Factory checked in at 2024-04-02 16:43:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/swww (Old) and /work/SRC/openSUSE:Factory/.swww.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "swww" Tue Apr 2 16:43:01 2024 rev:10 rq:1163790 version:0.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/swww/swww.changes 2024-02-06 16:36:20.566942894 +0100 +++ /work/SRC/openSUSE:Factory/.swww.new.1905/swww.changes 2024-04-02 16:44:47.126236537 +0200 @@ -1,0 +2,46 @@ +Sun Mar 31 16:59:18 UTC 2024 - Jan-Luca Kiok <[email protected]> + +- Update to version 0.9.1: + * deprecate swww init + * update CHANGELOG.md + * add BSD2 and Apache2.0 with LLVM-exception license + * update MSRV to 1.74.0 + * support animations when piping from stdin + * update dependencies + * forward init format option to daemon + * option to force use of a wayland_shm format + * prevent UB from a malformed BitPack at decompression + * do not use unsafe for the FORMAT statics + * specialize transitions for 3channels + * Use 3 channel formats when available + * only swap R and B channels when necessary + * document unsafe invariants + * compression functions api signal errors better + * reuse the buffer when compressing + * use system lz4 library + * implement sse variants of compress and decompress + * new compression functions + * Implement frame callbacks and a new memory pool + * refactor version.sh + * fix out-of-bounds access in decompression + * process clear-cache before sending requests + * rename `Init` request/answer to `Ping` + * wait for daemon initialization before any requests + * wait for daemon initialization before certain requests + * add restore command + * wait for child swww process, to prevent zombies + * fix randomize script trying to use directories as images + * fix gif animations overlapping when sending two gifs + * center cropped images larger than the monitor + * make an fps an u16 + * Format code with cargo fmt + * Update ahash to 0.7.8 + * remove all cache contents on clean-cache + * support animated pngs + * typo in comment + * fix busyloop while waiting for WlBuffers to be released + * fix single image webp and gif + * fix let_underscore_lock lint + * explicit versions for all dependencies + +------------------------------------------------------------------- Old: ---- swww-0.8.2.obscpio New: ---- swww-0.9.1.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ swww.spec ++++++ --- /var/tmp/diff_new_pack.bzYw3K/_old 2024-04-02 16:44:50.662362761 +0200 +++ /var/tmp/diff_new_pack.bzYw3K/_new 2024-04-02 16:44:50.670363046 +0200 @@ -26,7 +26,7 @@ Name: swww -Version: 0.8.2 +Version: 0.9.1 Release: 0 Summary: Wallpaper daemon for Wayland License: GPL-3.0-only @@ -34,7 +34,7 @@ Source0: %{name}-%{version}.tar Source1: vendor.tar.zst BuildRequires: cargo-packaging -BuildRequires: rust+cargo >= 1.64.0 +BuildRequires: rust+cargo >= 1.74.0 BuildRequires: scdoc BuildRequires: zstd BuildRequires: pkgconfig(liblz4) ++++++ _service ++++++ --- /var/tmp/diff_new_pack.bzYw3K/_old 2024-04-02 16:44:50.758366187 +0200 +++ /var/tmp/diff_new_pack.bzYw3K/_new 2024-04-02 16:44:50.786367187 +0200 @@ -3,11 +3,11 @@ <param name="url">https://github.com/LGFae/swww</param> <param name="versionformat">@PARENT_TAG@</param> <param name="scm">git</param> - <param name="revision">d60139dffe3fb7ee26814fed292fdcca2309df31</param> + <param name="revision">refs/tags/v0.9.1</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> <param name="changesgenerate">enable</param> - <param name="changesauthor">[email protected]</param> + <param name="exclude">.github</param> </service> <service mode="buildtime" name="tar" /> <service mode="manual" name="set_version"/> @@ -21,4 +21,5 @@ </service> </services> +<!-- vim: set syntax=xml: --> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.bzYw3K/_old 2024-04-02 16:44:50.954373184 +0200 +++ /var/tmp/diff_new_pack.bzYw3K/_new 2024-04-02 16:44:50.978374041 +0200 @@ -3,6 +3,6 @@ <param name="url">https://github.com/Horus645/swww</param> <param name="changesrevision">b7cde38a983740aae1dfe4e48fd3fc7e6d403fe0</param></service><service name="tar_scm"> <param name="url">https://github.com/LGFae/swww</param> - <param name="changesrevision">d60139dffe3fb7ee26814fed292fdcca2309df31</param></service></servicedata> + <param name="changesrevision">ad22bbf2ea7ad83dde74ba81850c527ab278e3e0</param></service></servicedata> (No newline at EOF) ++++++ swww-0.8.2.obscpio -> swww-0.9.1.obscpio ++++++ ++++ 6954 lines of diff (skipped) ++++++ swww.obsinfo ++++++ --- /var/tmp/diff_new_pack.bzYw3K/_old 2024-04-02 16:44:51.786402884 +0200 +++ /var/tmp/diff_new_pack.bzYw3K/_new 2024-04-02 16:44:51.806403597 +0200 @@ -1,5 +1,5 @@ name: swww -version: 0.8.2 -mtime: 1705322867 -commit: d60139dffe3fb7ee26814fed292fdcca2309df31 +version: 0.9.1 +mtime: 1711155027 +commit: ad22bbf2ea7ad83dde74ba81850c527ab278e3e0 ++++++ vendor.tar.zst ++++++ Binary files /var/tmp/diff_new_pack.bzYw3K/_old and /var/tmp/diff_new_pack.bzYw3K/_new differ
