Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bats for openSUSE:Factory checked in at 2021-12-12 00:57:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bats (Old) and /work/SRC/openSUSE:Factory/.bats.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bats" Sun Dec 12 00:57:47 2021 rev:11 rq:939931 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/bats/bats.changes 2021-04-18 21:45:51.792798226 +0200 +++ /work/SRC/openSUSE:Factory/.bats.new.2520/bats.changes 2021-12-12 00:58:05.906604520 +0100 @@ -1,0 +2,42 @@ +Sat Dec 11 16:16:42 UTC 2021 - Olav Reinert <[email protected]> + +- boo#1193177: Fix build on Leap and SLE + +------------------------------------------------------------------- +Wed Nov 24 23:53:57 UTC 2021 - Dirk M??ller <[email protected]> + +- update to 1.5.0: + * new command line flags + * `--verbose-run`: Make `run` print `$output` by default + * `-x`, `--trace`: Print test commands as they are executed (like `set -x`)` + * `--show-output-of-passing-tests`: Print output of passing tests + * `--print-output-on-failure`: Automatically print the value of `$output` on + failed tests + * `--gather-test-outputs-in <directory>`: Gather the output of failing **and** + passing tests as files in directory + * Experimental: add return code checks to `run` via `!`/`-<N>` + * `install.sh` and `uninstall.sh` take an optional second parameter for the lib + folder name to allow for multilib install, e.g. into lib64 + * add `run` flag `--keep-empty-lines` to retain empty lines in `${lines[@]}` + * add `run` flag `--separate-stderr` which also fills `$stderr` and + `$stderr_lines` + * don't glob `run`'s `$output` when splitting into `${lines[@]}` + * remove empty line after test with pretty formatter on some terminals + * don't run setup_file/teardown_file on files without tests, e.g. due to + filtering + * print final line without newline on Bash 3.2 for midtest (ERREXIT) failures + * abort with error on missing flock/shlock when running in parallel mode + * improved `set -u` test and fixed some unset variable accesses + * shorten suite/file/test temporary folder paths to leave enough space even on + restricted systems + * added BATS_TEST_TMPDIR, BATS_FILE_TMPDIR, BATS_SUITE_TMPDIR + * added checks and improved documentation for `$BATS_TMPDIR` + * the docker container now uses [tini](https://github.com/krallin/tini) as the + container entrypoint to improve signal forwarding + * script to uninstall bats from a given prefix + * replace preprocessed file path (e.g. `/tmp/bats-run-22908-NP0f9h/bats.23102.src`) + with original filename in stdout/err (but not FD3!) + * print aborted command on SIGINT/CTRL+C + * print error message when BATS_RUN_TMPDIR could not be created + +------------------------------------------------------------------- Old: ---- bats-core-1.3.0.tar.gz New: ---- bats-core-1.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bats.spec ++++++ --- /var/tmp/diff_new_pack.5UqaLb/_old 2021-12-12 00:58:06.362604834 +0100 +++ /var/tmp/diff_new_pack.5UqaLb/_new 2021-12-12 00:58:06.362604834 +0100 @@ -18,13 +18,13 @@ %define pname %{name}-core Name: bats -Version: 1.3.0 +Version: 1.5.0 Release: 0 Summary: Bash Automated Testing System License: MIT Group: Development/Tools/Other URL: https://github.com/%{pname}/%{pname}/ -Source: %{URL}/archive/v%{version}.tar.gz#/%{pname}-%{version}.tar.gz +Source: https://github.com/%{pname}/%{pname}/archive/v%{version}.tar.gz#/%{pname}-%{version}.tar.gz BuildRequires: ncurses-utils Requires: gnu_parallel BuildArch: noarch @@ -46,7 +46,7 @@ sed -i '1s|#!%{_bindir}/env bash|#!/bin/bash|' ./lib{,exec}/%{pname}/* ./bin/bats %if 0%{?suse_version} <= 1500 mv -v libexec/%{pname}/* lib/%{pname}/ - sed -i 's|libexec|lib|g' install.sh ./lib/%{pname}/* ./bin/bats + sed -i 's|libexec|lib|g' install.sh ./lib/%{pname}/* ./bin/bats ./test/*.bats %endif %build ++++++ bats-core-1.3.0.tar.gz -> bats-core-1.5.0.tar.gz ++++++ ++++ 6319 lines of diff (skipped)
