diff --git a/ShellCheck-0.7.0.tar.gz b/ShellCheck-0.7.0.tar.gz deleted file mode 100644 index e673a30..0000000 --- a/ShellCheck-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3af93f97750fe896b5e9c5247b84f1a99e34293992bb0e9001b0cc725949a8ef -size 163027 diff --git a/ShellCheck-0.7.1.tar.gz b/ShellCheck-0.7.1.tar.gz new file mode 100644 index 0000000..6e03fa4 --- /dev/null +++ b/ShellCheck-0.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415f23ed77c17cb6837b328a35b9fa262c7d9b1a9093bc801f50d99010e4a41a +size 163288 diff --git a/ShellCheck.changes b/ShellCheck.changes index bdd9fc7..9bbca2d 100644 --- a/ShellCheck.changes +++ b/ShellCheck.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Aug 18 10:43:41 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + +------------------------------------------------------------------- +Tue Aug 4 13:27:52 UTC 2020 - Michel Normand + +- Add _constraints default min disk space to 4GB and + memory constraints that differ per architecture. + +------------------------------------------------------------------- +Tue Jun 16 11:13:33 UTC 2020 - Peter Simons + +- Re-generate file with latest version of spec-cleaner. + +------------------------------------------------------------------- +Wed May 6 06:54:13 UTC 2020 - psimons@suse.com + +- Update ShellCheck to version 0.7.1. + Upstream does not provide a change log file. + +------------------------------------------------------------------- +Wed Jan 1 10:05:21 UTC 2020 - Peter Simons + +- Drop bogus Setup.hs file to let the build succeed with ghc-8.8.x. +- Fix download URL. + ------------------------------------------------------------------- Fri Nov 8 16:15:21 UTC 2019 - Peter Simons diff --git a/ShellCheck.spec b/ShellCheck.spec index cddb8ea..babd8be 100644 --- a/ShellCheck.spec +++ b/ShellCheck.spec @@ -1,7 +1,7 @@ # # spec file for package ShellCheck # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # 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.7.0 +Version: 0.7.1 Release: 0 Summary: Shell script analysis tool License: GPL-3.0-or-later @@ -41,6 +41,7 @@ BuildRequires: ghc-parsec-devel BuildRequires: ghc-process-devel BuildRequires: ghc-regex-tdfa-devel BuildRequires: ghc-rpm-macros +BuildRequires: pandoc %description The goals of ShellCheck are: @@ -71,7 +72,7 @@ Requires(postun): ghc-compiler = %{ghc_version} This package provides the Haskell %{name} library development files. %prep -%setup -q +%autosetup %build %ghc_lib_build @@ -79,6 +80,7 @@ This package provides the Haskell %{name} library development files. %install %ghc_lib_install %ghc_fix_rpath %{pkg_name}-%{version} +pandoc -s -f markdown-smart -t man shellcheck.1.md -o shellcheck.1 install -Dpm 0644 shellcheck.1 %{buildroot}%{_mandir}/man1/shellcheck.1 %check diff --git a/_constraints b/_constraints index 862400c..6cd9201 100644 --- a/_constraints +++ b/_constraints @@ -1,18 +1,38 @@ - - 2500 + 4600 - + aarch64 - - 11 - + + 6 + + + + + + ppc64 + ppc64le + + + + 4 + + + + + + s390x + + + + 9 +