diff --git a/ghc-neat-interpolation.changes b/ghc-neat-interpolation.changes index c4256a8..8a05c7b 100644 --- a/ghc-neat-interpolation.changes +++ b/ghc-neat-interpolation.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Sep 1 14:41:20 UTC 2020 - psimons@suse.com + +- Update neat-interpolation to version 0.5.1.1. + Upstream has not updated the file "CHANGELOG.md" since the last + release. + +------------------------------------------------------------------- +Fri Feb 7 08:04:12 UTC 2020 - psimons@suse.com + +- Update neat-interpolation to version 0.5.1. + Upstream added a new change log file in this release. With no + previous version to compare against, the automatic updater cannot + reliable determine the relevante entries for this release. + ------------------------------------------------------------------- Wed Dec 4 03:03:16 UTC 2019 - psimons@suse.com diff --git a/ghc-neat-interpolation.spec b/ghc-neat-interpolation.spec index 5107527..648f81d 100644 --- a/ghc-neat-interpolation.spec +++ b/ghc-neat-interpolation.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-neat-interpolation # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,20 +19,24 @@ %global pkg_name neat-interpolation %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.3.2.5 +Version: 0.5.1.1 Release: 0 Summary: A quasiquoter for neat and simple multiline text interpolation License: MIT URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-base-prelude-devel BuildRequires: ghc-megaparsec-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-template-haskell-devel BuildRequires: ghc-text-devel %if %{with tests} -BuildRequires: ghc-HTF-devel +BuildRequires: ghc-QuickCheck-devel +BuildRequires: ghc-quickcheck-instances-devel +BuildRequires: ghc-rerebase-devel +BuildRequires: ghc-tasty-devel +BuildRequires: ghc-tasty-hunit-devel +BuildRequires: ghc-tasty-quickcheck-devel %endif %description @@ -52,7 +56,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%autosetup -n %{pkg_name}-%{version} %build %ghc_lib_build @@ -73,5 +77,6 @@ files. %license LICENSE %files devel -f %{name}-devel.files +%doc CHANGELOG.md %changelog diff --git a/neat-interpolation-0.3.2.5.tar.gz b/neat-interpolation-0.3.2.5.tar.gz deleted file mode 100644 index b13bfc6..0000000 --- a/neat-interpolation-0.3.2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c3d5204ca80713461b5b5411bdaceade0ec7a174c04104e65dd5d79fd02cb26 -size 4469 diff --git a/neat-interpolation-0.5.1.1.tar.gz b/neat-interpolation-0.5.1.1.tar.gz new file mode 100644 index 0000000..a418ca9 --- /dev/null +++ b/neat-interpolation-0.5.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4af35abf3f31168f7478eb334592b90e9a658efd26a5702e6780ab2c61454ae +size 5758