diff --git a/ghc-byteable.changes b/ghc-byteable.changes index 9016e61..2bc8546 100644 --- a/ghc-byteable.changes +++ b/ghc-byteable.changes @@ -1,40 +1,10 @@ ------------------------------------------------------------------- -Fri Nov 8 16:13:22 UTC 2019 - Peter Simons +Tue Aug 18 10:44:12 UTC 2020 - Peter Simons -- Drop obsolete group attributes. +- Replace %setup -q with the more modern %autosetup macro. ------------------------------------------------------------------- -Sat Oct 20 11:31:16 UTC 2018 - Peter Simons +Tue Jun 9 09:26:21 UTC 2020 - psimons@suse.com -- Use https URL to refer to bugs.opensuse.org. +- Add byteable at version 0.1.1. -------------------------------------------------------------------- -Wed Jul 18 14:26:17 UTC 2018 - psimons@suse.com - -- Cosmetic: replace tabs with blanks, strip trailing white space, - and update copyright headers with spec-cleaner. - -------------------------------------------------------------------- -Wed May 16 13:06:53 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:01:55 UTC 2016 - psimons@suse.com - -- Update to version 0.1.1 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Fri Apr 8 08:29:15 UTC 2016 - peter.trommler@ohm-hochschule.de - -- fix typo in group tag (Thanks @killit!) - -------------------------------------------------------------------- -Sun Oct 6 21:01:21 UTC 2013 - sbahling@suse.com - -- Initial package - version 0.1.1 diff --git a/ghc-byteable.spec b/ghc-byteable.spec index d489e2c..e5c7f45 100644 --- a/ghc-byteable.spec +++ b/ghc-byteable.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-byteable # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -48,7 +48,7 @@ Requires(postun): ghc-compiler = %{ghc_version} This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%autosetup -n %{pkg_name}-%{version} %build %ghc_lib_build