From 8539fd0f13b7ce6e83c665ba0e2b41875d256a091fe94108b24e139d40880462 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 19 Aug 2020 01:02:03 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-pretty-show revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pretty-show?expand=0&rev=3 --- ghc-pretty-show.changes | 5 +++++ ghc-pretty-show.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ghc-pretty-show.changes b/ghc-pretty-show.changes index e72e96d..135d53c 100644 --- a/ghc-pretty-show.changes +++ b/ghc-pretty-show.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:45:45 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Tue Jun 9 09:26:22 UTC 2020 - psimons@suse.com diff --git a/ghc-pretty-show.spec b/ghc-pretty-show.spec index afb20ec..2e2c8ba 100644 --- a/ghc-pretty-show.spec +++ b/ghc-pretty-show.spec @@ -53,7 +53,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