Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-commonmark-pandoc for openSUSE:Factory checked in at 2023-01-28 18:44:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-commonmark-pandoc (Old) and /work/SRC/openSUSE:Factory/.ghc-commonmark-pandoc.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-commonmark-pandoc" Sat Jan 28 18:44:28 2023 rev:9 rq:1061628 version:0.2.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-commonmark-pandoc/ghc-commonmark-pandoc.changes 2022-02-11 23:10:38.187158890 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-commonmark-pandoc.new.32243/ghc-commonmark-pandoc.changes 2023-01-28 18:51:47.872823851 +0100 @@ -1,0 +2,8 @@ +Wed Jan 18 17:47:30 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update commonmark-pandoc to version 0.2.1.3. + ## 0.2.1.3 + + - Allow pandoc-types 1.23. + +------------------------------------------------------------------- Old: ---- commonmark-pandoc-0.2.1.2.tar.gz New: ---- commonmark-pandoc-0.2.1.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-commonmark-pandoc.spec ++++++ --- /var/tmp/diff_new_pack.HoamGB/_old 2023-01-28 18:51:48.288826224 +0100 +++ /var/tmp/diff_new_pack.HoamGB/_new 2023-01-28 18:51:48.312826361 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-commonmark-pandoc # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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 commonmark-pandoc Name: ghc-%{pkg_name} -Version: 0.2.1.2 +Version: 0.2.1.3 Release: 0 Summary: Bridge between commonmark and pandoc AST License: BSD-3-Clause ++++++ commonmark-pandoc-0.2.1.2.tar.gz -> commonmark-pandoc-0.2.1.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/commonmark-pandoc-0.2.1.2/changelog.md new/commonmark-pandoc-0.2.1.3/changelog.md --- old/commonmark-pandoc-0.2.1.2/changelog.md 2022-01-14 18:54:11.000000000 +0100 +++ new/commonmark-pandoc-0.2.1.3/changelog.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,9 @@ # Changelog for commonmark-pandoc +## 0.2.1.3 + +- Allow pandoc-types 1.23. + ## 0.2.1.2 - Fix addition of sourcepos attributes to blocks (jgm/pandoc#7769). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/commonmark-pandoc-0.2.1.2/commonmark-pandoc.cabal new/commonmark-pandoc-0.2.1.3/commonmark-pandoc.cabal --- old/commonmark-pandoc-0.2.1.2/commonmark-pandoc.cabal 2022-01-14 18:54:32.000000000 +0100 +++ new/commonmark-pandoc-0.2.1.3/commonmark-pandoc.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,5 @@ name: commonmark-pandoc -version: 0.2.1.2 +version: 0.2.1.3 synopsis: Bridge between commonmark and pandoc AST. description: This library provides typeclasses for rendering commonmark to Pandoc types. @@ -29,7 +29,7 @@ base >= 4.9 && <5 , commonmark >= 0.2 && < 0.3 , commonmark-extensions >= 0.2.1 && < 0.3 - , pandoc-types >= 1.21 && < 1.23 + , pandoc-types >= 1.21 && < 1.24 , text if impl(ghc >= 8.10) ghc-options: -Wunused-packages