Accepting request 1172011 from home:AndreasStieger:branches:utilities
git-cliff 2.2.1 OBS-URL: https://build.opensuse.org/request/show/1172011 OBS-URL: https://build.opensuse.org/package/show/utilities/git-cliff?expand=0&rev=23
This commit is contained in:
parent
a56a3545b8
commit
7db9405c04
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1c321b180b071ccfa8986931576fc02ca4dbc75dff035e4c663c2cfb8ecd4683
|
|
||||||
size 10610357
|
|
3
git-cliff-2.2.1.tar.gz
Normal file
3
git-cliff-2.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8573c4dc28fd6d6c1e9be7156193c13d177af093a060ae9e3bd4cd60ff3e05c4
|
||||||
|
size 10617437
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 5 17:09:23 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- update to 2.2.1:
|
||||||
|
* Make rendering errors more verbose
|
||||||
|
* Support detecting config from project manifest
|
||||||
|
* Make the bump version rules configurable
|
||||||
|
* bug fixes and documentation updates
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 7 05:06:13 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
Thu Mar 7 05:06:13 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
# spec file for package git-cliff
|
# spec file for package git-cliff
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
|
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,11 +18,11 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: git-cliff
|
Name: git-cliff
|
||||||
Version: 2.1.2
|
Version: 2.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Changelog generator for git repositories
|
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+
|
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+
|
||||||
|
URL: https://github.com/orhun/git-cliff
|
||||||
Source0: https://github.com/orhun/git-cliff/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/orhun/git-cliff/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source1: vendor.tar.zst
|
Source1: vendor.tar.zst
|
||||||
BuildRequires: cargo
|
BuildRequires: cargo
|
||||||
@ -36,8 +37,8 @@ Conventional Commit Specifications.
|
|||||||
%package fish-completion
|
%package fish-completion
|
||||||
Summary: Fish Completion for %{name}
|
Summary: Fish Completion for %{name}
|
||||||
Group: System/Shells
|
Group: System/Shells
|
||||||
Supplements: (%{name} and fish)
|
|
||||||
Requires: fish
|
Requires: fish
|
||||||
|
Supplements: (%{name} and fish)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description fish-completion
|
%description fish-completion
|
||||||
@ -46,8 +47,8 @@ Fish command-line completion support for %{name}.
|
|||||||
%package zsh-completion
|
%package zsh-completion
|
||||||
Summary: Zsh Completion for %{name}
|
Summary: Zsh Completion for %{name}
|
||||||
Group: System/Shells
|
Group: System/Shells
|
||||||
Supplements: (%{name} and zsh)
|
|
||||||
Requires: zsh
|
Requires: zsh
|
||||||
|
Supplements: (%{name} and zsh)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description zsh-completion
|
%description zsh-completion
|
||||||
@ -56,8 +57,8 @@ Zsh command-line completion support for %{name}.
|
|||||||
%package bash-completion
|
%package bash-completion
|
||||||
Summary: Bash Completion for %{name}
|
Summary: Bash Completion for %{name}
|
||||||
Group: System/Shells
|
Group: System/Shells
|
||||||
Supplements: (%{name} and bash-completion)
|
|
||||||
Requires: bash-completion
|
Requires: bash-completion
|
||||||
|
Supplements: (%{name} and bash-completion)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description bash-completion
|
%description bash-completion
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8fc68f7c66b43fea3a3654f017e74a52ba5c1debeed2fa224c69762097521b9e
|
oid sha256:73682d9a82c906ba42e62adcc13f68f1e848c0d94836ec854007b5ee39377276
|
||||||
size 42305400
|
size 38119835
|
||||||
|
Loading…
Reference in New Issue
Block a user