diff --git a/HUnit-1.5.0.0.tar.gz b/HUnit-1.5.0.0.tar.gz deleted file mode 100644 index 7edca45..0000000 --- a/HUnit-1.5.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65c51d17ced1c0646d888cd8caf195df67f6fdc1394c34459bcfd1be0f9ddea0 -size 21891 diff --git a/HUnit-1.6.0.0.tar.gz b/HUnit-1.6.0.0.tar.gz new file mode 100644 index 0000000..49a3ce1 --- /dev/null +++ b/HUnit-1.6.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7448e6b966e98e84b7627deba23f71b508e9a61e7bc571d74304a25d30e6d0de +size 21937 diff --git a/ghc-HUnit.changes b/ghc-HUnit.changes index badc0ea..6cff75a 100644 --- a/ghc-HUnit.changes +++ b/ghc-HUnit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update HUnit to version 1.6.0.0. + * Generalize return type of `assertFailure` to `IO a` + ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com diff --git a/ghc-HUnit.spec b/ghc-HUnit.spec index 5adf316..7b043b7 100644 --- a/ghc-HUnit.spec +++ b/ghc-HUnit.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-HUnit # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 HUnit %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.5.0.0 +Version: 1.6.0.0 Release: 0 Summary: A unit testing framework for Haskell License: BSD-3-Clause @@ -68,9 +68,9 @@ This package provides the Haskell %{pkg_name} library development files. %ghc_pkg_recache %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files -%doc CHANGELOG.md README.md examples +%doc CHANGELOG.md README.md %changelog