diff --git a/ghc-path-pieces.changes b/ghc-path-pieces.changes index a84c3e7..44e5146 100644 --- a/ghc-path-pieces.changes +++ b/ghc-path-pieces.changes @@ -1,16 +1,40 @@ ------------------------------------------------------------------- -Mon Aug 31 09:34:30 UTC 2020 - psimons@suse.com +Fri Nov 8 16:14:25 UTC 2019 - Peter Simons -- Update path-pieces to version 0.2.1 revision 1. - Upstream has revised the Cabal build instructions on Hackage. +- Drop obsolete group attributes. ------------------------------------------------------------------- -Tue Aug 18 10:45:41 UTC 2020 - Peter Simons +Sat Oct 20 11:31:51 UTC 2018 - Peter Simons -- Replace %setup -q with the more modern %autosetup macro. +- Use https URL to refer to bugs.opensuse.org. ------------------------------------------------------------------- -Tue Jun 9 09:26:17 UTC 2020 - psimons@suse.com +Wed Jul 18 14:26:35 UTC 2018 - psimons@suse.com -- Add path-pieces at version 0.2.1. +- Cosmetic: replace tabs with blanks, strip trailing white space, + and update copyright headers with spec-cleaner. +------------------------------------------------------------------- +Wed May 16 13:06:58 UTC 2018 - psimons@suse.com + +- Prefer the new %license attribute over %doc. + +------------------------------------------------------------------- +Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + +------------------------------------------------------------------- +Sun Jul 10 17:30:57 UTC 2016 - psimons@suse.com + +- Update to version 0.2.1 revision 1 with cabal2obs. + +------------------------------------------------------------------- +Wed Nov 4 08:21:30 UTC 2015 - mimi.vx@gmail.com + +- update to 0.2.1 + +------------------------------------------------------------------- +Fri Oct 23 07:29:41 UTC 2015 - mimi.vx@gmail.com + +- initial commit diff --git a/ghc-path-pieces.spec b/ghc-path-pieces.spec index 91ab9ff..63a2a3c 100644 --- a/ghc-path-pieces.spec +++ b/ghc-path-pieces.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-path-pieces # -# 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 @@ -51,7 +51,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} cp -p %{SOURCE1} %{pkg_name}.cabal %build