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-29 11:56:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/just (Old)
 and      /work/SRC/openSUSE:Factory/.just.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "just"

Sun Dec 29 11:56:40 2024 rev:24 rq:1233478 version:1.38.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/just/just.changes        2024-12-12 
21:18:38.253832481 +0100
+++ /work/SRC/openSUSE:Factory/.just.new.1881/just.changes      2024-12-29 
11:56:56.640927772 +0100
@@ -1,0 +2,20 @@
+Fri Dec 20 02:33:31 UTC 2024 - Soc Virnyl Estela 
<uncomfyhaloma...@opensuse.org>
+
+- Cleanup specfile
+  * use archived tarball from upstream
+  * remove cargo_config
+- Update vendored dependencies
+
+-------------------------------------------------------------------
+Wed Dec 18 02:15:53 UTC 2024 - Richard Rahl <rra...@opensuse.org>
+
+- skip all tests, as for some reason, now other tests are flaky.
+  so test have to be done now manually when packaging a newer version.
+
+-------------------------------------------------------------------
+Sat Dec 14 22:01:56 UTC 2024 - Richard Rahl <rra...@opensuse.org>
+
+- skip tests which are very flaky on most non x86_64 (even on x86_64,
+  it sometimes flakes)
+
+-------------------------------------------------------------------

Old:
----
  cargo_config
  just-1.38.0.tar.zst

New:
----
  just-1.38.0.tar.gz

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

Other differences:
------------------
++++++ just.spec ++++++
--- /var/tmp/diff_new_pack.jdn5ZQ/_old  2024-12-29 11:56:57.560965501 +0100
+++ /var/tmp/diff_new_pack.jdn5ZQ/_new  2024-12-29 11:56:57.564965665 +0100
@@ -16,6 +16,7 @@
 #
 
 
+%bcond_with     tests
 Name:           just
 Version:        1.38.0
 Release:        0
@@ -23,9 +24,8 @@
 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:        %{name}-%{version}.tar.zst
+Source0:        
https://github.com/casey/just/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        vendor.tar.zst
-Source2:        cargo_config
 BuildRequires:  bash-completion
 BuildRequires:  cargo-packaging
 BuildRequires:  fish
@@ -71,8 +71,6 @@
 
 %prep
 %autosetup -a1
-mkdir -p .cargo
-cp %{SOURCE2} .cargo/config
 
 %build
 %{cargo_build} --all-features
@@ -87,11 +85,11 @@
 install -Dm644 -T completions/%{name}.fish 
%{buildroot}%{_datadir}/fish/vendor_completions.d/%{name}.fish
 install -Dm644 -T completions/%{name}.zsh 
%{buildroot}%{_datadir}/zsh/site-functions/_%{name}
 
+%if %{with tests}
 %check
-# Bash uses `git rev-parse --show-toplevel`
-# for the bash tests to work
-git init
+# we skip the tests, as they are super flakely
 %{cargo_test} --all
+%endif
 
 %files
 %license LICENSE

++++++ _service ++++++
--- /var/tmp/diff_new_pack.jdn5ZQ/_old  2024-12-29 11:56:57.596966977 +0100
+++ /var/tmp/diff_new_pack.jdn5ZQ/_new  2024-12-29 11:56:57.596966977 +0100
@@ -1,17 +1,7 @@
 <services>
-  <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="download_files" mode="manual" />
   <service name="cargo_vendor" mode="manual">
-    <param name="src">just</param>
+    <param name="src">just-*.tar.gz</param>
     <param name="update">true</param>
     <param name="filter">true</param>
   </service>

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

Reply via email to