Hello community, here is the log from the commit of package ShellCheck for openSUSE:Leap:15.2 checked in at 2020-02-19 18:37:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/ShellCheck (Old) and /work/SRC/openSUSE:Leap:15.2/.ShellCheck.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ShellCheck" Wed Feb 19 18:37:00 2020 rev:15 rq:771185 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/ShellCheck/ShellCheck.changes 2020-01-15 14:46:08.405239827 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.ShellCheck.new.26092/ShellCheck.changes 2020-02-19 18:37:01.425768884 +0100 @@ -1,0 +2,17 @@ +Wed Jan 1 10:05:21 UTC 2020 - Peter Simons <[email protected]> + +- Drop bogus Setup.hs file to let the build succeed with ghc-8.8.x. +- Fix download URL. + +------------------------------------------------------------------- +Fri Nov 8 16:15:21 UTC 2019 - Peter Simons <[email protected]> + +- Drop obsolete group attributes. + +------------------------------------------------------------------- +Tue Jul 30 02:01:42 UTC 2019 - [email protected] + +- Update ShellCheck to version 0.7.0. + Upstream does not provide a change log file. + +------------------------------------------------------------------- Old: ---- ShellCheck-0.6.0.tar.gz New: ---- ShellCheck-0.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ShellCheck.spec ++++++ --- /var/tmp/diff_new_pack.rAVrcc/_old 2020-02-19 18:37:01.757769579 +0100 +++ /var/tmp/diff_new_pack.rAVrcc/_new 2020-02-19 18:37:01.757769579 +0100 @@ -1,7 +1,7 @@ # # spec file for package ShellCheck # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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,20 +19,23 @@ %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 -Group: Development/Libraries/Haskell URL: https://hackage.haskell.org/package/%{name} -Source0: %{name}-%{version}.tar.gz +Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{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 @@ -53,14 +56,12 @@ %package -n ghc-%{name} Summary: Haskell %{name} library -Group: System/Libraries %description -n ghc-%{name} This package provides the Haskell %{name} shared library. %package -n ghc-%{name}-devel Summary: Haskell %{name} library development files -Group: Development/Libraries/Haskell Requires: ghc-%{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} @@ -71,6 +72,7 @@ %prep %setup -q +rm Setup.hs %build %ghc_lib_build ++++++ ShellCheck-0.6.0.tar.gz -> ShellCheck-0.7.0.tar.gz ++++++ ++++ 5861 lines of diff (skipped)
