Update to 0.2.8
This commit is contained in:
parent
569c36b6c2
commit
55c40014b3
5 changed files with 69 additions and 30 deletions
|
|
@ -4,7 +4,7 @@
|
|||
%global srcname vcstool
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.2.7
|
||||
Version: 0.2.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool to invoke vcs commands on multiple repositories
|
||||
|
||||
|
|
@ -12,8 +12,8 @@ License: ASL 2.0
|
|||
URL: https://github.com/dirk-thomas/%{srcname}
|
||||
Source0: https://github.com/dirk-thomas/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
# Used only for testing
|
||||
Source1: %{name}-0.1.37-older_git_syntax.sed
|
||||
# Submitted upstream as dirk-thomas/vcstool#138
|
||||
Patch0: %{name}-0.2.8-old-git-syntax.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
@ -108,11 +108,6 @@ The biggest differences between the two are:
|
|||
%prep
|
||||
%autosetup -p1 -n %{srcname}-%{version}
|
||||
|
||||
%if 0%{?rhel} && 0%{?rhel} < 8
|
||||
# Test case touch-ups for older git versions
|
||||
sed -i -f %{SOURCE1} test/*.txt
|
||||
%endif
|
||||
|
||||
|
||||
%build
|
||||
%if 0%{?with_python2}
|
||||
|
|
@ -214,6 +209,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun May 10 2020 Scott K Logan <logans@cottsay.net> - 0.2.8-1
|
||||
- Update to 0.2.8 (rhbz#1833742)
|
||||
|
||||
* Wed Apr 15 2020 Scott K Logan <logans@cottsay.net> - 0.2.7-1
|
||||
- Update to 0.2.7 (rhbz#1787844)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue