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-23 18:56:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/swww (Old) and /work/SRC/openSUSE:Factory/.swww.new.27645 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "swww" Tue Apr 23 18:56:50 2024 rev:11 rq:1169793 version:0.9.4 Changes: -------- --- /work/SRC/openSUSE:Factory/swww/swww.changes 2024-04-02 16:44:47.126236537 +0200 +++ /work/SRC/openSUSE:Factory/.swww.new.27645/swww.changes 2024-04-23 18:57:14.737000974 +0200 @@ -1,0 +2,42 @@ +Tue Apr 23 01:02:52 UTC 2024 - Joshua Smith <[email protected]> + +- Update to version 0.9.4: + * less casting between types + * implement fractional scaling + * merge BumpPool and RawPool; remove MmapMut2 dep + * fix output scaling + * delete proc traversal code from client + * do not set nonblocking mode for socket + * create ImageRequest and AnimationRequest structs + * update documentation regarding sockets and `init` + * Try pinging the daemon instead of inspecting /proc. + * Fix over-eager errors. + * Fix silly PathBuf recreation. + * Adjust instance checking to work with separate sockets. + * Bind to a separate socket per-display. + * typo when setting output's description + * fix transitions performance + * add SIGHUP to list of signals we catch + * reimplement the cache and error on unknown events + * fix initialization + * delete sctk dependency + * Implement layer shell manually + * implement WlOutput manually + * implement WlRegistry + * implement wl_shm + * delete CompositorState import + * implement delegate_compositor manually + * do not parallelize the simple transition + * fix sigaction on systems with different libc + * add bitcode git url to exceptions in cargo-deny + * use bitcode instead of rykv + * Fix build on i686 (32bit x86) + * automatically delete old socket in daemon + * Update README.md + * use eventfd instead of pipes to awake the daemon + * fix resize when image is larger than monitor + * simplify daemon's transitions + * refactor client's image format choice + * Increase thread pool stack size of daemon to 512KiB + +------------------------------------------------------------------- Old: ---- swww-0.9.1.obscpio New: ---- swww-0.9.4.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ swww.spec ++++++ --- /var/tmp/diff_new_pack.TXp8Z5/_old 2024-04-23 18:57:16.741073386 +0200 +++ /var/tmp/diff_new_pack.TXp8Z5/_new 2024-04-23 18:57:16.741073386 +0200 @@ -26,12 +26,12 @@ Name: swww -Version: 0.9.1 +Version: 0.9.4 Release: 0 Summary: Wallpaper daemon for Wayland License: GPL-3.0-only URL: https://github.com/LGFae/swww -Source0: %{name}-%{version}.tar +Source0: %{name}-%{version}.tar.zst Source1: vendor.tar.zst BuildRequires: cargo-packaging BuildRequires: rust+cargo >= 1.74.0 @@ -87,17 +87,10 @@ install -Dm644 -T completions/swww.fish %{buildroot}%{_datadir}/fish/vendor_completions.d/swww.fish install -Dm644 -T completions/_swww %{buildroot}%{_datadir}/zsh/site-functions/_swww install -Dm644 -t %{buildroot}%{_mandir}/man1 doc/generated/swww*1 -%{cargo_install} +install -Dm755 -t %{buildroot}%{_bindir} target/release/swww{,-daemon} -# For the daemon -unset LIBSSH2_SYS_USE_PKG_CONFIG && \ -if [[ -z $RUSTC_WRAPPER ]]; then CARGO_AUDITABLE="auditable" ; fi && \ -%{__cargo} $CARGO_AUDITABLE install \ -%{__cargo_common_opts} \ ---offline \ ---no-track \ ---root=%{buildroot}%{_prefix} \ ---path daemon +%check +%{cargo_test} --locked %files %{_bindir}/swww ++++++ _service ++++++ --- /var/tmp/diff_new_pack.TXp8Z5/_old 2024-04-23 18:57:16.833076711 +0200 +++ /var/tmp/diff_new_pack.TXp8Z5/_new 2024-04-23 18:57:16.837076855 +0200 @@ -3,13 +3,17 @@ <param name="url">https://github.com/LGFae/swww</param> <param name="versionformat">@PARENT_TAG@</param> <param name="scm">git</param> - <param name="revision">refs/tags/v0.9.1</param> + <param name="revision">refs/tags/v0.9.4</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> <param name="changesgenerate">enable</param> <param name="exclude">.github</param> </service> <service mode="buildtime" name="tar" /> + <service mode="buildtime" name="recompress"> + <param name="compression">zst</param> + <param name="file">*.tar</param> + </service> <service mode="manual" name="set_version"/> <service name="cargo_vendor" mode="manual"> <param name="srcdir">swww</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.TXp8Z5/_old 2024-04-23 18:57:16.853077433 +0200 +++ /var/tmp/diff_new_pack.TXp8Z5/_new 2024-04-23 18:57:16.857077578 +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">ad22bbf2ea7ad83dde74ba81850c527ab278e3e0</param></service></servicedata> + <param name="changesrevision">4bcb9794322dd12d6916fe958301d658f5acbcb1</param></service></servicedata> (No newline at EOF) ++++++ swww-0.9.1.obscpio -> swww-0.9.4.obscpio ++++++ ++++ 5300 lines of diff (skipped) ++++++ swww.obsinfo ++++++ --- /var/tmp/diff_new_pack.TXp8Z5/_old 2024-04-23 18:57:16.969081625 +0200 +++ /var/tmp/diff_new_pack.TXp8Z5/_new 2024-04-23 18:57:16.977081913 +0200 @@ -1,5 +1,5 @@ name: swww -version: 0.9.1 -mtime: 1711155027 -commit: ad22bbf2ea7ad83dde74ba81850c527ab278e3e0 +version: 0.9.4 +mtime: 1713312234 +commit: 4bcb9794322dd12d6916fe958301d658f5acbcb1 ++++++ vendor.tar.zst ++++++ Binary files /var/tmp/diff_new_pack.TXp8Z5/_old and /var/tmp/diff_new_pack.TXp8Z5/_new differ
