From c5d392bdf39399da015a6bb2fa15dbc1768133924a1c1839e22f4b0f96a8f720 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 18 Oct 2018 09:46:39 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ShellCheck revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ShellCheck?expand=0&rev=45 --- ShellCheck-0.5.0.tar.gz | 4 ++-- ShellCheck.changes | 21 ++++++++++++++++++++- ShellCheck.spec | 4 ++-- 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/ShellCheck-0.5.0.tar.gz b/ShellCheck-0.5.0.tar.gz index d0c3ee6..8a507ef 100644 --- a/ShellCheck-0.5.0.tar.gz +++ b/ShellCheck-0.5.0.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b9430736f48de17a60c035546a6a969c14392521bec30119e1c869017d3307c -size 133265 +oid sha256:4159978777531a27246e62cd6bd6a3f18d445008f08f8fc682b2896d36f8f0f1 +size 137170 diff --git a/ShellCheck.changes b/ShellCheck.changes index 892b36c..7f53d1a 100644 --- a/ShellCheck.changes +++ b/ShellCheck.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Oct 15 16:52:08 UTC 2018 - psimons@suse.com + +- Update to version v0.5.0-81-ge0e46e9 from Github to fix the build + with GHC 8.6.x. + + * Added + Command line option --severity/-S for filtering by minimum severity + SC2236/SC2237: Suggest -n/-z instead of ! -z/-n + SC2238: Warn when redirecting to a known command name, e.g. ls > rm + + * Changed + Most warnings now have useful end positions + SC1117 about unknown double-quoted escape sequences has been retired + + * Fixed + SC2021 no longer triggers for equivalence classes like '[=e=]' + SC2221/SC2222 no longer mistriggers on fall-through case branches + ------------------------------------------------------------------- Wed Jul 18 14:26:08 UTC 2018 - psimons@suse.com @@ -8,7 +27,7 @@ Wed Jul 18 14:26:08 UTC 2018 - psimons@suse.com Fri Jul 13 14:31:59 UTC 2018 - psimons@suse.com - Update ShellCheck to version 0.5.0. - Upstream does not provide a change log file. + * Added SC2233/SC2234/SC2235: Suggest removing or replacing (..) around tests ------------------------------------------------------------------- Wed May 16 14:36:30 UTC 2018 - psimons@suse.com diff --git a/ShellCheck.spec b/ShellCheck.spec index 3f72d1f..7b5d5de 100644 --- a/ShellCheck.spec +++ b/ShellCheck.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -25,7 +25,7 @@ Summary: Shell script analysis tool License: GPL-3.0-or-later Group: Development/Libraries/Haskell URL: https://hackage.haskell.org/package/%{name} -Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.gz BuildRequires: chrpath BuildRequires: ghc-Cabal-devel BuildRequires: ghc-QuickCheck-devel