diff --git a/ghc-enclosed-exceptions.changes b/ghc-enclosed-exceptions.changes index b435531..ce7b444 100644 --- a/ghc-enclosed-exceptions.changes +++ b/ghc-enclosed-exceptions.changes @@ -1,10 +1,21 @@ ------------------------------------------------------------------- -Tue Aug 18 10:44:46 UTC 2020 - Peter Simons +Fri Nov 8 16:13:41 UTC 2019 - Peter Simons -- Replace %setup -q with the more modern %autosetup macro. +- Drop obsolete group attributes. ------------------------------------------------------------------- -Tue Jun 9 09:26:17 UTC 2020 - psimons@suse.com +Sat Oct 20 11:31:29 UTC 2018 - Peter Simons -- Add enclosed-exceptions at version 1.0.3. +- Use https URL to refer to bugs.opensuse.org. +------------------------------------------------------------------- +Tue Jul 17 19:31:26 UTC 2018 - psimons@suse.com + +- Update enclosed-exceptions to version 1.0.3. + * Skip some tests on GHC 8.4 [#12](https://github.com/jcristovao/enclosed-exceptions/issues/12) + * Support for GHC 7.4 and earlier + +------------------------------------------------------------------- +Mon Jul 9 19:45:07 UTC 2018 - psimons@suse.com + +- Add enclosed-exceptions at version 1.0.2. diff --git a/ghc-enclosed-exceptions.spec b/ghc-enclosed-exceptions.spec index e4dcb65..7893e6a 100644 --- a/ghc-enclosed-exceptions.spec +++ b/ghc-enclosed-exceptions.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-enclosed-exceptions # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2019 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 @@ -57,7 +57,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep -%autosetup -n %{pkg_name}-%{version} +%setup -q -n %{pkg_name}-%{version} %build %ghc_lib_build