From 00242a4057816701ab9a65da21dd74feb87fb049b9b1442c7736cace1035253a 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-info revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-network-info?expand=0&rev=3 --- ghc-network-info.changes | 5 +++++ ghc-network-info.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ghc-network-info.changes b/ghc-network-info.changes index 3c34f6a..399cbf5 100644 --- a/ghc-network-info.changes +++ b/ghc-network-info.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:45:34 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Tue Jun 9 09:26:15 UTC 2020 - psimons@suse.com diff --git a/ghc-network-info.spec b/ghc-network-info.spec index c848309..43a305a 100644 --- a/ghc-network-info.spec +++ b/ghc-network-info.spec @@ -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} cp -p %{SOURCE1} %{pkg_name}.cabal %build