Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wayshot for openSUSE:Factory checked in at 2023-07-04 15:22:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wayshot (Old) and /work/SRC/openSUSE:Factory/.wayshot.new.23466 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wayshot" Tue Jul 4 15:22:04 2023 rev:8 rq:1096568 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/wayshot/wayshot.changes 2023-06-21 22:39:16.326159183 +0200 +++ /work/SRC/openSUSE:Factory/.wayshot.new.23466/wayshot.changes 2023-07-04 15:22:33.798271746 +0200 @@ -1,0 +2,27 @@ +Mon Jul 03 07:38:54 UTC 2023 - [email protected] + +- Update to version 1.3.0: + * [refactor] use libwayshot for shm + * [docs] Update documentation + * [feat] Qoi image format supported + * [feat] Multi-output transform handling + * [docs] Remove known bugs section + * [fix] debug and stdout flags should conflict + * [deps] Update dependencies + * [Feat] Multi-output composited screenshots + * [feat] Record output geometry transforms + * [update] Reduce number of roundtrips in get_all_outputs + * [feat] Add nix flake + * [chore] Update xdg-desktop-portal-wlr submodule + * [fix] Incorrect docs dir + * [feature] Split backend into libwayshot + * [feature] Custom XDPW implementation using wayshot + * [update] Upgrade to wayland-rs 0.30.0 + * [docs] Update readme to accomodate https://github.com/waycrate/wayshot/pull/35 + * [feature] Parse slurp's default geometry output format + * [deps] Remove unused dependency + * [feature] added 10-bit back buffer support + * [contrib/pkgbuild/bin] Remove man pages + * [contrib/pkgbuild/bin] bump version + +------------------------------------------------------------------- Old: ---- wayshot-1.2.2.tar.zst New: ---- wayshot-1.3.0.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wayshot.spec ++++++ --- /var/tmp/diff_new_pack.VXXV25/_old 2023-07-04 15:22:38.834302010 +0200 +++ /var/tmp/diff_new_pack.VXXV25/_new 2023-07-04 15:22:38.838302034 +0200 @@ -19,7 +19,7 @@ %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now' Name: wayshot -Version: 1.2.2 +Version: 1.3.0 Release: 0 Summary: Screenshot tool for wlroots based compositors License: (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND BSD-3-Clause AND ISC AND MIT AND Zlib AND BSD-2-Clause @@ -44,19 +44,23 @@ cp %{SOURCE2} .cargo/config %build +pushd wayshot %if 0%{?suse_version} >= 1500 RUSTFLAGS=%{rustflags} %{cargo_build} %else sed -i 's/2021/2018/g' Cargo.toml RUSTFLAGS=%{rustflags} cargo build --offline --release %endif +popd %install +pushd wayshot %if 0%{?suse_version} >= 1500 RUSTFLAGS=%{rustflags} %{cargo_install} %else RUSTFLAGS=%{rustflags} cargo install --root=%{buildroot}%{_prefix} --path . %endif +popd %files %{_bindir}/wayshot ++++++ _service ++++++ --- /var/tmp/diff_new_pack.VXXV25/_old 2023-07-04 15:22:38.878302274 +0200 +++ /var/tmp/diff_new_pack.VXXV25/_new 2023-07-04 15:22:38.878302274 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/waycrate/wayshot.git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="scm">git</param> - <param name="revision">31baff5</param> + <param name="revision">43fae61</param> <param name="versionrewrite-pattern">(.*)</param> <param name="versionrewrite-replacement">\1</param> <param name="changesgenerate">enable</param> @@ -19,6 +19,8 @@ <param name="srcdir">wayshot</param> <param name="compression">zst</param> <param name="update">true</param> + <param name="cargotoml">wayshot/Cargo.toml</param> + <param name="cargotoml">libwayshot/Cargo.toml</param> </service> <service name="cargo_audit" mode="disabled"> <param name="srcdir">wayshot</param> ++++++ vendor.tar.zst ++++++ Binary files /var/tmp/diff_new_pack.VXXV25/_old and /var/tmp/diff_new_pack.VXXV25/_new differ
