[ShellCheck] bumped to version 0.3.3

Dridi Boukelmoune dridi at fedoraproject.org
Sat Aug 30 09:53:13 UTC 2014


commit 4513c1d1c8ff1abf90272a25dae9931da9272b82
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Sat Aug 30 11:49:43 2014 +0200

    bumped to version 0.3.3

 .gitignore      |    1 +
 105.diff        |   45 ---------------------------------------------
 ShellCheck.spec |   13 ++++++++-----
 sources         |    2 +-
 4 files changed, 10 insertions(+), 51 deletions(-)
---
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/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 <dridi.boukelmoune at gmail.com> - 0.3.3-0
+- bumped to version 0.3.3
+- removed upstreamed patch
+
 * Thu Aug 28 2014 Dridi <dridi.boukelmoune at gmail.com> - 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


More information about the scm-commits mailing list