From b757000fb17ae86a59a8bd04a56c48b64aa61b84e92cd7cd62a233bed972018d Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Tue, 31 Oct 2023 09:31:53 +0000 Subject: [PATCH 1/2] - 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 OBS-URL: https://build.opensuse.org/package/show/utilities/git-cliff?expand=0&rev=18 --- _service | 3 +-- cargo_config | 2 +- git-cliff-1.2.0.tar.gz | 3 --- git-cliff-1.4.0.tar.gz | 3 +++ git-cliff.changes | 12 ++++++++++++ git-cliff.spec | 5 +++-- vendor.tar.xz | 3 --- vendor.tar.zst | 3 +++ 8 files changed, 23 insertions(+), 11 deletions(-) delete mode 100644 git-cliff-1.2.0.tar.gz create mode 100644 git-cliff-1.4.0.tar.gz delete mode 100644 vendor.tar.xz create mode 100644 vendor.tar.zst diff --git a/_service b/_service index cf46028..fb13cb0 100644 --- a/_service +++ b/_service @@ -1,8 +1,7 @@ - git-cliff-1.2.0.tar.gz - xz + git-cliff-*.tar.gz true diff --git a/cargo_config b/cargo_config index 6fb4ff4..97852b5 100644 --- a/cargo_config +++ b/cargo_config @@ -2,4 +2,4 @@ replace-with = "vendored-sources" [source.vendored-sources] -directory = "vendor" \ No newline at end of file +directory = "vendor" diff --git a/git-cliff-1.2.0.tar.gz b/git-cliff-1.2.0.tar.gz deleted file mode 100644 index 3f681ef..0000000 --- a/git-cliff-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10db6fd8fe777f384de2e00336b1cb664095a2f068526f8ace4e7944a7ada270 -size 1946325 diff --git a/git-cliff-1.4.0.tar.gz b/git-cliff-1.4.0.tar.gz new file mode 100644 index 0000000..f1a9584 --- /dev/null +++ b/git-cliff-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec9a2c9cd0e97a8111a82bcf2fce415f40818897bdc76a2c5cc63d99114ec30 +size 3272778 diff --git a/git-cliff.changes b/git-cliff.changes index 4dd01fa..a53e89a 100644 --- a/git-cliff.changes +++ b/git-cliff.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Oct 31 09:28:06 UTC 2023 - Soc Virnyl Estela + +- 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 + ------------------------------------------------------------------- Tue Sep 19 20:31:37 UTC 2023 - Lubos Kocman diff --git a/git-cliff.spec b/git-cliff.spec index 618005a..2b43dce 100644 --- a/git-cliff.spec +++ b/git-cliff.spec @@ -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 diff --git a/vendor.tar.xz b/vendor.tar.xz deleted file mode 100644 index e97ee57..0000000 --- a/vendor.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3dd4466961b911fa3f88f86b3cf1a927f8ca72d7af120442bdd35c7c9b6a0ac -size 33454020 diff --git a/vendor.tar.zst b/vendor.tar.zst new file mode 100644 index 0000000..4592d39 --- /dev/null +++ b/vendor.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebdecc923fe25778849d30a115fd244db6c5c979ce958bafc3b21ba4554c82c1 +size 28642969 From da368abebd48dacfdf7a2402281aeb616ea1c652bd645497af063d28d65e5d40 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Tue, 31 Oct 2023 09:51:57 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/utilities/git-cliff?expand=0&rev=19 --- git-cliff.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-cliff.spec b/git-cliff.spec index 2b43dce..9c1d529 100644 --- a/git-cliff.spec +++ b/git-cliff.spec @@ -86,7 +86,7 @@ install -Dm644 -T ./target/man/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 %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