diff --git a/ShellCheck-0.4.6.tar.gz b/ShellCheck-0.4.6.tar.gz deleted file mode 100644 index 846a948..0000000 --- a/ShellCheck-0.4.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11eb9b2794363fbccc6fbd18601db49680e2c439440a9b103eebfda1aa86b1bc -size 116618 diff --git a/ShellCheck-0.4.7.tar.gz b/ShellCheck-0.4.7.tar.gz new file mode 100644 index 0000000..09ebb5a --- /dev/null +++ b/ShellCheck-0.4.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:184955264d42c5dca0300fb9688b9a6c9a1c70c345dbcd8e30bb48a049a70d7c +size 126593 diff --git a/ShellCheck.changes b/ShellCheck.changes index 0ab656a..aa8ca71 100644 --- a/ShellCheck.changes +++ b/ShellCheck.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 21 19:13:35 UTC 2017 - psimons@suse.com + +- Update to version 0.4.7. + A more detailed change log is not available. + ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com diff --git a/ShellCheck.spec b/ShellCheck.spec index 56a1146..d05ba55 100644 --- a/ShellCheck.spec +++ b/ShellCheck.spec @@ -19,14 +19,13 @@ %global pkg_name ShellCheck %bcond_with tests Name: %{pkg_name} -Version: 0.4.6 +Version: 0.4.7 Release: 0 Summary: Shell script analysis tool License: GPL-3.0+ Group: Development/Libraries/Haskell URL: https://hackage.haskell.org/package/%{name} Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz -BuildRequires: chrpath BuildRequires: ghc-Cabal-devel BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-containers-devel @@ -76,8 +75,6 @@ This package provides the Haskell %{name} library development files. %install %ghc_lib_install -%ghc_fix_rpath %{pkg_name}-%{version} -install -Dpm 0644 shellcheck.1 %{buildroot}%{_mandir}/man1/shellcheck.1 %check %cabal_test @@ -92,7 +89,6 @@ install -Dpm 0644 shellcheck.1 %{buildroot}%{_mandir}/man1/shellcheck.1 %doc LICENSE %doc README.md %{_bindir}/shellcheck -%{_mandir}/man1/shellcheck.1* %files -n ghc-%{name} -f ghc-%{name}.files %doc LICENSE