Hello community, here is the log from the commit of package ghc-split for openSUSE:Leap:15.2 checked in at 2020-03-13 10:56:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/ghc-split (Old) and /work/SRC/openSUSE:Leap:15.2/.ghc-split.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-split" Fri Mar 13 10:56:49 2020 rev:14 rq:782962 version:0.2.3.4 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/ghc-split/ghc-split.changes 2020-02-19 18:41:18.322197265 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.ghc-split.new.3160/ghc-split.changes 2020-03-13 10:56:49.716411297 +0100 @@ -1,0 +2,16 @@ +Thu Feb 27 14:17:00 UTC 2020 - [email protected] + +- Update split to version 0.2.3.4. + * 0.2.3.4 (22 February 2020) + + - Allow base-4.14 for GHC-8.10 + + * 0.2.3.3-r2 (19 August 2019) + + - Allow base-4.13 for GHC-8.8 + + * 0.2.3.3-r1 (2 August 2018) + + - Allow base-4.12 for GHC-8.6 + +------------------------------------------------------------------- Old: ---- split-0.2.3.3.tar.gz split.cabal New: ---- split-0.2.3.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-split.spec ++++++ --- /var/tmp/diff_new_pack.o1N8mV/_old 2020-03-13 10:56:50.148411605 +0100 +++ /var/tmp/diff_new_pack.o1N8mV/_new 2020-03-13 10:56:50.152411608 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-split # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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 @@ -19,13 +19,12 @@ %global pkg_name split %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.3.3 +Version: 0.2.3.4 Release: 0 Summary: Combinator library for splitting lists License: BSD-3-Clause 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 BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros %if %{with tests} @@ -62,7 +61,6 @@ %prep %setup -q -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ split-0.2.3.3.tar.gz -> split-0.2.3.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/split-0.2.3.3/CHANGES new/split-0.2.3.4/CHANGES --- old/split-0.2.3.3/CHANGES 2018-01-24 04:00:12.000000000 +0100 +++ new/split-0.2.3.4/CHANGES 2001-09-09 03:46:40.000000000 +0200 @@ -1,3 +1,15 @@ +* 0.2.3.4 (22 February 2020) + + - Allow base-4.14 for GHC-8.10 + +* 0.2.3.3-r2 (19 August 2019) + + - Allow base-4.13 for GHC-8.8 + +* 0.2.3.3-r1 (2 August 2018) + + - Allow base-4.12 for GHC-8.6 + * 0.2.3.3 (23 Jan 2018) - Update for GHC-8.4, test with GHC 7.0-8.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/split-0.2.3.3/split.cabal new/split-0.2.3.4/split.cabal --- old/split-0.2.3.3/split.cabal 2018-01-24 04:00:12.000000000 +0100 +++ new/split-0.2.3.4/split.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,5 @@ Name: split -Version: 0.2.3.3 +Version: 0.2.3.4 Stability: stable Description: A collection of various methods for splitting @@ -35,7 +35,7 @@ Category: List Build-type: Simple Cabal-Version: >= 1.10 -Tested-with: GHC ==7.0.4, GHC ==7.2.2, GHC ==7.4.2, GHC ==7.6.3, GHC ==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC ==8.2.2, GHC==8.4.1 +Tested-with: GHC ==7.0.4 || ==7.2.2 || ==7.4.2 || ==7.6.3 || ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.2 || ==8.10.1 Bug-reports: https://github.com/byorgey/split/issues Test-suite split-tests @@ -51,7 +51,7 @@ Library ghc-options: -Wall - build-depends: base <4.12 + build-depends: base < 4.15 exposed-modules: Data.List.Split, Data.List.Split.Internals default-language: Haskell2010 Hs-source-dirs: src
