diff --git a/beakerlib.spec b/beakerlib.spec index 0e3ce1b..61e9bf8 100644 --- a/beakerlib.spec +++ b/beakerlib.spec @@ -1,7 +1,7 @@ Name: beakerlib Summary: A shell-level integration testing library Version: 1.29.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 BuildArch: noarch URL: https://github.com/%{name} @@ -129,6 +129,9 @@ Files for syntax highlighting BeakerLib tests in VIM editor %{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim %changelog +* Wed Jul 20 2022 Fedora Release Engineering - 1.29.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Tue Jul 19 2022 Dalibor Pospisil - 1.29.1-1 - rlImport: upwards traversal start in the current directory - rlImport: support '.' to import lib.sh from the current directory