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-04-18 21:45:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bats (Old) and /work/SRC/openSUSE:Factory/.bats.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bats" Sun Apr 18 21:45:33 2021 rev:10 rq:886494 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/bats/bats.changes 2020-12-17 17:09:10.377962995 +0100 +++ /work/SRC/openSUSE:Factory/.bats.new.12324/bats.changes 2021-04-18 21:45:51.792798226 +0200 @@ -1,0 +2,26 @@ +Sun Apr 18 17:54:00 UTC 2021 - Ferdinand Thiessen <[email protected]> + +- Update to 1.3.0 + * Added custom test-file extension via BATS_FILE_EXTENSION when + searching for test files in a directory + * Added TAP13 formatter, including millisecond timing + * Recursive suite mode will follow symlinks now + * Split options for (file-) --report-formatter and (stdout) + --formatter + WARNING: This changes the meaning of --formatter junit. + stdout will now show unified xml instead of TAP. From now on, + please use --report-formatter junit to obtain the .xml report file! + * Removed --parallel-preserve-environment flag, as this is the default + * Preprocessed files are no longer removed if --no-tempdir-cleanup + is specified + * Fix internal failures due to unbound variables when test files + use set -u + * Fix internal failures due to changes to $PATH in test files + * Fix hangs on CTRL+C + * Make BATS_TEST_NUMBER count per file again + * Performance improvements + * Improved documentation +- Dropped upstream merged + bsc1180135-0001-fix-dont-use-unbound-variables-in-setup-methods.patch + +------------------------------------------------------------------- Old: ---- bsc1180135-0001-fix-dont-use-unbound-variables-in-setup-methods.patch v1.2.1.tar.gz New: ---- bats-core-1.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bats.spec ++++++ --- /var/tmp/diff_new_pack.TCdYHJ/_old 2021-04-18 21:45:52.180798882 +0200 +++ /var/tmp/diff_new_pack.TCdYHJ/_new 2021-04-18 21:45:52.184798889 +0200 @@ -1,7 +1,7 @@ # # spec file for package bats # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,15 +18,13 @@ %define pname %{name}-core Name: bats -Version: 1.2.1 +Version: 1.3.0 Release: 0 Summary: Bash Automated Testing System License: MIT Group: Development/Tools/Other URL: https://github.com/%{pname}/%{pname}/ -Source: https://github.com/%{pname}/%{pname}/archive/v%{version}.tar.gz -# FIX-UPSTREAM: Backport of https://github.com/bats-core/bats-core/pull/344. bsc#1180135 -Patch1: bsc1180135-0001-fix-dont-use-unbound-variables-in-setup-methods.patch +Source: %{URL}/archive/v%{version}.tar.gz#/%{pname}-%{version}.tar.gz BuildRequires: ncurses-utils Requires: gnu_parallel BuildArch: noarch @@ -44,8 +42,6 @@ %prep %setup -q -n %{pname}-%{version} -# bsc#1180135 -%patch1 -p1 sed -i '1s|#!%{_bindir}/env bash|#!/bin/bash|' ./lib{,exec}/%{pname}/* ./bin/bats %if 0%{?suse_version} <= 1500
