From 3786cacbe96899b9e0ae48a04df7e6d4009593aeaac2e2b7ab21b7c4505199ec Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:11:34 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-shelly revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-shelly?expand=0&rev=21 --- ghc-shelly.changes | 19 +++++++------------ ghc-shelly.spec | 4 ++-- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/ghc-shelly.changes b/ghc-shelly.changes index a34468f..c53c31a 100644 --- a/ghc-shelly.changes +++ b/ghc-shelly.changes @@ -1,21 +1,16 @@ ------------------------------------------------------------------- -Fri Nov 8 16:14:45 UTC 2019 - Peter Simons +Mon Aug 31 09:34:38 UTC 2020 - psimons@suse.com -- Drop obsolete group attributes. +- Update shelly to version 1.9.0 revision 1. + Upstream has revised the Cabal build instructions on Hackage. ------------------------------------------------------------------- -Fri Aug 30 02:05:45 UTC 2019 - psimons@suse.com +Tue Aug 18 10:46:01 UTC 2020 - Peter Simons -- Update shelly to version 1.9.0. - Upstream has not updated the file "ChangeLog.md" since the last - release. +- Replace %setup -q with the more modern %autosetup macro. ------------------------------------------------------------------- -Sat Oct 20 11:26:04 UTC 2018 - Peter Simons +Tue Jun 9 09:26:13 UTC 2020 - psimons@suse.com -- Update Cabal build instructions to support ghc-8.6.1. +- Add shelly at version 1.9.0. -------------------------------------------------------------------- -Mon Jul 9 19:44:57 UTC 2018 - psimons@suse.com - -- Add shelly at version 1.8.1. diff --git a/ghc-shelly.spec b/ghc-shelly.spec index 7e554e9..c2e9ae0 100644 --- a/ghc-shelly.spec +++ b/ghc-shelly.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-shelly # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -83,7 +83,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