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 2023-07-04 15:22:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-commonmark (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-commonmark.new.23466 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-commonmark"

Tue Jul  4 15:22:13 2023 rev:13 rq:1096600 version:0.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-commonmark/ghc-commonmark.changes    
2023-04-04 21:19:16.572752700 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-commonmark.new.23466/ghc-commonmark.changes 
2023-07-04 15:22:48.814361987 +0200
@@ -1,0 +2,9 @@
+Sun Jun 25 16:54:28 UTC 2023 - Peter Simons <psim...@suse.com>
+
+- Update commonmark to version 0.2.3.
+  ## 0.2.3
+
+    * Re-export Text.Parsec.Pos from Commonmark.Types (Fraser
+      Tweedale, #106).
+
+-------------------------------------------------------------------

Old:
----
  commonmark-0.2.2.tar.gz

New:
----
  commonmark-0.2.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-commonmark.spec ++++++
--- /var/tmp/diff_new_pack.PdC3i7/_old  2023-07-04 15:22:49.526366266 +0200
+++ /var/tmp/diff_new_pack.PdC3i7/_new  2023-07-04 15:22:49.530366289 +0200
@@ -20,7 +20,7 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.2.2
+Version:        0.2.3
 Release:        0
 Summary:        Pure Haskell commonmark parser
 License:        BSD-3-Clause

++++++ commonmark-0.2.2.tar.gz -> commonmark-0.2.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/commonmark-0.2.2/changelog.md 
new/commonmark-0.2.3/changelog.md
--- old/commonmark-0.2.2/changelog.md   2022-04-02 22:50:29.000000000 +0200
+++ new/commonmark-0.2.3/changelog.md   2001-09-09 03:46:40.000000000 +0200
@@ -1,5 +1,10 @@
 # Changelog for commonmark
 
+## 0.2.3
+
+  * Re-export Text.Parsec.Pos from Commonmark.Types (Fraser
+    Tweedale, #106).
+
 ## 0.2.2
 
   * Blocks: export `getParentListType` [API change].
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/commonmark-0.2.2/commonmark.cabal 
new/commonmark-0.2.3/commonmark.cabal
--- old/commonmark-0.2.2/commonmark.cabal       2022-04-02 22:50:38.000000000 
+0200
+++ new/commonmark-0.2.3/commonmark.cabal       2001-09-09 03:46:40.000000000 
+0200
@@ -1,6 +1,6 @@
 cabal-version:  2.2
 name:           commonmark
-version:        0.2.2
+version:        0.2.3
 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.2.2/src/Commonmark/Types.hs 
new/commonmark-0.2.3/src/Commonmark/Types.hs
--- old/commonmark-0.2.2/src/Commonmark/Types.hs        2022-01-12 
04:38:14.000000000 +0100
+++ new/commonmark-0.2.3/src/Commonmark/Types.hs        2001-09-09 
03:46:40.000000000 +0200
@@ -12,12 +12,14 @@
   , IsInline(..)
   , IsBlock(..)
   , SourceRange(..)
-  , SourcePos
   , Rangeable(..)
   , Attribute
   , Attributes
   , HasAttributes(..)
   , ToPlainText(..)
+
+  -- * Re-exports
+  , module Text.Parsec.Pos
   )
 where
 import           Data.Data            (Data)

Reply via email to