release 1.20-1
This commit is contained in:
parent
658755403a
commit
4d7d2d6fd0
@ -1,7 +1,7 @@
|
|||||||
Name: beakerlib
|
Name: beakerlib
|
||||||
Summary: A shell-level integration testing library
|
Summary: A shell-level integration testing library
|
||||||
Version: 1.18
|
Version: 1.20
|
||||||
Release: 13%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
URL: https://github.com/%{name}
|
URL: https://github.com/%{name}
|
||||||
@ -37,15 +37,6 @@ Source1: %{name}-tmpfiles.conf
|
|||||||
|
|
||||||
Patch0: bugzilla-links.patch
|
Patch0: bugzilla-links.patch
|
||||||
Patch1: python3.patch
|
Patch1: python3.patch
|
||||||
Patch2: getopt-errors.patch
|
|
||||||
Patch3: log-command-T-option.patch
|
|
||||||
Patch4: fix-unbound-variables.patch
|
|
||||||
Patch5: services-state-store.patch
|
|
||||||
Patch6: local-FileSubmit-argument.patch
|
|
||||||
Patch7: cleanup-shell-options.patch
|
|
||||||
Patch8: correct-exit-code-gathering.patch
|
|
||||||
Patch9: Count-CPUs-optimization.patch
|
|
||||||
Patch10: enahanced-library-search.patch
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
@ -92,6 +83,20 @@ 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
|
||||||
|
* Thu Sep 10 2020 Dalibor Pospisil <dapospis@redhat.com> - 1.20-1
|
||||||
|
- Rebase to the laster upstream
|
||||||
|
- improvements to libraries search
|
||||||
|
- docs update
|
||||||
|
- some optimizations
|
||||||
|
- fixed pattern for mathing port or socket in rlWaitFor*
|
||||||
|
- log colorizing on all screen* terminals
|
||||||
|
- IFS fixes
|
||||||
|
- Use /etc/os-release in rlGetDistro*() (#35)
|
||||||
|
- support for curl 7.29.0
|
||||||
|
- prefer curl over wget
|
||||||
|
- silence status of service in rlService{Start,Stop,Restore} functions (#…
|
||||||
|
- TESTPACKAGE variable to force package name (#54)
|
||||||
|
|
||||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.18-13
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.18-13
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (beakerlib-1.18.tar.gz) = 85e675b22ee243905a15fbeb3d26012c1ab4b94e43f3ba142149cbeb272e4ca0038be9b4aa43e30c3559574a8ca0bc9023fbc9535bf4a505ca15ea9e666e3a4b
|
SHA512 (beakerlib-1.20.tar.gz) = 0329c97aaaed25d513997c3985c3e54603f3887007494ecd41fc8aa3ec6223c131af088568bf1e073865f8e24e340d0d724578547200c70c091fad19d0d73436
|
||||||
|
Loading…
Reference in New Issue
Block a user