Update to 0.2.9

This commit is contained in:
Scott K Logan 2020-05-29 10:47:19 -07:00
commit ae27269904
4 changed files with 6 additions and 66 deletions

View file

@ -4,7 +4,7 @@
%global srcname vcstool
Name: python-%{srcname}
Version: 0.2.8
Version: 0.2.9
Release: 1%{?dist}
Summary: Tool to invoke vcs commands on multiple repositories
@ -12,9 +12,6 @@ License: ASL 2.0
URL: https://github.com/dirk-thomas/%{srcname}
Source0: https://github.com/dirk-thomas/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz
# Submitted upstream as dirk-thomas/vcstool#138
Patch0: %{name}-0.2.8-old-git-syntax.patch
BuildArch: noarch
%description
@ -209,6 +206,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers
%changelog
* Fri May 29 2020 Scott K Logan <logans@cottsay.net> - 0.2.9-1
- Update to 0.2.9 (rhbz#1838404)
* Sun May 10 2020 Scott K Logan <logans@cottsay.net> - 0.2.8-1
- Update to 0.2.8 (rhbz#1833742)