From 83f2a51ed2b69b0d6d276a9ca7272f822281b7a64bd3a421e648a4b6cc2806b6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Oct 2016 17:14:12 +0000 Subject: [PATCH 1/2] Synchronize builds with devel:languages:haskell:lts:7. OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ShellCheck?expand=0&rev=11 --- ShellCheck.spec | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/ShellCheck.spec b/ShellCheck.spec index 0adc3a5..c39bc68 100644 --- a/ShellCheck.spec +++ b/ShellCheck.spec @@ -26,7 +26,6 @@ License: GPL-3.0+ Group: Development/Languages/Other Url: https://hackage.haskell.org/package/%{name} Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz -# Begin cabal-rpm deps: BuildRequires: chrpath BuildRequires: ghc-Cabal-devel BuildRequires: ghc-QuickCheck-devel @@ -39,7 +38,6 @@ BuildRequires: ghc-process-devel BuildRequires: ghc-regex-tdfa-devel BuildRequires: ghc-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build -# End cabal-rpm deps %description The goals of ShellCheck are: @@ -74,23 +72,16 @@ This package provides the Haskell %{name} library development files. %prep %setup -q - %build %ghc_lib_build - %install %ghc_lib_install - %ghc_fix_dynamic_rpath shellcheck - install -Dpm 0644 shellcheck.1 %{buildroot}%{_mandir}/man1/shellcheck.1 %check -%if %{with tests} -%{cabal} test -%endif - +%cabal_test %post -n ghc-%{name}-devel %ghc_pkg_recache From 36f562e6ad4c7bc54ac17bfed4af7fb9c37c951c923a0b5d0943604ed93e94f0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 22 Feb 2017 17:18:43 +0000 Subject: [PATCH 2/2] synchronize with lts-8 package sett from configuration 0cb270c8d22a0823ab5130d95cc499e186cf864e OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ShellCheck?expand=0&rev=15 --- ShellCheck-0.4.4.tar.gz | 3 --- ShellCheck-0.4.5.tar.gz | 3 +++ ShellCheck.changes | 5 +++++ ShellCheck.spec | 6 +++--- 4 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 ShellCheck-0.4.4.tar.gz create mode 100644 ShellCheck-0.4.5.tar.gz diff --git a/ShellCheck-0.4.4.tar.gz b/ShellCheck-0.4.4.tar.gz deleted file mode 100644 index 85d8595..0000000 --- a/ShellCheck-0.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cc50790d25b6f330037c3612c21460aa75839cc32c65e10ea6b35f9f4488768 -size 105979 diff --git a/ShellCheck-0.4.5.tar.gz b/ShellCheck-0.4.5.tar.gz new file mode 100644 index 0000000..2986863 --- /dev/null +++ b/ShellCheck-0.4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53039ac314b99af691a99aec111572ee51b0579280c7fa5795ac48d0c4e02fa7 +size 109721 diff --git a/ShellCheck.changes b/ShellCheck.changes index b67d768..f3169b5 100644 --- a/ShellCheck.changes +++ b/ShellCheck.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Feb 12 14:19:35 UTC 2017 - psimons@suse.com + +- Update to version 0.4.5 with cabal2obs. + ------------------------------------------------------------------- Sun Jul 10 17:33:18 UTC 2016 - psimons@suse.com diff --git a/ShellCheck.spec b/ShellCheck.spec index c39bc68..94bda44 100644 --- a/ShellCheck.spec +++ b/ShellCheck.spec @@ -1,7 +1,7 @@ # # spec file for package ShellCheck # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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.4.4 +Version: 0.4.5 Release: 0 Summary: Shell script analysis tool License: GPL-3.0+ @@ -77,7 +77,7 @@ This package provides the Haskell %{name} library development files. %install %ghc_lib_install -%ghc_fix_dynamic_rpath shellcheck +%ghc_fix_rpath %{pkg_name}-%{version} install -Dpm 0644 shellcheck.1 %{buildroot}%{_mandir}/man1/shellcheck.1 %check