Accepting request 1121406 from utilities
- 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/request/show/1121406 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-cliff?expand=0&rev=9
This commit is contained in:
commit
982609a0fb
3
_service
3
_service
@ -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" />
|
||||
|
@ -2,4 +2,4 @@
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
||||
directory = "vendor"
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10db6fd8fe777f384de2e00336b1cb664095a2f068526f8ace4e7944a7ada270
|
||||
size 1946325
|
3
git-cliff-1.4.0.tar.gz
Normal file
3
git-cliff-1.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ec9a2c9cd0e97a8111a82bcf2fce415f40818897bdc76a2c5cc63d99114ec30
|
||||
size 3272778
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 09:28:06 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 19 20:31:37 UTC 2023 - Lubos Kocman <lubos.kocman@suse.com>
|
||||
|
||||
|
@ -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 @@ 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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3dd4466961b911fa3f88f86b3cf1a927f8ca72d7af120442bdd35c7c9b6a0ac
|
||||
size 33454020
|
3
vendor.tar.zst
Normal file
3
vendor.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ebdecc923fe25778849d30a115fd244db6c5c979ce958bafc3b21ba4554c82c1
|
||||
size 28642969
|
Loading…
Reference in New Issue
Block a user