diff --git a/ghc-neat-interpolation.changes b/ghc-neat-interpolation.changes index c4256a8..6cb270c 100644 --- a/ghc-neat-interpolation.changes +++ b/ghc-neat-interpolation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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..a52c34b 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 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,24 @@ %global pkg_name neat-interpolation %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.3.2.5 +Version: 0.5.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 @@ -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.tar.gz b/neat-interpolation-0.5.1.tar.gz new file mode 100644 index 0000000..62b243c --- /dev/null +++ b/neat-interpolation-0.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ffe87dcb058f1facf04e504aed70fcf872c3c1fd8c807d554bd0ee4c869de41 +size 5759