From bf6eee2141de9c27f8719b5a494476c66a23a57c349f7fc2644b166b9f5613d4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 25 Oct 2019 01:04:20 +0000 Subject: [PATCH 1/2] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-lifted-async revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-lifted-async?expand=0&rev=7 --- ghc-lifted-async.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/ghc-lifted-async.spec b/ghc-lifted-async.spec index be29be3..b1de59c 100644 --- a/ghc-lifted-async.spec +++ b/ghc-lifted-async.spec @@ -23,7 +23,6 @@ Version: 0.10.0.4 Release: 0 Summary: Run lifted IO operations asynchronously and wait for their results License: BSD-3-Clause -Group: Development/Libraries/Haskell URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel @@ -48,7 +47,6 @@ of 'MonadBase' or 'MonadBaseControl'. %package devel Summary: Haskell %{pkg_name} library development files -Group: Development/Libraries/Haskell Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} From 2e11403acac69f478249c74b5adcd86ddb4b5665f18c6aa04379218aea31beec Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 24 Dec 2019 02:03:06 +0000 Subject: [PATCH 2/2] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-lifted-async revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-lifted-async?expand=0&rev=8 --- ghc-lifted-async.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghc-lifted-async.changes b/ghc-lifted-async.changes index 86676c8..c1605ae 100644 --- a/ghc-lifted-async.changes +++ b/ghc-lifted-async.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 8 16:14:08 UTC 2019 - Peter Simons + +- Drop obsolete group attributes. + ------------------------------------------------------------------- Fri May 3 02:03:10 UTC 2019 - psimons@suse.com