From e52ec5fdd96aff68790f780c90681ef992bb0f0d Mon Sep 17 00:00:00 2001 From: Dalibor Pospisil Date: Jan 24 2017 12:25:12 +0000 Subject: version 1.13 --- diff --git a/beakerlib.spec b/beakerlib.spec index 92e27fd..a392798 100644 --- a/beakerlib.spec +++ b/beakerlib.spec @@ -1,6 +1,6 @@ Name: beakerlib Summary: A shell-level integration testing library -Version: 1.12 +Version: 1.13 Release: 1%{?dist} License: GPLv2 Group: Development/Libraries @@ -72,7 +72,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim %changelog -* Wed Jan 4 2017 Dalibor Pospisil - 1.12-1 +* Tue Jan 24 2017 Dalibor Pospisil - 1.13-1 - added rlIsCentOS similar to rlIsRHEL, bz1214190 - added missing dependencies, bz1391969 - make rlRun use internal variables with more unique name, bz1285804 @@ -80,7 +80,6 @@ rm -rf $RPM_BUILD_ROOT - make sure the output of rlRun while using -s is completely written to the file, bz1361246 - rlFileRestore now better distinquish betwwen various errorneous situations, bz1370453 - rlService* won't be blocked be less(1) while systemctl redirection is in place, bz1383303 -- rlWaitForSocket --close now waits for actuall closure, bz1388422 - variable LibraryDir variable is created for all imported libraries, holding the path to the library source, bz1074487 - all logging messages are now printed to stderr, bz1171881 - wildcard %doc inclusion in spec, bz1206173