Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sd for openSUSE:Factory checked in 
at 2023-02-22 15:21:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sd (Old)
 and      /work/SRC/openSUSE:Factory/.sd.new.1706 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sd"

Wed Feb 22 15:21:28 2023 rev:4 rq:1067036 version:0.7.6+g33

Changes:
--------
--- /work/SRC/openSUSE:Factory/sd/sd.changes    2022-12-20 20:21:38.370257189 
+0100
+++ /work/SRC/openSUSE:Factory/.sd.new.1706/sd.changes  2023-02-22 
15:21:34.421856911 +0100
@@ -1,0 +2,6 @@
+Tue Feb 14 15:31:50 UTC 2023 - [email protected]
+
+- Automatic update of vendored dependencies.
+- Use zstd compressed tarballs.
+
+-------------------------------------------------------------------

Old:
----
  sd-0.7.6+g33.tar.xz
  vendor.tar.xz

New:
----
  sd-0.7.6+g33.tar.zst
  vendor.tar.zst

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

Other differences:
------------------
++++++ sd.spec ++++++
--- /var/tmp/diff_new_pack.y6ihYu/_old  2023-02-22 15:21:35.101860768 +0100
+++ /var/tmp/diff_new_pack.y6ihYu/_new  2023-02-22 15:21:35.105860790 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sd
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,10 +22,11 @@
 Summary:        Intuitive find & replace CLI
 URL:            https://github.com/chmln/sd
 License:        (Apache-2.0 OR MIT) AND (MIT OR Unlicense) AND BSD-3-Clause 
AND MIT AND (MIT OR Unlicense)
-Source0:        %{name}-%{version}.tar.xz
-Source1:        vendor.tar.xz
+Source0:        %{name}-%{version}.tar.zst
+Source1:        vendor.tar.zst
 Source2:        cargo_config
 BuildRequires:  cargo-packaging
+BuildRequires:  zstd
 
 %description
 sd uses regex syntax that you already know from JavaScript and Python.

++++++ _service ++++++
--- /var/tmp/diff_new_pack.y6ihYu/_old  2023-02-22 15:21:35.217861425 +0100
+++ /var/tmp/diff_new_pack.y6ihYu/_new  2023-02-22 15:21:35.245861584 +0100
@@ -13,15 +13,17 @@
   <service mode="disabled" name="tar" />
   <service mode="disabled" name="recompress">
     <param name="file">*.tar</param>
-    <param name="compression">xz</param>
+    <param name="compression">zstd</param>
   </service>
   <service mode="disabled" name="set_version"/>
   <service name="cargo_vendor" mode="disabled">
      <param name="srcdir">sd</param>
-     <param name="compression">xz</param>
+     <param name="compression">zst</param>
      <param name="update">true</param>
   </service>
-  <service name="cargo_audit" mode="disabled" />
+  <service name="cargo_audit" mode="disabled">
+     <param name="srcdir">sd</param>
+  </service>
 </services>
 
 

Reply via email to