diff --git a/.gitignore b/.gitignore index 7f3b6b3..62bb879 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /v0.2.0.tar.gz /v0.3.1.tar.gz +/v0.3.3.tar.gz diff --git a/105.diff b/105.diff deleted file mode 100644 index d950466..0000000 --- a/105.diff +++ /dev/null @@ -1,45 +0,0 @@ -diff --git a/ShellCheck.cabal b/ShellCheck.cabal -index ba622df..b4465a6 100644 ---- a/ShellCheck.cabal -+++ b/ShellCheck.cabal -@@ -9,7 +9,7 @@ Author: Vidar Holen - Maintainer: vidar@vidarholen.net - Homepage: http://www.shellcheck.net/ - Build-Type: Simple --Cabal-Version: >= 1.6 -+Cabal-Version: >= 1.8 - Bug-reports: https://github.com/koalaman/shellcheck/issues - Description: - The goals of ShellCheck are: -@@ -28,8 +28,29 @@ source-repository head - location: git://github.com/koalaman/shellcheck.git - - library -- build-depends: base >= 4, base < 5, parsec, containers, regex-compat, mtl, directory, json -- exposed-modules: ShellCheck.AST, ShellCheck.Data, ShellCheck.Parser, ShellCheck.Analytics, ShellCheck.Simple -+ build-depends: -+ base >= 4 && < 5, -+ containers, -+ directory, -+ json, -+ mtl, -+ parsec, -+ regex-compat -+ exposed-modules: -+ ShellCheck.Analytics -+ ShellCheck.AST -+ ShellCheck.Data -+ ShellCheck.Parser -+ ShellCheck.Simple - - executable shellcheck -+ build-depends: -+ ShellCheck, -+ base >= 4 && < 5, -+ containers, -+ directory, -+ json, -+ mtl, -+ parsec, -+ regex-compat - main-is: shellcheck.hs diff --git a/ShellCheck.spec b/ShellCheck.spec index b445485..89925cb 100644 --- a/ShellCheck.spec +++ b/ShellCheck.spec @@ -1,14 +1,13 @@ %global pkg_name ShellCheck Name: %{pkg_name} -Version: 0.3.1 -Release: 9%{?dist} +Version: 0.3.3 +Release: 0%{?dist} Summary: Tool for checking common errors in POSIX shell scripts License: AGPLv3+ URL: http://www.shellcheck.net/about.html Source0: https://github.com/koalaman/shellcheck/archive/v%{version}.tar.gz -Patch0: https://github.com/koalaman/shellcheck/pull/105.diff BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros @@ -121,7 +120,7 @@ make .tests %files %doc LICENSE -%doc README +%doc README.md %{_bindir}/shellcheck # currently no pandoc on arm (bug #992430) %ifnarch %{arm} @@ -134,10 +133,14 @@ make .tests %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files -%doc README +%doc README.md %changelog +* Sat Aug 30 2014 Dridi - 0.3.3-0 +- bumped to version 0.3.3 +- removed upstreamed patch + * Thu Aug 28 2014 Dridi - 0.3.1-9 - rebuilt after a dependency upgrade diff --git a/sources b/sources index c971a21..f60e46c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4cfd04250ec28485ae54055ba081e6fa v0.3.1.tar.gz +ed06fea3b4742399f8d6a2db361fc79b v0.3.3.tar.gz