Sync with upstream release 69.0.

Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
Merlin Mathesius 2019-02-27 22:10:26 -06:00
commit c8e4617f2f
3 changed files with 8 additions and 4 deletions

View file

@ -12,10 +12,10 @@
%global gittar %{srcname}-%{version}.tar.gz
%else
%if ! 0%{?commit:1}
%global commit ed7a0e2eb1f5b568c2a77a6e11917efb24d6aa8d
%global commit 406f29bbdf46f2320936da0028ae5df53559915c
%endif
%if ! 0%{?commit_date:1}
%global commit_date 20190213
%global commit_date 20190226
%endif
%global shortcommit %(c=%{commit};echo ${c:0:8})
%global gitrel .%{commit_date}git%{shortcommit}
@ -58,7 +58,7 @@
%endif
Name: python-%{pkgname}
Version: 68.0
Version: 69.0
Release: 1%{?gitrel}%{?dist}
Summary: Framework with tools and libraries for Automated Testing
Group: Development/Tools
@ -1126,6 +1126,9 @@ Again Shell code (and possibly other similar shells).
%changelog
* Wed Feb 27 2019 Merlin Mathesius <mmathesi@redhat.com> - 69.0-1
- Sync with upstream release 69.0.
* Fri Feb 22 2019 Merlin Mathesius <mmathesi@redhat.com> - 68.0-1
- Sync with upstream release 68.0.