Sync with upstream release 69.0.
Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
parent
fc19652d5e
commit
c8e4617f2f
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -15,3 +15,4 @@
|
|||
/avocado-66.0.tar.gz
|
||||
/avocado-67.0.tar.gz
|
||||
/avocado-68.0.tar.gz
|
||||
/avocado-69.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (avocado-68.0.tar.gz) = 31375d97d43c4498d51038f8fc8100d86d25361dab1f78de68e006edd66073a65058ea64c2c0e3c3dc755eebe45247c41a8175b444d97f4967dab268fe158a96
|
||||
SHA512 (avocado-69.0.tar.gz) = 5353c85d94a9754a6e23eb2b4e1a09dc4f87e3590ff1073383b2b8ac5e2eeb7cddadf5773c762f1dbd8b7a04ed6314f68cf7014acc4e709683f0251518c30b10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue