From 16b0254088ecab7a7d980b8762c72bbb1f4226d2591234bd9db6d78c62babaa8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 22 Aug 2019 01:01:37 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-split revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-split?expand=0&rev=47 --- ghc-split.spec | 2 +- split.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc-split.spec b/ghc-split.spec index cd0274f..25f2605 100644 --- a/ghc-split.spec +++ b/ghc-split.spec @@ -26,7 +26,7 @@ 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 -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros %if %{with tests} diff --git a/split.cabal b/split.cabal index 1039cdf..b8076b5 100644 --- a/split.cabal +++ b/split.cabal @@ -1,6 +1,6 @@ Name: split Version: 0.2.3.3 -x-revision: 1 +x-revision: 2 Stability: stable Description: A collection of various methods for splitting @@ -52,7 +52,7 @@ Source-repository head Library ghc-options: -Wall - build-depends: base <4.13 + build-depends: base < 4.14 exposed-modules: Data.List.Split, Data.List.Split.Internals default-language: Haskell2010 Hs-source-dirs: src From 94a4fba984c905485a90c028ded4a0167666a379969207ebe55f3ad91f6d8670 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 25 Oct 2019 01:06:14 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-split revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-split?expand=0&rev=48 --- ghc-split.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/ghc-split.spec b/ghc-split.spec index 25f2605..ccaa9ac 100644 --- a/ghc-split.spec +++ b/ghc-split.spec @@ -23,7 +23,6 @@ Version: 0.2.3.3 Release: 0 Summary: Combinator library for splitting lists 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 Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal @@ -53,7 +52,6 @@ To get started, see the "Data.List.Split" module. %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 25cd6daedffda70b43c32f9476281c90e6c6feb9b3f94fbd3adae0b9c00333db Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 24 Dec 2019 02:03:56 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-split revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-split?expand=0&rev=49 --- ghc-split.changes | 5 +++++ ghc-split.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ghc-split.changes b/ghc-split.changes index 270f868..f20db62 100644 --- a/ghc-split.changes +++ b/ghc-split.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 8 16:14:48 UTC 2019 - Peter Simons + +- Drop obsolete group attributes. + ------------------------------------------------------------------- Sat Oct 20 11:32:01 UTC 2018 - Peter Simons diff --git a/ghc-split.spec b/ghc-split.spec index ccaa9ac..60d37d3 100644 --- a/ghc-split.spec +++ b/ghc-split.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-split # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed