Update to 0.2.3

This commit is contained in:
Scott K Logan 2019-08-08 16:42:42 -07:00
commit d20b1f4d7f
3 changed files with 10 additions and 6 deletions

View file

@ -4,7 +4,7 @@
%global srcname vcstool
Name: python-%{srcname}
Version: 0.2.2
Version: 0.2.3
Release: 1%{?dist}
Summary: Tool to invoke vcs commands on multiple repositories
@ -43,10 +43,10 @@ BuildRequires: python2-pyyaml
BuildRequires: python2-setuptools
%{?python_provide:%python_provide python2-%{srcname}}
%if %{undefined python_disable_dependency_generator}
%if %{undefined __pythondist_requires}
Requires: python2-pyyaml
Requires: python2-setuptools
%endif # python_disable_dependency_generator
%endif # __pythondist_requires
%if 0%{?fedora}
Recommends: git
@ -79,10 +79,10 @@ BuildRequires: python%{python3_pkgversion}-PyYAML
BuildRequires: python%{python3_pkgversion}-setuptools
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
%if %{undefined python_disable_dependency_generator}
%if %{undefined __pythondist_requires}
Requires: python%{python3_pkgversion}-PyYAML
Requires: python%{python3_pkgversion}-setuptools
%endif # python_disable_dependency_generator
%endif # __pythondist_requires
%if 0%{?fedora}
Recommends: git
@ -214,6 +214,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers
%changelog
* Thu Aug 08 2019 Scott K Logan <logans@cottsay.net> - 0.2.3-1
- Update to 0.2.3
* Wed Jul 17 2019 Scott K Logan <logans@cottsay.net> - 0.2.2-1
- Update to 0.2.2