bumped to version 0.3.3
This commit is contained in:
parent
4bbef97a74
commit
4513c1d1c8
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/v0.2.0.tar.gz
|
||||
/v0.3.1.tar.gz
|
||||
/v0.3.3.tar.gz
|
||||
|
45
105.diff
45
105.diff
@ -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
|
@ -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 <dridi.boukelmoune@gmail.com> - 0.3.3-0
|
||||
- bumped to version 0.3.3
|
||||
- removed upstreamed patch
|
||||
|
||||
* Thu Aug 28 2014 Dridi <dridi.boukelmoune@gmail.com> - 0.3.1-9
|
||||
- rebuilt after a dependency upgrade
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user