From 7cfdd944f6394cde45a6285eac6801d4a50d734107e5ad81a6e5e356204bcc4a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 19 Aug 2020 01:01:55 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-network-uri revision:13, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-network-uri?expand=0&rev=44 --- ghc-network-uri.changes | 5 +++++ ghc-network-uri.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ghc-network-uri.changes b/ghc-network-uri.changes index 57c2500..944438d 100644 --- a/ghc-network-uri.changes +++ b/ghc-network-uri.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:45:35 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Tue Jun 16 11:14:23 UTC 2020 - Peter Simons diff --git a/ghc-network-uri.spec b/ghc-network-uri.spec index 3910ac3..ff9742e 100644 --- a/ghc-network-uri.spec +++ b/ghc-network-uri.spec @@ -76,7 +76,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