Sync with upstream release 74.0.

Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
Merlin Mathesius 2019-12-23 13:34:42 -06:00
commit 5200b71adc
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 25019730b046c7793cec7768f8f94834bd440485
%global commit f560105586748fdea4d540dd407b68c47022419f
%endif
%if ! 0%{?commit_date:1}
%global commit_date 20191122
%global commit_date 20191223
%endif
%global shortcommit %(c=%{commit};echo ${c:0:8})
%global gitrel .%{commit_date}git%{shortcommit}
@ -53,7 +53,7 @@
%endif
Name: python-%{pkgname}
Version: 73.0
Version: 74.0
Release: 1%{?gitrel}%{?dist}
Summary: Framework with tools and libraries for Automated Testing
Group: Development/Tools
@ -650,6 +650,9 @@ Again Shell code (and possibly other similar shells).
%changelog
* Mon Dec 23 2019 Merlin Mathesius <mmathesi@redhat.com> - 74.0-1
- Sync with upstream release 74.0.
* Wed Nov 27 2019 Merlin Mathesius <mmathesi@redhat.com> - 73.0-1
- Sync with upstream release 73.0.
- Adjustments to build for RHEL 8.