SHA256
1
0
forked from pool/ShellCheck

osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ShellCheck revision:7, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ShellCheck?expand=0&rev=49
This commit is contained in:
Peter Simons 2019-08-05 11:35:34 +00:00 committed by Git OBS Bridge
parent 426429275c
commit aa896d0b30
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6e79fb34d076504176761cc8b7c3f996f8d31bed23250fb1570e32283cd7df6
size 140211

3
ShellCheck-0.7.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3af93f97750fe896b5e9c5247b84f1a99e34293992bb0e9001b0cc725949a8ef
size 163027

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 30 02:01:42 UTC 2019 - psimons@suse.com
- Update ShellCheck to version 0.7.0.
Upstream does not provide a change log file.
-------------------------------------------------------------------
Tue Dec 4 03:02:12 UTC 2018 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ShellCheck
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@ -19,7 +19,7 @@
%global pkg_name ShellCheck
%bcond_with tests
Name: %{pkg_name}
Version: 0.6.0
Version: 0.7.0
Release: 0
Summary: Shell script analysis tool
License: GPL-3.0-or-later
@ -28,11 +28,15 @@ URL: https://hackage.haskell.org/package/%{name}
Source0: %{name}-%{version}.tar.gz
BuildRequires: chrpath
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-Diff-devel
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-aeson-devel
BuildRequires: ghc-array-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-directory-devel
BuildRequires: ghc-filepath-devel
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-parsec-devel
BuildRequires: ghc-process-devel