diff --git a/ShellCheck-0.6.0.tar.gz b/ShellCheck-0.6.0.tar.gz deleted file mode 100644 index b39a070..0000000 --- a/ShellCheck-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6e79fb34d076504176761cc8b7c3f996f8d31bed23250fb1570e32283cd7df6 -size 140211 diff --git a/ShellCheck-0.7.0.tar.gz b/ShellCheck-0.7.0.tar.gz new file mode 100644 index 0000000..e673a30 --- /dev/null +++ b/ShellCheck-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af93f97750fe896b5e9c5247b84f1a99e34293992bb0e9001b0cc725949a8ef +size 163027 diff --git a/ShellCheck.changes b/ShellCheck.changes index 0abe498..d39c5b2 100644 --- a/ShellCheck.changes +++ b/ShellCheck.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 30 02:01:42 UTC 2019 - psimons@suse.com + +- Update ShellCheck to version 0.7.0. + Upstream does not provide a change log file. + ------------------------------------------------------------------- Tue Dec 4 03:02:12 UTC 2018 - psimons@suse.com diff --git a/ShellCheck.spec b/ShellCheck.spec index 80da8fd..d8ce317 100644 --- a/ShellCheck.spec +++ b/ShellCheck.spec @@ -1,7 +1,7 @@ # # spec file for package ShellCheck # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name ShellCheck %bcond_with tests Name: %{pkg_name} -Version: 0.6.0 +Version: 0.7.0 Release: 0 Summary: Shell script analysis tool License: GPL-3.0-or-later @@ -28,11 +28,15 @@ URL: https://hackage.haskell.org/package/%{name} Source0: %{name}-%{version}.tar.gz BuildRequires: chrpath BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-Diff-devel BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-aeson-devel +BuildRequires: ghc-array-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-containers-devel +BuildRequires: ghc-deepseq-devel BuildRequires: ghc-directory-devel +BuildRequires: ghc-filepath-devel BuildRequires: ghc-mtl-devel BuildRequires: ghc-parsec-devel BuildRequires: ghc-process-devel