Accepting request 1039427 from utilities
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1039427 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-cliff?expand=0&rev=2
This commit is contained in:
commit
d8b4370782
3
_service
3
_service
@ -1,6 +1,7 @@
|
||||
<services>
|
||||
<service name="download_files" mode="disabled" />
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srctar">v0.9.2.tar.gz</param>
|
||||
<param name="srctar">v0.10.0.tar.gz</param>
|
||||
<param name="compression">gz</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 24 23:24:44 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- Update to version 0.10.0:
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Warn against invalid tag range for `--current` flag ([#124](https://github.com/orhun/git-cliff/issues/124))
|
||||
- Use an alternative method to fetch registry
|
||||
- Fix syntax error in Dockerfile
|
||||
|
||||
### Documentation
|
||||
|
||||
- Add MacPorts install info ([#111](https://github.com/orhun/git-cliff/issues/111))
|
||||
- Update badge URL for Docker builds
|
||||
|
||||
### Features
|
||||
|
||||
- Do not skip breaking changes if configured ([#114](https://github.com/orhun/git-cliff/issues/114))
|
||||
- Changelog for the last n commits ([#116](https://github.com/orhun/git-cliff/issues/116))
|
||||
- Add a short variant `-d` for specifying `--date-order` flag
|
||||
|
||||
### Miscellaneous Tasks
|
||||
|
||||
- Update versions in Dockerfile
|
||||
- Upgrade core dependencies
|
||||
|
||||
### Refactor
|
||||
|
||||
- Improve cargo-chef caching in Dockerfile
|
||||
- Utilize workspace dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 7 23:09:43 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@ -17,11 +17,11 @@
|
||||
|
||||
|
||||
Name: git-cliff
|
||||
Version: 0.9.2
|
||||
Version: 0.10.0
|
||||
Release: 0
|
||||
Summary: Changelog generator for git repositories
|
||||
URL: https://github.com/orhun/git-cliff
|
||||
License: ( (MIT OR Apache-2.0) 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 WITH LLVM-exception OR Apache-2.0 OR MIT ) AND ( MIT OR Apache-2.0 OR Zlib ) AND ( MIT OR Zlib OR Apache-2.0 ) AND ( Unlicense OR MIT ) AND ( Zlib OR Apache-2.0 OR MIT ) AND Apache-2.0 AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 AND GPL-3.0-only
|
||||
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
|
||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
Source2: cargo_config
|
||||
@ -69,7 +69,7 @@ mkdir .cargo
|
||||
cp %{SOURCE2} .cargo/config
|
||||
|
||||
%build
|
||||
%{cargo_build} --all-features
|
||||
%{cargo_build} --no-default-features
|
||||
mkdir -p target/completions/
|
||||
mkdir -p target/man/
|
||||
OUT_DIR=target/completions/ ./target/release/%{name}-completions
|
||||
|
3
v0.10.0.tar.gz
Normal file
3
v0.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c77b7b38edae80b3a66c96f15d0bc3eaaa0bc55e1d3fbc8187c55070306188c1
|
||||
size 73420
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86ed2b9e84d062a880f431aec2d7550cedfab4232e76af4398f4cc3b3a487cb9
|
||||
size 71416
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96e70e2e217719a9d459b757bf2cba3a147b83ffb1b70ca085e8ce8b6913a9f8
|
||||
size 36037151
|
||||
oid sha256:4c2e640111cb0b8f37ebb2d5b5ab74698b739e1ca0a7f41da4a24428ca11f131
|
||||
size 36050944
|
||||
|
Loading…
Reference in New Issue
Block a user