Sync with upstream release 78.0.
Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
parent
e2511bfe75
commit
ccb9faa20d
3 changed files with 8 additions and 4 deletions
|
|
@ -12,10 +12,10 @@
|
|||
%global gittar %{srcname}-%{version}.tar.gz
|
||||
%else
|
||||
%if ! 0%{?commit:1}
|
||||
%global commit 7b624bb092bababb7180938d70515090bce29945
|
||||
%global commit b8ce4cf8a9e9f7935eb3e43186ad7dfcd84092c3
|
||||
%endif
|
||||
%if ! 0%{?commit_date:1}
|
||||
%global commit_date 20200317
|
||||
%global commit_date 20200414
|
||||
%endif
|
||||
%global shortcommit %(c=%{commit};echo ${c:0:8})
|
||||
%global gitrel .%{commit_date}git%{shortcommit}
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
%endif
|
||||
|
||||
Name: python-%{pkgname}
|
||||
Version: 77.0
|
||||
Version: 78.0
|
||||
Release: 1%{?gitrel}%{?dist}
|
||||
Summary: Framework with tools and libraries for Automated Testing
|
||||
Group: Development/Tools
|
||||
|
|
@ -658,6 +658,9 @@ Again Shell code (and possibly other similar shells).
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 15 2020 Merlin Mathesius <mmathesi@redhat.com> - 78.0-1
|
||||
- Sync with upstream release 78.0.
|
||||
|
||||
* Tue Mar 17 2020 Merlin Mathesius <mmathesi@redhat.com> - 77.0-1
|
||||
- Sync with upstream release 77.0.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue