Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package git-cliff for openSUSE:Factory checked in at 2023-10-31 20:26:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git-cliff (Old) and /work/SRC/openSUSE:Factory/.git-cliff.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git-cliff" Tue Oct 31 20:26:19 2023 rev:9 rq:1121406 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/git-cliff/git-cliff.changes 2023-09-20 13:34:56.387005619 +0200 +++ /work/SRC/openSUSE:Factory/.git-cliff.new.17445/git-cliff.changes 2023-10-31 20:26:40.580092225 +0100 @@ -1,0 +2,12 @@ +Tue Oct 31 09:28:06 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildserv...@uncomfyhalomacro.pl> + +- Update to version 1.4.0: + * Support bumping the semantic version via `--bump` + * Add 'typos' check + * Log the output of failed external commands - + * breaking change: Support regex in 'tag_pattern' configuration + * Add field and value matchers to the commit parser +- Update service file to new obs service cargo requirements +- Add zstd in build requirements for tar scm + +------------------------------------------------------------------- Old: ---- git-cliff-1.2.0.tar.gz vendor.tar.xz New: ---- git-cliff-1.4.0.tar.gz vendor.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git-cliff.spec ++++++ --- /var/tmp/diff_new_pack.9tDs5k/_old 2023-10-31 20:26:41.868139535 +0100 +++ /var/tmp/diff_new_pack.9tDs5k/_new 2023-10-31 20:26:41.868139535 +0100 @@ -17,16 +17,17 @@ Name: git-cliff -Version: 1.2.0 +Version: 1.4.0 Release: 0 Summary: Changelog generator for git repositories URL: https://github.com/orhun/git-cliff License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (0BSD OR MIT OR Apache-2.0) 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 Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 AND GPL-3.0-only AND SUSE-GPL-2.0-with-linking-exception+ Source0: https://github.com/orhun/git-cliff/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -Source1: vendor.tar.xz +Source1: vendor.tar.zst Source2: cargo_config BuildRequires: cargo-packaging BuildRequires: rust+cargo +BuildRequires: zstd ExclusiveArch: %{rust_arches} %description @@ -85,7 +86,7 @@ %files %{_bindir}/%{name} %{_mandir}/man1/git-cliff.1%{?ext_man} -%license LICENSE +%license LICENSE-MIT LICENSE-APACHE %doc README.md RELEASE.md CHANGELOG.md %files bash-completion ++++++ _service ++++++ --- /var/tmp/diff_new_pack.9tDs5k/_old 2023-10-31 20:26:41.896140564 +0100 +++ /var/tmp/diff_new_pack.9tDs5k/_new 2023-10-31 20:26:41.896140564 +0100 @@ -1,8 +1,7 @@ <services> <service name="download_files" mode="manual" /> <service name="cargo_vendor" mode="manual"> - <param name="srctar">git-cliff-1.2.0.tar.gz</param> - <param name="compression">xz</param> + <param name="src">git-cliff-*.tar.gz</param> <param name="update">true</param> </service> <service name="cargo_audit" mode="manual" /> ++++++ cargo_config ++++++ --- /var/tmp/diff_new_pack.9tDs5k/_old 2023-10-31 20:26:41.912141151 +0100 +++ /var/tmp/diff_new_pack.9tDs5k/_new 2023-10-31 20:26:41.916141298 +0100 @@ -3,5 +3,4 @@ [source.vendored-sources] directory = "vendor" -(No newline at EOF) ++++++ git-cliff-1.2.0.tar.gz -> git-cliff-1.4.0.tar.gz ++++++ ++++ 8436 lines of diff (skipped)