Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ShellCheck for openSUSE:Factory checked in at 2024-03-20 21:13:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ShellCheck (Old) and /work/SRC/openSUSE:Factory/.ShellCheck.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ShellCheck" Wed Mar 20 21:13:49 2024 rev:29 rq:1157227 version:0.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ShellCheck/ShellCheck.changes 2023-12-14 22:03:47.453474731 +0100 +++ /work/SRC/openSUSE:Factory/.ShellCheck.new.1905/ShellCheck.changes 2024-03-20 21:15:37.336801380 +0100 @@ -1,0 +2,25 @@ +Fri Mar 8 02:49:11 UTC 2024 - Peter Simons <psim...@suse.com> + +- Update ShellCheck to version 0.10.0. + ## v0.10.0 - 2024-03-07 + ### Added + - Precompiled binaries for macOS ARM64 (darwin.aarch64) + - Added support for busybox sh + - Added flag --rcfile to specify an rc file by name. + - Added `extended-analysis=true` directive to enable/disable dataflow analysis + (with a corresponding --extended-analysis flag). + - SC2324: Warn when x+=1 appends instead of increments + - SC2325: Warn about multiple `!`s in dash/sh. + - SC2326: Warn about `foo | ! bar` in bash/dash/sh. + - SC3012: Warn about lexicographic-compare bashism in test like in [ ] + - SC3013: Warn bashism `test _ -op/-nt/-ef _` like in [ ] + - SC3014: Warn bashism `test _ == _` like in [ ] + - SC3015: Warn bashism `test _ =~ _` like in [ ] + - SC3016: Warn bashism `test -v _` like in [ ] + - SC3017: Warn bashism `test -a _` like in [ ] + + ### Fixed + - source statements with here docs now work correctly + - "(Array.!): undefined array element" error should no longer occur + +------------------------------------------------------------------- Old: ---- ShellCheck-0.9.0.tar.gz ShellCheck.cabal New: ---- ShellCheck-0.10.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ShellCheck.spec ++++++ --- /var/tmp/diff_new_pack.qyxAxd/_old 2024-03-20 21:15:37.924823418 +0100 +++ /var/tmp/diff_new_pack.qyxAxd/_new 2024-03-20 21:15:37.928823567 +0100 @@ -1,7 +1,7 @@ # # spec file for package ShellCheck # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,13 +20,12 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: %{pkg_name} -Version: 0.9.0 +Version: 0.10.0 Release: 0 Summary: Shell script analysis tool License: GPL-3.0-or-later URL: https://hackage.haskell.org/package/%{name} Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/2.cabal#/%{name}.cabal BuildRequires: chrpath BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Diff-devel @@ -111,7 +110,6 @@ %prep %autosetup -cp -p %{SOURCE1} %{name}.cabal %build %ghc_lib_build ++++++ ShellCheck-0.9.0.tar.gz -> ShellCheck-0.10.0.tar.gz ++++++ ++++ 2600 lines of diff (skipped)