release 1.23
This commit is contained in:
parent
58882f40a3
commit
36d7fb33af
@ -1,6 +1,6 @@
|
|||||||
Name: beakerlib
|
Name: beakerlib
|
||||||
Summary: A shell-level integration testing library
|
Summary: A shell-level integration testing library
|
||||||
Version: 1.22
|
Version: 1.23
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -125,6 +125,13 @@ Files for syntax highlighting BeakerLib tests in VIM editor
|
|||||||
%{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim
|
%{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 26 2021 Dalibor Pospisil <dapospis@redhat.com> - 1.23-1
|
||||||
|
- TestResults state indicator
|
||||||
|
- profiling code
|
||||||
|
- rebased yash to 1.1
|
||||||
|
- fixed rlAssertLesser
|
||||||
|
- fixed failed library load name logging
|
||||||
|
|
||||||
* Fri Jan 15 2021 Dalibor Pospisil <dapospis@redhat.com> - 1.22-1
|
* Fri Jan 15 2021 Dalibor Pospisil <dapospis@redhat.com> - 1.22-1
|
||||||
- ability to parse fmf id references
|
- ability to parse fmf id references
|
||||||
- ability the use simpler library name - library(foo), {url: '../foo.git', name: '/'}, meaming the library is n the root folder
|
- ability the use simpler library name - library(foo), {url: '../foo.git', name: '/'}, meaming the library is n the root folder
|
||||||
@ -138,7 +145,7 @@ Files for syntax highlighting BeakerLib tests in VIM editor
|
|||||||
- ability to parse yaml files including main.fmf and metadata.yaml
|
- ability to parse yaml files including main.fmf and metadata.yaml
|
||||||
|
|
||||||
* Thu Sep 10 2020 Dalibor Pospisil <dapospis@redhat.com> - 1.20-1
|
* Thu Sep 10 2020 Dalibor Pospisil <dapospis@redhat.com> - 1.20-1
|
||||||
- Rebase to the laster upstream
|
- Rebase to the latest upstream
|
||||||
- improvements to libraries search
|
- improvements to libraries search
|
||||||
- docs update
|
- docs update
|
||||||
- some optimizations
|
- some optimizations
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (beakerlib-1.22.tar.gz) = bce43ecf19487c3bc2e5d0cadd64677c7cbf03c2a0d92890e192b1ecb061946bee104ecf9eabc5c43b1b69d5b0cfcf8585eef6b47f2b6f4ea2c997d217abb24a
|
SHA512 (beakerlib-1.23.tar.gz) = 85008fa16277a06970a1a6d6141e8a4ab1ea3a23504e0b55596625207299861bf6bc248bd8bd8c345f725b73c428ff3091387d466b8f94bf197f9576ce68f295
|
||||||
|
Loading…
Reference in New Issue
Block a user