Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wayshot for openSUSE:Factory checked 
in at 2022-08-04 13:23:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wayshot (Old)
 and      /work/SRC/openSUSE:Factory/.wayshot.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wayshot"

Thu Aug  4 13:23:36 2022 rev:5 rq:992661 version:1.1.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/wayshot/wayshot.changes  2022-05-30 
12:44:36.996443729 +0200
+++ /work/SRC/openSUSE:Factory/.wayshot.new.1521/wayshot.changes        
2022-08-04 13:24:03.380599581 +0200
@@ -1,0 +2,20 @@
+Thu Aug  4 03:53:24 UTC 2022 - William Brown <william.br...@suse.com>
+
+- bsc#1182059 - CVE-2021-21299 - hyper request smuggling
+
+-------------------------------------------------------------------
+Thu Jul 21 05:06:33 UTC 2022 - socvirnyl.est...@gmail.com
+
+- Update to version 1.1.9:
+  * [backend.rs] Add support for ppm rendering.
+  * [bump] 1.1.8
+  * [region-capture] out of bounds detection added
+  * [update] add output dimension detection
+  * [update] remove smithay dependency for faster builds
+  * [push] .editorconfig
+  * [update] memfd_create - add freebsd to target_os
+  * [update] Readme.md
+  * [chore] Cargo.lock
+  * [update] replace xdg-output-handler with wl_output
+
+-------------------------------------------------------------------

Old:
----
  vendor.tar.zst
  wayshot-1.1.7.tar.zst

New:
----
  vendor.tar.gz
  wayshot-1.1.9.tar.gz

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

Other differences:
------------------
++++++ wayshot.spec ++++++
--- /var/tmp/diff_new_pack.5BYyaU/_old  2022-08-04 13:24:03.988601307 +0200
+++ /var/tmp/diff_new_pack.5BYyaU/_new  2022-08-04 13:24:03.992601317 +0200
@@ -19,16 +19,20 @@
 %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
 
 Name:           wayshot
-Version:        1.1.7
+Version:        1.1.9
 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
 Group:          Productivity/Graphics/Other
 URL:            https://github.com/waycrate/wayshot
-Source0:        %{name}-%{version}.tar.zst
-Source1:        vendor.tar.zst
+Source0:        %{name}-%{version}.tar.gz
+Source1:        vendor.tar.gz
 Source2:        cargo_config
+%if 0%{?suse_version} >= 1500
 BuildRequires:  cargo-packaging
+%else
+BuildRequires:  cargo
+%endif
 
 %description
 A screenshot tool for wlroots based compositors implementing zwlr_screencopy_v1
@@ -39,10 +43,19 @@
 cp %{SOURCE2} .cargo/config
 
 %build
+%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
 
 %install
+%if 0%{?suse_version} >= 1500
 RUSTFLAGS=%{rustflags} %{cargo_install}
+%else
+RUSTFLAGS=%{rustflags} cargo install --root=%{buildroot}%{_prefix} --path .
+%endif
 
 %files
 %{_bindir}/wayshot

++++++ _service ++++++
--- /var/tmp/diff_new_pack.5BYyaU/_old  2022-08-04 13:24:04.024601408 +0200
+++ /var/tmp/diff_new_pack.5BYyaU/_new  2022-08-04 13:24:04.028601420 +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">0469431138d95a2a0ed528c7e796659047a0897f</param>
+    <param name="revision">bbbdc2c1ca3f8b7732829232bc960e63deb2c4db</param>
     <param name="versionrewrite-pattern">(.*)</param>
     <param name="versionrewrite-replacement">\1</param>
     <param name="changesgenerate">enable</param>
@@ -12,12 +12,12 @@
   <service mode="disabled" name="tar" />
   <service mode="disabled" name="recompress">
     <param name="file">*.tar</param>
-    <param name="compression">zst</param>
+    <param name="compression">gz</param>
   </service>
   <service mode="disabled" name="set_version"/>
   <service name="cargo_vendor" mode="disabled">
      <param name="srcdir">wayshot</param>
-     <param name="compression">zst</param>
+     <param name="compression">gz</param>
      <param name="update">true</param>
   </service>
   <service name="cargo_audit" mode="disabled">

Reply via email to