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 2024-03-07 18:29:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git-cliff (Old) and /work/SRC/openSUSE:Factory/.git-cliff.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git-cliff" Thu Mar 7 18:29:47 2024 rev:10 rq:1155786 version:2.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/git-cliff/git-cliff.changes 2023-10-31 20:26:40.580092225 +0100 +++ /work/SRC/openSUSE:Factory/.git-cliff.new.1770/git-cliff.changes 2024-03-07 18:30:40.539801877 +0100 @@ -1,0 +2,72 @@ +Thu Mar 7 05:06:13 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildserv...@uncomfyhalomacro.pl> + +- Adopt new way to package rust software with obs-service-cargo: + * remove cargo_config. it's part of vendor.tar now +- Update to version 2.1.2: + * feat(npm): add programmatic API for TypeScript + * chore(fixtures): enable verbose logging for output + * refactor(clippy): apply clippy suggestions + * refactor(changelog): do not output to stdout when prepend is used + * feat(args): add `--tag-pattern` argument + * fix(config): fix commit parser regex in the default config + * fix(github): sanitize the GitHub token in debug logs + * chore(config): add animation to the header of the changelog + * refactor(clippy): apply clippy suggestions + * docs(security): update security policy + * chore(project): add readme to core package + * chore(embed): do not allow missing docs + * chore(config): skip dependabot commits for dev updates + * docs(readme): mention RustLab 2023 talk + * chore(config): revamp the configuration files + * chore(docker): update versions in Dockerfile + * chore(example): use full links in GitHub templates + * chore(project): bump MSRV to 1.74.1 + * revert(config): use postprocessors for checking the typos + * feat(template): support using PR labels in the GitHub template + * docs(configuration): fix typo + * feat(args): add `--no-exec` flag for skipping command execution + * chore(command): explicitly set the directory of command to current dir + * refactor(ci): use hardcoded workspace members for cargo-msrv command + * refactor(ci): simplify cargo-msrv installation + * refactor(clippy): apply clippy suggestions + * refactor(config): use postprocessors for checking the typos + * chore(project): update copyright years + * chore(github): update templates about GitHub integration + * feat(changelog): set the timestamp of the previous release + * feat(template): support using PR title in the GitHub template + * feat(changelog): improve skipping via `.cliffignore` and `--skip-commit` + * chore(changelog): disable the default behavior of next-version + * fix(git): sort commits in topological order + * test(changelog): use the correct version for missing tags + * chore(changelog): use 0.1.0 as default next release if no tag is found + * feat(github)!: support integration with GitHub repos + * refactor(changelog): support `--bump` for processed releases + * fix(cli): fix broken pipe when stdout is interrupted + * test(fixtures): update the bumped value output to add prefix + * feat(changelog): support tag prefixes with `--bump` + * feat(changelog)!: set tag to `0.0.1` via `--bump` if no tags exist + * fix(commit): trim the trailing newline from message + * docs(readme): use the raw link for the animation + * chore(example): remove limited commits example + * feat(args): add `-x` short argument for `--context` + * revert(deps): bump actions/upload-pages-artifact from 2 to 3 + * revert(deps): bump actions/deploy-pages from 3 to 4 + * chore(dependabot): group the dependency updates for creating less PRs + * feat(parser): support using SHA1 of the commit + * feat(commit): add merge_commit flag to the context + * chore(mergify): don't update PRs for the main branch + * fix(links): skip checking the GitHub commit URLs + * fix(changelog): fix previous version links + * feat(parser): support using regex scope values + * test(fixture): update the date for example test fixture + * docs(fixtures): add instructions for adding new fixtures + * feat(args): support initialization with built-in templates + * feat(changelog)!: support templating in the footer + * feat(args): allow returning the bumped version + * test(fixture): add test fixture for bumping version + * fix: allow version bump with a single previous release + * fix(changelog): set the correct previous tag when a custom tag is given + * feat(args): set `CHANGELOG.md` as default missing value for output option + * refactor(config): remove unnecessary newline from configs + +------------------------------------------------------------------- Old: ---- cargo_config git-cliff-1.4.0.tar.gz New: ---- git-cliff-2.1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git-cliff.spec ++++++ --- /var/tmp/diff_new_pack.I0gOyy/_old 2024-03-07 18:30:47.968075981 +0100 +++ /var/tmp/diff_new_pack.I0gOyy/_new 2024-03-07 18:30:47.972076129 +0100 @@ -1,7 +1,7 @@ # # spec file for package git-cliff # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,15 @@ Name: git-cliff -Version: 1.4.0 +Version: 2.1.2 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.zst -Source2: cargo_config +BuildRequires: cargo BuildRequires: cargo-packaging -BuildRequires: rust+cargo BuildRequires: zstd ExclusiveArch: %{rust_arches} @@ -66,11 +65,10 @@ %prep %autosetup -a1 -mkdir .cargo -cp %{SOURCE2} .cargo/config %build -%{cargo_build} --no-default-features +# We don't need to check an update. github feature is nice to have though +%{cargo_build} --no-default-features -F github mkdir -p target/completions/ mkdir -p target/man/ OUT_DIR=target/completions/ ./target/release/%{name}-completions ++++++ git-cliff-1.4.0.tar.gz -> git-cliff-2.1.2.tar.gz ++++++ /work/SRC/openSUSE:Factory/git-cliff/git-cliff-1.4.0.tar.gz /work/SRC/openSUSE:Factory/.git-cliff.new.1770/git-cliff-2.1.2.tar.gz differ: char 12, line 1 ++++++ vendor.tar.zst ++++++ Binary files /var/tmp/diff_new_pack.I0gOyy/_old and /var/tmp/diff_new_pack.I0gOyy/_new differ