diff --git a/HUnit-1.6.1.0.tar.gz b/HUnit-1.6.1.0.tar.gz deleted file mode 100644 index cb60cc5..0000000 --- a/HUnit-1.6.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4384b38872dc1482db000e32af4808bb9a6fc0d1c39a9ad319db5f69b328f1e6 -size 22221 diff --git a/HUnit-1.6.2.0.tar.gz b/HUnit-1.6.2.0.tar.gz new file mode 100644 index 0000000..089bb75 --- /dev/null +++ b/HUnit-1.6.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b7538871ffc058486fc00740886d2f3172f8fa6869936bfe83a5e10bd744ab +size 21179 diff --git a/ghc-HUnit.changes b/ghc-HUnit.changes index bb9a098..175564f 100644 --- a/ghc-HUnit.changes +++ b/ghc-HUnit.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Jan 20 08:38:24 UTC 2021 - psimons@suse.com + +- Update HUnit to version 1.6.2.0. + #### 1.6.2.0 + + - Add support for GHC 7.0.* and 7.2.* + + #### 1.6.1.0 + + - Add `Test.HUnit.Text.runTestTTAndExit` + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc-HUnit.spec b/ghc-HUnit.spec index f2b5def..fef9c03 100644 --- a/ghc-HUnit.spec +++ b/ghc-HUnit.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-HUnit # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # 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.6.1.0 +Version: 1.6.2.0 Release: 0 Summary: A unit testing framework for Haskell License: BSD-3-Clause