diff --git a/ghc-lifted-base.changes b/ghc-lifted-base.changes index 87ebbeb..3f7b4cb 100644 --- a/ghc-lifted-base.changes +++ b/ghc-lifted-base.changes @@ -1,10 +1,62 @@ ------------------------------------------------------------------- -Tue Aug 18 10:45:21 UTC 2020 - Peter Simons +Fri Nov 8 16:14:09 UTC 2019 - Peter Simons -- Replace %setup -q with the more modern %autosetup macro. +- Drop obsolete group attributes. ------------------------------------------------------------------- -Tue Jun 9 09:26:15 UTC 2020 - psimons@suse.com +Sat Oct 20 11:31:41 UTC 2018 - Peter Simons -- Add lifted-base at version 0.2.3.12. +- Use https URL to refer to bugs.opensuse.org. +------------------------------------------------------------------- +Wed Jul 18 14:26:30 UTC 2018 - psimons@suse.com + +- Cosmetic: replace tabs with blanks, strip trailing white space, + and update copyright headers with spec-cleaner. + +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update lifted-base to version 0.2.3.12. + Upstream does not provide a changelog. + +------------------------------------------------------------------- +Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + +------------------------------------------------------------------- +Wed May 31 14:05:42 UTC 2017 - psimons@suse.com + +- Update to version 0.2.3.11. + +------------------------------------------------------------------- +Mon Feb 20 08:41:44 UTC 2017 - psimons@suse.com + +- Update to version 0.2.3.10 with cabal2obs. + +------------------------------------------------------------------- +Mon Jul 25 11:22:32 UTC 2016 - psimons@suse.com + +- Update to version 0.2.3.8 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Fri Jul 22 06:06:17 UTC 2016 - psimons@suse.com + +- Update to version 0.2.3.7 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Sun Jul 10 17:16:12 UTC 2016 - psimons@suse.com + +- Update to version 0.2.3.6 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Tue Apr 21 19:42:56 UTC 2015 - mimi.vx@gmail.com + +- update to 0.2.3.6 +* no upstream changelog + +------------------------------------------------------------------- +Sun Oct 6 21:50:28 UTC 2013 - sbahling@suse.com + +- Initial package - version 0.2.1.0 diff --git a/ghc-lifted-base.spec b/ghc-lifted-base.spec index 20e7c9a..5d4651a 100644 --- a/ghc-lifted-base.spec +++ b/ghc-lifted-base.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-lifted-base # -# 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 @@ -58,7 +58,7 @@ Requires(postun): ghc-compiler = %{ghc_version} 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