Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-commonmark for openSUSE:Factory checked in at 2021-02-16 22:38:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-commonmark (Old) and /work/SRC/openSUSE:Factory/.ghc-commonmark.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-commonmark" Tue Feb 16 22:38:14 2021 rev:7 rq:870861 version:0.1.1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-commonmark/ghc-commonmark.changes 2021-01-20 18:26:16.507452196 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-commonmark.new.28504/ghc-commonmark.changes 2021-02-16 22:48:20.058551491 +0100 @@ -1,0 +2,8 @@ +Mon Feb 8 05:04:23 UTC 2021 - [email protected] + +- Update commonmark to version 0.1.1.4. + ## 0.1.1.4 + + * Fix build with GHC 9.0.1 (Simon Jakobi, #72). + +------------------------------------------------------------------- Old: ---- commonmark-0.1.1.3.tar.gz New: ---- commonmark-0.1.1.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-commonmark.spec ++++++ --- /var/tmp/diff_new_pack.2ZYI0K/_old 2021-02-16 22:48:20.750552033 +0100 +++ /var/tmp/diff_new_pack.2ZYI0K/_new 2021-02-16 22:48:20.754552036 +0100 @@ -19,7 +19,7 @@ %global pkg_name commonmark %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.1.3 +Version: 0.1.1.4 Release: 0 Summary: Pure Haskell commonmark parser License: BSD-3-Clause ++++++ commonmark-0.1.1.3.tar.gz -> commonmark-0.1.1.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/commonmark-0.1.1.3/changelog.md new/commonmark-0.1.1.4/changelog.md --- old/commonmark-0.1.1.3/changelog.md 2021-01-11 20:44:39.000000000 +0100 +++ new/commonmark-0.1.1.4/changelog.md 2021-02-07 03:54:42.000000000 +0100 @@ -1,5 +1,9 @@ # Changelog for commonmark +## 0.1.1.4 + +* Fix build with GHC 9.0.1 (Simon Jakobi, #72). + ## 0.1.1.3 * Fix bug in links with spaces at the beginning or end of diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/commonmark-0.1.1.3/commonmark.cabal new/commonmark-0.1.1.4/commonmark.cabal --- old/commonmark-0.1.1.3/commonmark.cabal 2021-01-11 20:43:38.000000000 +0100 +++ new/commonmark-0.1.1.4/commonmark.cabal 2021-02-07 03:54:52.000000000 +0100 @@ -1,6 +1,6 @@ cabal-version: 2.2 name: commonmark -version: 0.1.1.3 +version: 0.1.1.4 synopsis: Pure Haskell commonmark parser. description: This library provides the core data types and functions diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/commonmark-0.1.1.3/src/Commonmark/Inlines.hs new/commonmark-0.1.1.4/src/Commonmark/Inlines.hs --- old/commonmark-0.1.1.3/src/Commonmark/Inlines.hs 2021-01-11 20:32:33.000000000 +0100 +++ new/commonmark-0.1.1.4/src/Commonmark/Inlines.hs 2021-02-07 03:54:52.000000000 +0100 @@ -330,11 +330,11 @@ pChunk specmap attrParser ilParsers isDelimChar = do pos <- getPosition (res, ts) <- withRaw $ - {-# SCC attrParser #-} (AddAttributes <$> attrParser) + ({-# SCC attrParser #-} AddAttributes <$> attrParser) <|> {-# SCC pInline #-} (Parsed <$> pInline ilParsers) return $! Chunk res pos ts - <|> {-# SCC pDelimChunk #-} pDelimChunk specmap isDelimChar + <|> ({-# SCC pDelimChunk #-} pDelimChunk specmap isDelimChar) <|> (do t <- anyTok endpos <- getPosition return $! Chunk
