From 0af7913ba167584c7105315646070e9390b905e7561b6669748e736c7e3560ed Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 19 Aug 2020 01:01:47 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-lens revision:13, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-lens?expand=0&rev=28 --- ghc-lens.changes | 5 +++++ ghc-lens.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ghc-lens.changes b/ghc-lens.changes index 0f75a35..f32d5b1 100644 --- a/ghc-lens.changes +++ b/ghc-lens.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:45:18 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Tue Jun 16 11:14:19 UTC 2020 - Peter Simons diff --git a/ghc-lens.spec b/ghc-lens.spec index 070f07d..bdda920 100644 --- a/ghc-lens.spec +++ b/ghc-lens.spec @@ -166,7 +166,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} cp -p %{SOURCE1} %{pkg_name}.cabal %build