Sync with upstream release 85.0.
Signed-off-by: Cleber Rosa <crosa@redhat.com>
This commit is contained in:
parent
34b61b19ca
commit
bf1deffff4
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 c01f71fcc05826a08ea1b28b47930722b3363df4
|
||||
%global commit 954ff938991894a73171463d329b6bfa748c6652
|
||||
%endif
|
||||
%if ! 0%{?commit_date:1}
|
||||
%global commit_date 20201221
|
||||
%global commit_date 20210209
|
||||
%endif
|
||||
%global shortcommit %(c=%{commit};echo ${c:0:9})
|
||||
%global gitrel .%{commit_date}git%{shortcommit}
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
%endif
|
||||
|
||||
Name: python-%{pkgname}
|
||||
Version: 84.0
|
||||
Version: 85.0
|
||||
Release: 1%{?gitrel}%{?dist}
|
||||
Summary: Framework with tools and libraries for Automated Testing
|
||||
Group: Development/Tools
|
||||
|
|
@ -452,6 +452,9 @@ Again Shell code (and possibly other similar shells).
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 10 2021 Cleber Rosa <cleber@redhat.com> - 85.0-1
|
||||
- Sync with upstream release 85.0.
|
||||
|
||||
* Wed Feb 10 2021 Cleber Rosa <cleber@redhat.com> - 84.0-1
|
||||
- Sync with upstream release 84.0.
|
||||
- Drop old Fedora conditionals
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue