Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bat for openSUSE:Factory checked in at 2025-10-14 18:09:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bat (Old) and /work/SRC/openSUSE:Factory/.bat.new.18484 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bat" Tue Oct 14 18:09:29 2025 rev:23 rq:1311248 version:0.25.0 Changes: -------- --- /work/SRC/openSUSE:Factory/bat/bat.changes 2025-01-09 15:08:06.641981234 +0100 +++ /work/SRC/openSUSE:Factory/.bat.new.18484/bat.changes 2025-10-14 18:11:10.310032896 +0200 @@ -1,0 +2,6 @@ +Mon Oct 13 21:05:16 UTC 2025 - Ondřej Súkup <[email protected]> + +- cleanup _service +- refresh vendor.tar.zst to fix build problems + +------------------------------------------------------------------- Old: ---- _servicedata bat-0.25.0.tar.xz vendor.tar.xz New: ---- bat-0.25.0.tar.gz vendor.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bat.spec ++++++ --- /var/tmp/diff_new_pack.6gLw8A/_old 2025-10-14 18:11:12.918142878 +0200 +++ /var/tmp/diff_new_pack.6gLw8A/_new 2025-10-14 18:11:12.922143047 +0200 @@ -1,7 +1,7 @@ # # spec file for package bat # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,13 +21,10 @@ Release: 0 Summary: A cat(1) clone with syntax highlighting and Git integration License: Apache-2.0 OR MIT -Group: Productivity/Text/Utilities URL: https://github.com/sharkdp/bat -Source0: %{name}-%{version}.tar.xz -Source1: vendor.tar.xz +Source0: https://github.com/sharkdp/bat/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source1: vendor.tar.zst BuildRequires: cargo-packaging -# weak-dep-features introduced in 1.60 and already used by libgit2-sys -# https://github.com/rust-lang/git2-rs/commit/d8ee105a8f3ce4d5c57cd091b67943aab86b176a BuildRequires: rust >= 1.60 ExclusiveArch: %{rust_arches} @@ -63,7 +60,7 @@ Zsh command line completion support for %{name}. %prep -%setup -qa1 +%autosetup -a1 -p1 -n %{name}-%{version} %build %{cargo_build} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.6gLw8A/_old 2025-10-14 18:11:13.286158397 +0200 +++ /var/tmp/diff_new_pack.6gLw8A/_new 2025-10-14 18:11:13.318159747 +0200 @@ -1,26 +1,9 @@ <services> - <service name="format_spec_file" mode="manual"> - </service> - <service name="obs_scm" mode="localonly"> - <param name="scm">git</param> - <param name="url">https://github.com/sharkdp/bat</param> - <param name="revision">v0.25.0</param> - <param name="versionformat">@PARENT_TAG@</param> - <param name="versionrewrite-pattern">v(.*)</param> - </service> - <service mode="localonly" name="set_version"> - </service> - <service name="tar" mode="localonly"/> - <service name="recompress" mode="localonly"> - <param name="file">*.tar</param> - <param name="compression">xz</param> - </service> - <service name="cargo_audit" mode="localonly"> - <param name="srcdir">bat</param> - </service> - <service name="cargo_vendor" mode="localonly"> - <param name="srcdir">bat</param> - <param name="compression">xz</param> + <service name="download_files" mode="manual"/> + <service name="cargo_audit" mode="manual"/> + <service name="cargo_vendor" mode="manual"> + <param name="srctar">bat-*.tar.gz</param> + <param name="compression">zst</param> <param name="update">true</param> </service> </services>
