Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sad for openSUSE:Factory checked in 
at 2024-05-29 19:36:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sad (Old)
 and      /work/SRC/openSUSE:Factory/.sad.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sad"

Wed May 29 19:36:07 2024 rev:6 rq:1177434 version:0.4.28

Changes:
--------
--- /work/SRC/openSUSE:Factory/sad/sad.changes  2023-06-30 19:58:42.897587340 
+0200
+++ /work/SRC/openSUSE:Factory/.sad.new.24587/sad.changes       2024-05-29 
19:36:53.602751086 +0200
@@ -1,0 +2,12 @@
+Wed May 22 03:12:05 UTC 2024 - Soc Virnyl Estela 
<uncomfy+openbuildserv...@uncomfyhalomacro.pl>
+
+- Update to version 0.4.28:
+  * Give up on trying to solve windows edge cases, instead of not working at 
all, it now works for utf-8 only
+  * Reduce allocations
+  * Preview multi-selects
+  * Fewer dependencies
+  * More robust signal handling
+- Remove cargo_config and vendor.tar.xz
+- Add vendor.tar.zst
+
+-------------------------------------------------------------------

Old:
----
  cargo_config
  sad-0.4.23.tar.xz
  vendor.tar.xz

New:
----
  sad-0.4.28.tar.gz
  vendor.tar.zst

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

Other differences:
------------------
++++++ sad.spec ++++++
--- /var/tmp/diff_new_pack.2vcsjx/_old  2024-05-29 19:36:54.522784382 +0200
+++ /var/tmp/diff_new_pack.2vcsjx/_new  2024-05-29 19:36:54.526784526 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sad
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,16 @@
 
 
 Name:           sad
-Version:        0.4.23
+Version:        0.4.28
 Release:        0
 Summary:        CLI search and replace batch file editing tool
 URL:            https://github.com/ms-jpq/sad
 License:        (0BSD OR Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT) AND 
(Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) 
AND (Apache-2.0 OR MIT OR Zlib) AND MIT AND (Artistic-2.0 OR CC0-1.0) AND 
BSD-2-Clause AND BSD-3-Clause AND BSL-1.0 AND CC0-1.0 AND ISC AND MIT AND (MIT 
OR Unlicense) AND MPL-2.0 AND MPL-2.0+ AND Zlib AND zlib-acknowledgement AND 
Apache-2.0
-Source0:        %{name}-%{version}.tar.xz
-Source1:        vendor.tar.xz
-Source2:        cargo_config
+Source0:        
https://github.com/ms-jpq/sad/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source1:        vendor.tar.zst
 BuildRequires:  cargo-packaging
 BuildRequires:  python3
+BuildRequires:  zstd
 Recommends:     fzf
 
 %description
@@ -36,10 +36,6 @@
 
 %prep
 %autosetup -a1
-mkdir -p .cargo
-
-# replacing the toml provided by sad
-cp %{SOURCE2} .cargo/config.toml
 
 %build
 %{cargo_build}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.2vcsjx/_old  2024-05-29 19:36:54.562785829 +0200
+++ /var/tmp/diff_new_pack.2vcsjx/_new  2024-05-29 19:36:54.566785974 +0200
@@ -1,28 +1,11 @@
 <services>
-  <service mode="disabled" name="obs_scm">
-    <param name="url">https://github.com/ms-jpq/sad</param>
-    <param name="versionformat">@PARENT_TAG@</param>
-    <param name="scm">git</param>
-    <param name="revision">ecbb271</param>
-    <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
-    <param name="versionrewrite-replacement">\1</param>
-    <param name="changesgenerate">enable</param>
-    <param name="changesauthor">socvirnyl.est...@gmail.com</param>
+  <service mode="manual" name="download_files">
   </service>
-  <service mode="disabled" name="tar" />
-  <service mode="disabled" name="recompress">
-    <param name="file">*.tar</param>
-    <param name="compression">xz</param>
-  </service>
-  <service mode="disabled" name="set_version"/>
-  <service name="cargo_vendor" mode="disabled">
-     <param name="srcdir">sad</param>
-     <param name="compression">xz</param>
+  <service name="cargo_vendor" mode="manual">
+     <param name="src">sad*.tar.gz</param>
      <param name="update">true</param>
   </service>
-  <service name="cargo_audit" mode="disabled">
-     <param name="srcdir">sad</param>
-  </service>
+  <service name="cargo_audit" mode="manual" />
 </services>
 
 

Reply via email to