From 0f65cd62ee1787acda5968d7d8ffb86dee4128acc7f95069c3836ccad938bc51 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 19 Aug 2020 01:02:30 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-warp revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-warp?expand=0&rev=5 --- ghc-warp.changes | 5 +++++ ghc-warp.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ghc-warp.changes b/ghc-warp.changes index 39f4381..c66240a 100644 --- a/ghc-warp.changes +++ b/ghc-warp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:46:37 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Fri Jun 26 02:00:23 UTC 2020 - psimons@suse.com diff --git a/ghc-warp.spec b/ghc-warp.spec index e79c67d..69c81d1 100644 --- a/ghc-warp.spec +++ b/ghc-warp.spec @@ -78,7 +78,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