Upgrade git-tools to 2020.09

This commit is contained in:
starlet-dx 2022-10-17 17:25:17 +08:00
parent 101c646227
commit c0ac59600e
4 changed files with 11 additions and 4 deletions

Binary file not shown.

BIN
git-tools-2020.09.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%bcond_with bootstrap %bcond_with bootstrap
Name: git-tools Name: git-tools
Version: 2019.11 Version: 2020.09
Release: 1 Release: 1
Summary: Assorted git-related scripts Summary: Assorted git-related scripts
License: GPL3 License: GPL-3.0
URL: https://github.com/MestreLion/git-tools URL: https://github.com/MestreLion/git-tools
Source0: https://github.com/MestreLion/git-tools/archive/%{name}-%{version}.tar.gz Source0: https://github.com/MestreLion/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -42,5 +42,8 @@ install -m644 man1/git-* %{buildroot}%{_mandir}/man1/
%changelog %changelog
* Tue Apr 28 2020 Wei Xiong <myeuler@163.com> * Mon Oct 17 2022 yaoxin <yaoxin30@h-partners.com> - 2020.09-1
- Upgrade git-tools to 2020.09
* Tue Apr 28 2020 Wei Xiong <myeuler@163.com> - 2019.11-1
- init package - init package

4
git-tools.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: MestreLion/git-tools
tag_prefix: "^v"
separator: "."