From 5f391fefd1adb148f9b8bb860a04e432801886f7fe529c1eb22cf3990e51e85d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 18 Jun 2020 01:02:15 +0000 Subject: [PATCH 1/2] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-http-client-tls revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client-tls?expand=0&rev=52 --- ghc-http-client-tls.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-http-client-tls.spec b/ghc-http-client-tls.spec index 37e7da5..90b6269 100644 --- a/ghc-http-client-tls.spec +++ b/ghc-http-client-tls.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-http-client-tls # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From c4c4707c1965330a31e20e46594cd9ccc84cf89cb84ec93a708128dd4cf75275 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 19 Aug 2020 01:01:41 +0000 Subject: [PATCH 2/2] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-http-client-tls revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client-tls?expand=0&rev=54 --- ghc-http-client-tls.changes | 5 +++++ ghc-http-client-tls.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ghc-http-client-tls.changes b/ghc-http-client-tls.changes index 8db7e95..85536c8 100644 --- a/ghc-http-client-tls.changes +++ b/ghc-http-client-tls.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:45:07 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Tue Jun 16 11:14:13 UTC 2020 - Peter Simons diff --git a/ghc-http-client-tls.spec b/ghc-http-client-tls.spec index 90b6269..ed90038 100644 --- a/ghc-http-client-tls.spec +++ b/ghc-http-client-tls.spec @@ -63,7 +63,7 @@ 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