Update to 0.2.9

This commit is contained in:
Scott K Logan 2020-05-29 10:47:19 -07:00
commit 7274119a5c
4 changed files with 7 additions and 67 deletions

View file

@ -4,17 +4,14 @@
%global srcname vcstool
Name: python-%{srcname}
Version: 0.2.8
Release: 2%{?dist}
Version: 0.2.9
Release: 1%{?dist}
Summary: Tool to invoke vcs commands on multiple repositories
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)
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.2.8-2
- Rebuilt for Python 3.9