From 77a3b6d230bce6d71d9ce9ac3f9d012c5bf3329af013c7a84ed50a39c08fa17a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 25 Oct 2019 01:02:31 +0000 Subject: [PATCH 1/2] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-async revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-async?expand=0&rev=37 --- ghc-async.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/ghc-async.spec b/ghc-async.spec index 5e84f03..278573a 100644 --- a/ghc-async.spec +++ b/ghc-async.spec @@ -23,7 +23,6 @@ Version: 2.2.2 Release: 0 Summary: Run 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 @@ -53,7 +52,6 @@ killed when their parent dies (see 'withAsync'). %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 629f7478a619218481ccfb5903b5f6a5788301565092abbe5f712bf4e74cdf7c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 24 Dec 2019 02:02:05 +0000 Subject: [PATCH 2/2] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-async revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-async?expand=0&rev=38 --- ghc-async.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghc-async.changes b/ghc-async.changes index ff8e1fc..dd9201f 100644 --- a/ghc-async.changes +++ b/ghc-async.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 8 16:13:14 UTC 2019 - Peter Simons + +- Drop obsolete group attributes. + ------------------------------------------------------------------- Fri Jun 7 02:01:43 UTC 2019 - psimons@suse.com