Accepting request 1055800 from utilities
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1055800 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-cliff?expand=0&rev=3
This commit is contained in:
commit
7177a13d60
2
_service
2
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="download_files" mode="disabled" />
|
<service name="download_files" mode="disabled" />
|
||||||
<service name="cargo_vendor" mode="disabled">
|
<service name="cargo_vendor" mode="disabled">
|
||||||
<param name="srctar">v0.10.0.tar.gz</param>
|
<param name="srctar">git-cliff-1.0.0.tar.gz</param>
|
||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
</service>
|
</service>
|
||||||
|
3
git-cliff-1.0.0.tar.gz
Normal file
3
git-cliff-1.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:57321d1b1787f601b76347bcc981fbaf7d6a923a6fc1191a5360b6d72079186d
|
||||||
|
size 73952
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 28 12:57:44 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.0.0:
|
||||||
|
* Bug Fixes
|
||||||
|
- Fix test fixture failures
|
||||||
|
* Documentation
|
||||||
|
- Fix GitHub badges in README.md
|
||||||
|
* Features
|
||||||
|
- [breaking] Replace --date-order by --topo-order
|
||||||
|
- Allow running with --prepend and --output
|
||||||
|
- [breaking] Use current time for --tag argument
|
||||||
|
- Include completions and mangen in binary releases
|
||||||
|
- Publish Debian package via release workflow
|
||||||
|
* Miscellaneous Tasks
|
||||||
|
- Run all test fixtures
|
||||||
|
- Remove deprecated set-output usage
|
||||||
|
- Update actions/checkout to v3
|
||||||
|
- Comment out custom commit preprocessor
|
||||||
|
* Refactor
|
||||||
|
- Apply clippy suggestions
|
||||||
|
* Styling
|
||||||
|
- Update README.md about the styling of footer field
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 24 23:24:44 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
Thu Nov 24 23:24:44 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
|
@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: git-cliff
|
Name: git-cliff
|
||||||
Version: 0.10.0
|
Version: 1.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Changelog generator for git repositories
|
Summary: Changelog generator for git repositories
|
||||||
URL: https://github.com/orhun/git-cliff
|
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
|
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
|
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source1: vendor.tar.gz
|
Source1: vendor.tar.gz
|
||||||
Source2: cargo_config
|
Source2: cargo_config
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c77b7b38edae80b3a66c96f15d0bc3eaaa0bc55e1d3fbc8187c55070306188c1
|
|
||||||
size 73420
|
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:4c2e640111cb0b8f37ebb2d5b5ab74698b739e1ca0a7f41da4a24428ca11f131
|
oid sha256:86cee3a7c32eb376f0ac70f8431b308c870e83a5d291fdffbda5f3a444412050
|
||||||
size 36050944
|
size 36603359
|
||||||
|
Loading…
Reference in New Issue
Block a user