diff --git a/ShellCheck-0.4.1.tar.gz b/ShellCheck-0.4.1.tar.gz deleted file mode 100644 index 25f0308..0000000 --- a/ShellCheck-0.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:531af7608dea3f84b14a0d795fb9322c89850235992584d4b7a7b73dc47a3905 -size 94751 diff --git a/ShellCheck-0.4.2.tar.gz b/ShellCheck-0.4.2.tar.gz new file mode 100644 index 0000000..f75e15d --- /dev/null +++ b/ShellCheck-0.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a4a0be02cf2dd443b60e0b4900cbe278c207f6118af6a1d95bee70e02221e3 +size 102435 diff --git a/ShellCheck.changes b/ShellCheck.changes index a6ad16c..8222a8a 100644 --- a/ShellCheck.changes +++ b/ShellCheck.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 12 09:19:42 UTC 2016 - mimi.vx@gmail.com + +- update to 0.4.2 + ------------------------------------------------------------------- Sun Sep 6 13:59:34 UTC 2015 - mimi.vx@gmail.com diff --git a/ShellCheck.spec b/ShellCheck.spec index d1fd855..50e59b3 100644 --- a/ShellCheck.spec +++ b/ShellCheck.spec @@ -1,7 +1,7 @@ # # spec file for package ShellCheck # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -15,17 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %global pkg_name ShellCheck %bcond_with tests Name: ShellCheck -Version: 0.4.1 +Version: 0.4.2 Release: 0 Summary: Shell script analysis tool +License: GPL-3.0+ Group: Development/Languages/Other -License: GPL-3.0+ Url: https://hackage.haskell.org/package/%{name} Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -79,31 +80,25 @@ This package provides the Haskell %{name} library development files. %prep %setup -q - %build %ghc_lib_build - %install %ghc_lib_install %ghc_fix_dynamic_rpath shellcheck install -Dpm 0644 shellcheck.1 %{buildroot}%{_mandir}/man1/shellcheck.1 - %check %if %{with tests} %cabal test %endif - %post -n ghc-%{name}-devel %ghc_pkg_recache - %postun -n ghc-%{name}-devel %ghc_pkg_recache - %files %defattr(-,root,root,-) %doc LICENSE @@ -111,14 +106,11 @@ install -Dpm 0644 shellcheck.1 %{buildroot}%{_mandir}/man1/shellcheck.1 %{_bindir}/shellcheck %{_mandir}/man1/shellcheck.1* - %files -n ghc-%{name} -f ghc-%{name}.files %defattr(-,root,root,-) %doc LICENSE - %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files %defattr(-,root,root,-) - %changelog