Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package just for openSUSE:Factory checked in 
at 2024-12-12 21:18:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/just (Old)
 and      /work/SRC/openSUSE:Factory/.just.new.29675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "just"

Thu Dec 12 21:18:11 2024 rev:23 rq:1230205 version:1.38.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/just/just.changes        2024-11-21 
15:17:47.287359895 +0100
+++ /work/SRC/openSUSE:Factory/.just.new.29675/just.changes     2024-12-12 
21:18:38.253832481 +0100
@@ -1,0 +2,21 @@
+Wed Dec 11 21:59:05 UTC 2024 - Richard Rahl <rra...@opensuse.org>
+
+- update to 1.38.0:
+  * Add [openbsd] recipe attribute
+  * Add [working-directory] recipe attribute
+  * Add --allow-missing to ignore missing recipe and submodule errors
+  * Add snap package back to readme
+  * Forbid duplicate non-repeatable attributes
+  * Publish docs to GitHub pages on release only
+  * Note lack of support for string interpolation
+  * Embolden help text errors
+  * Style help text
+  * Add --request subcommand for testing
+  * [bin/forbid] Improve error message if ripgrep is missing
+  * Fix Rust 1.83 clippy warnings
+  * Refactor JSON tests
+  * Get Config from ExecutionContext instead of passing separately
+  * Don't write justfiles unchanged by formatting
+- switch to tar_scm, so we can actually offer the correct package-meta
+
+-------------------------------------------------------------------

Old:
----
  just-1.37.0.tar.gz

New:
----
  just-1.38.0.tar.zst

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

Other differences:
------------------
++++++ just.spec ++++++
--- /var/tmp/diff_new_pack.ACSIFH/_old  2024-12-12 21:18:39.185871317 +0100
+++ /var/tmp/diff_new_pack.ACSIFH/_new  2024-12-12 21:18:39.189871484 +0100
@@ -17,19 +17,18 @@
 
 
 Name:           just
-Version:        1.37.0
+Version:        1.38.0
 Release:        0
 Summary:        Commmand runner
 License:        (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (Apache-2.0 OR 
BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH 
LLVM-exception OR MIT) AND (MIT OR Unlicense) AND Apache-2.0 AND BSD-3-Clause 
AND CC0-1.0 AND MIT AND CC0-1.0
 Group:          Development/Tools/Building
 URL:            https://github.com/casey/just
-Source0:        %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0:        %{name}-%{version}.tar.zst
 Source1:        vendor.tar.zst
 Source2:        cargo_config
 BuildRequires:  bash-completion
 BuildRequires:  cargo-packaging
 BuildRequires:  fish
-BuildRequires:  git
 BuildRequires:  git-core
 BuildRequires:  python3-base
 BuildRequires:  zsh

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ACSIFH/_old  2024-12-12 21:18:39.221872818 +0100
+++ /var/tmp/diff_new_pack.ACSIFH/_new  2024-12-12 21:18:39.225872985 +0100
@@ -1,9 +1,20 @@
 <services>
-  <service name="download_files" mode="manual" />
+  <service name="tar_scm" mode="manual">
+    <param name="scm">git</param>
+    <param name="url">https://github.com/casey/just</param>
+    <param name="revision">refs/tags/1.38.0</param>
+    <param name="versionformat">@PARENT_TAG@</param>
+    <param name="package-meta">yes</param>
+  </service>
+  <service name="recompress" mode="manual">
+    <param name="file">*.tar</param>
+    <param name="compression">zstd</param>
+  </service>
   <service name="cargo_vendor" mode="manual">
-     <param name="src">just*.tar.gz</param>
-     <param name="update">true</param>
-     <param name="filter">true</param>
+    <param name="src">just</param>
+    <param name="update">true</param>
+    <param name="filter">true</param>
   </service>
+  <service name="set_version" mode="manual" />
 </services>
 

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/just/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.just.new.29675/vendor.tar.zst differ: char 6, line 1

Reply via email to