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-03-23 20:18:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wayshot (Old)
 and      /work/SRC/openSUSE:Factory/.wayshot.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wayshot"

Wed Mar 23 20:18:03 2022 rev:2 rq:964123 version:1.1.5~0

Changes:
--------
--- /work/SRC/openSUSE:Factory/wayshot/wayshot.changes  2022-03-11 
11:37:41.610367219 +0100
+++ /work/SRC/openSUSE:Factory/.wayshot.new.25692/wayshot.changes       
2022-03-23 20:20:05.686521024 +0100
@@ -1,0 +2,36 @@
+Wed Mar 16 00:40:31 UTC 2022 - socvirnyl.est...@gmail.com
+
+- Update to version 1.1.5~0:
+  * [update] Workflow.
+  * [update] Bump dependencies.
+  * [update] Readme
+  * [update] Remove testing code.
+  * [update] Fixes
+  * [update] Add workflow.
+  * [update] fix readme
+  * [update] Readme.
+  * [update]opensuse bin. Thanks to uncomfyhalomacro.
+  * [update] shm.rs, bug fix
+
+-------------------------------------------------------------------
+Fri Mar 11 14:28:00 UTC 2022 - socvirnyl.est...@gmail.com
+
+- Update to version 1.1.5:
+  * [update] Remove testing code.
+  * [update] Fixes
+  * [update] Add workflow.
+  * [update] fix readme
+  * [update] Readme.
+  * [update]opensuse bin. Thanks to uncomfyhalomacro.
+  * [update] shm.rs, bug fix
+  * [update] V??in?? M??kel??, Replace unneeded roundtrip calls with dispatch
+  * [bump] Version updates
+  * [update] conflict with bin package
+
+-------------------------------------------------------------------
+Fri Mar 11 13:35:54 UTC 2022 - Soc Virnyl Estela <socvirnyl.est...@gmail.com>
+
+- Remove some reduntant Requires
+- Remove not needed BuildRequires
+
+-------------------------------------------------------------------

Old:
----
  wayshot-1.1.2.tar.xz

New:
----
  wayshot-1.1.5~0.tar.xz

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

Other differences:
------------------
++++++ wayshot.spec ++++++
--- /var/tmp/diff_new_pack.sQFKro/_old  2022-03-23 20:20:06.378521415 +0100
+++ /var/tmp/diff_new_pack.sQFKro/_new  2022-03-23 20:20:06.382521417 +0100
@@ -12,25 +12,23 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
+%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
+
 Name:           wayshot
-Version:        1.1.2
+Version:        1.1.5~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 ( MIT OR Zlib OR Apache-2.0 ) AND ( Unlicense OR MIT ) 
AND ( Zlib OR Apache-2.0 OR MIT ) AND BSD-3-Clause AND ISC AND MIT AND Zlib AND 
BSD-2-Clause
+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
+URL:            https://github.com/waycrate/wayshot
 Source0:        %{name}-%{version}.tar.xz
 Source1:        vendor.tar.xz
 Source2:        cargo_config
 BuildRequires:  cargo-packaging
-BuildRequires:  pkgconfig
-BuildRequires:  rust >= 1.52.1
-BuildRequires:  pkgconfig(wayland-protocols) >= 1.24
-BuildRequires:  pkgconfig(wayland-server) >= 1.20.0
-BuildRequires:  pkgconfig(wlroots) >= 0.15.0
 
 %description
 A screenshot tool for wlroots based compositors implementing zwlr_screencopy_v1
@@ -41,10 +39,10 @@
 cp %{SOURCE2} .cargo/config
 
 %build
-%{cargo_build}
+RUSTFLAGS=%{rustflags} %{cargo_build}
 
 %install
-%{cargo_install}
+RUSTFLAGS=%{rustflags} %{cargo_install}
 
 %files
 %{_bindir}/wayshot

++++++ _service ++++++
--- /var/tmp/diff_new_pack.sQFKro/_old  2022-03-23 20:20:06.438521449 +0100
+++ /var/tmp/diff_new_pack.sQFKro/_new  2022-03-23 20:20:06.442521451 +0100
@@ -1,9 +1,12 @@
 <services>
   <service mode="disabled" name="obs_scm">
-    <param name="url">https://git.sr.ht/~shinyzenith/wayshot</param>
+    <param name="url">https://github.com/waycrate/wayshot.git</param>
+    <param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
     <param name="scm">git</param>
-    <param name="revision">3f2ec0c2e937b7b69f647765fb48470c48b5b28d</param>
-    <param name="version">1.1.2</param>
+    <param name="revision">main</param>
+    <param name="match-tag">*</param>
+    <param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param>
+    <param name="versionrewrite-replacement">\1</param>
     <param name="changesgenerate">enable</param>
     <param name="changesauthor">socvirnyl.est...@gmail.com</param>
   </service>

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/wayshot/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.wayshot.new.25692/vendor.tar.xz differ: char 26, 
line 1

Reply via email to