Hello community,

here is the log from the commit of package ShellCheck for openSUSE:Factory 
checked in at 2018-05-30 12:21:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ShellCheck (Old)
 and      /work/SRC/openSUSE:Factory/.ShellCheck.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ShellCheck"

Wed May 30 12:21:42 2018 rev:10 rq:609837 version:0.4.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/ShellCheck/ShellCheck.changes    2018-04-17 
11:18:24.483906523 +0200
+++ /work/SRC/openSUSE:Factory/.ShellCheck.new/ShellCheck.changes       
2018-05-30 13:07:55.839869495 +0200
@@ -1,0 +2,30 @@
+Wed May 16 14:36:30 UTC 2018 - psim...@suse.com
+
+- Update to version v0.4.7-106-g235bf66 from Github to fix the
+  build with GHC 8.4.x.
+
+  * Added:
+    SC2232: Warn about invalid arguments to sudo
+    SC2231: Suggest quoting expansions in for loop globs
+    SC2229: Warn about 'read $var'
+    SC2227: Warn about redirections in the middle of 'find' commands
+    SC2224,SC2225,SC2226: Warn when using mv/cp/ln without a destination
+    SC2223: Quote warning specific to : ${var=value}
+    SC1131: Warn when using elseif or elsif
+    SC1128: Warn about blanks/comments before shebang
+    SC1127: Warn about C-style comments
+
+  * Fixed:
+    Annotations intended for a command's here documents now work
+    Escaped characters inside groups in =~ regexes now parse
+    Associative arrays are now respected in arithmetic contexts
+    SC1087 about $var[@] now correctly triggers on any index
+    Bad expansions in here documents are no longer ignored
+    FD move operations like {fd}>1- now parse correctly
+
+  * Changed:
+    SC1073: 'else if' is now parsed correctly and not like 'elif'
+    SC2163: 'export $name' can now be silenced with 'export ${name?}'
+    SC2183: Now warns when printf arg count is not a multiple of format count
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ShellCheck.spec ++++++
--- /var/tmp/diff_new_pack.DTPXjo/_old  2018-05-30 13:07:56.539843107 +0200
+++ /var/tmp/diff_new_pack.DTPXjo/_new  2018-05-30 13:07:56.543842956 +0200
@@ -25,7 +25,7 @@
 License:        GPL-3.0-or-later
 Group:          Development/Libraries/Haskell
 URL:            https://hackage.haskell.org/package/%{name}
-Source0:        
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source0:        
https://github.com/koalaman/shellcheck/archive/v0.4.7-106-g235bf66.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-QuickCheck-devel
@@ -37,6 +37,7 @@
 BuildRequires:  ghc-process-devel
 BuildRequires:  ghc-regex-tdfa-devel
 BuildRequires:  ghc-rpm-macros
+BuildRequires:  pandoc
 
 %description
 The goals of ShellCheck are:
@@ -69,14 +70,14 @@
 This package provides the Haskell %{name} library development files.
 
 %prep
-%setup -q
-cp -p %{SOURCE1} %{name}.cabal
+%setup -q -n shellcheck-235bf6605fed31c90b17f3f76a30945ef344d015
 
 %build
 %ghc_lib_build
 
 %install
 %ghc_lib_install
+pandoc -s -t man shellcheck.1.md -o shellcheck.1
 install -Dpm 0644 shellcheck.1 %{buildroot}%{_mandir}/man1/shellcheck.1
 
 %check
@@ -89,13 +90,13 @@
 %ghc_pkg_recache
 
 %files
-%doc LICENSE
+%license LICENSE
 %doc README.md
 %{_bindir}/shellcheck
-%{_mandir}/man1/shellcheck.1*
+%{_mandir}/man1/shellcheck.1%{?ext_man}
 
 %files -n ghc-%{name} -f ghc-%{name}.files
-%doc LICENSE
+%license LICENSE
 
 %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
 %doc README.md

++++++ ShellCheck-0.4.7.tar.gz ++++++
++++ 21542 lines of diff (skipped)


Reply via email to