Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-wl-pprint-text for openSUSE:Factory checked in at 2022-02-11 23:10:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-wl-pprint-text (Old) and /work/SRC/openSUSE:Factory/.ghc-wl-pprint-text.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-wl-pprint-text" Fri Feb 11 23:10:03 2022 rev:3 rq:953564 version:1.2.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-wl-pprint-text/ghc-wl-pprint-text.changes 2021-09-10 23:41:37.354579259 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-wl-pprint-text.new.1956/ghc-wl-pprint-text.changes 2022-02-11 23:12:02.111401623 +0100 @@ -1,0 +2,9 @@ +Sun Jan 9 08:05:23 UTC 2022 - Peter Simons <[email protected]> + +- Update wl-pprint-text to version 1.2.0.2. + 1.2.0.2 (2022-01-09) + ==================== + + * Dependency bumps. + +------------------------------------------------------------------- Old: ---- wl-pprint-text-1.2.0.1.tar.gz New: ---- wl-pprint-text-1.2.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-wl-pprint-text.spec ++++++ --- /var/tmp/diff_new_pack.Vw3AY2/_old 2022-02-11 23:12:02.579402977 +0100 +++ /var/tmp/diff_new_pack.Vw3AY2/_new 2022-02-11 23:12:02.583402988 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-wl-pprint-text # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %global pkg_name wl-pprint-text Name: ghc-%{pkg_name} -Version: 1.2.0.1 +Version: 1.2.0.2 Release: 0 Summary: A Wadler/Leijen Pretty Printer for Text values License: BSD-3-Clause @@ -45,7 +45,6 @@ %prep %autosetup -n %{pkg_name}-%{version} -cabal-tweak-dep-ver 'base-compat' '< 0.12' '< 0.13' %build %ghc_lib_build ++++++ wl-pprint-text-1.2.0.1.tar.gz -> wl-pprint-text-1.2.0.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wl-pprint-text-1.2.0.1/Changelog.md new/wl-pprint-text-1.2.0.2/Changelog.md --- old/wl-pprint-text-1.2.0.1/Changelog.md 1970-01-01 01:00:00.000000000 +0100 +++ new/wl-pprint-text-1.2.0.2/Changelog.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,3 +1,8 @@ +1.2.0.2 (2022-01-09) +==================== + +* Dependency bumps. + 1.2.0.1 (2020-01-28) ==================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wl-pprint-text-1.2.0.1/Text/PrettyPrint/Leijen/Text.hs new/wl-pprint-text-1.2.0.2/Text/PrettyPrint/Leijen/Text.hs --- old/wl-pprint-text-1.2.0.1/Text/PrettyPrint/Leijen/Text.hs 1970-01-01 01:00:00.000000000 +0100 +++ new/wl-pprint-text-1.2.0.2/Text/PrettyPrint/Leijen/Text.hs 2001-09-09 03:46:40.000000000 +0200 @@ -118,11 +118,11 @@ ) where -import Prelude () -import Prelude.Compat hiding ((<$>)) +import Prelude () +import Prelude.Compat hiding ((<$>)) -import Data.String (IsString(..)) -import System.IO (Handle, hPutChar, stdout) +import Data.String (IsString (..)) +import System.IO (Handle, hPutChar, stdout) import Data.Int (Int64) import Data.List (intersperse) @@ -133,10 +133,8 @@ import qualified Data.Text.Lazy.Builder as B import qualified Data.Text.Lazy.IO as T -#if MIN_VERSION_base (4,9,0) -import Data.Semigroup (Semigroup(..)) -#else -import Data.Monoid ((<>)) +#if !MIN_VERSION_base (4,9,0) +import Data.Monoid ((<>)) #endif infixr 5 </>,<//>,<$>,<$$> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wl-pprint-text-1.2.0.1/wl-pprint-text.cabal new/wl-pprint-text-1.2.0.2/wl-pprint-text.cabal --- old/wl-pprint-text-1.2.0.1/wl-pprint-text.cabal 1970-01-01 01:00:00.000000000 +0100 +++ new/wl-pprint-text-1.2.0.2/wl-pprint-text.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,6 @@ +Cabal-version: >=1.10 Name: wl-pprint-text -Version: 1.2.0.1 +Version: 1.2.0.2 Synopsis: A Wadler/Leijen Pretty Printer for Text values Description: A clone of wl-pprint for use with the text library. License: BSD3 @@ -9,11 +10,21 @@ Copyright: 2007 Daan Leijen, 2010 Ivan Lazar Miljenovic Category: Text Build-type: Simple -Tested-With: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, - GHC == 7.10.2, GHC == 8.0.1, GHC == 8.2.2, - GHC == 8.4.1, GHC == 8.6.2, GHC == 8.8.2, - GHC == 8.10.1 -Cabal-version: >=1.6 + +Tested-With: + 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.4 + GHC == 8.6.5 + GHC == 8.8.4 + GHC == 8.10.7 + GHC == 9.0.1 + GHC == 9.2.1 + Extra-Source-Files: Changelog.md README.md @@ -24,7 +35,8 @@ Library Exposed-modules: Text.PrettyPrint.Leijen.Text, Text.PrettyPrint.Leijen.Text.Monadic - Build-depends: base >= 4.5.0.0 && < 5, - base-compat >= 0.10 && < 0.12, - text >= 0.11.0.0 && < 1.3.0.0 + Build-depends: base >= 4.5.0.0 && < 5, + base-compat >= 0.10 && < 0.13, + text >= 0.11.0.0 && < 2.1 + Default-language: Haskell98 GHC-Options: -Wall
