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 2025-02-17 20:54:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-commonmark-pandoc (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-commonmark-pandoc.new.8181 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-commonmark-pandoc"

Mon Feb 17 20:54:33 2025 rev:15 rq:1246287 version:0.2.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-commonmark-pandoc/ghc-commonmark-pandoc.changes  
    2024-12-20 23:10:43.652738017 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-commonmark-pandoc.new.8181/ghc-commonmark-pandoc.changes
    2025-02-17 20:54:38.536764718 +0100
@@ -1,0 +2,12 @@
+Sun Feb  9 18:55:42 UTC 2025 - Peter Simons <psim...@suse.com>
+
+- Update commonmark-pandoc to version 0.2.3.
+  ## 0.2.3
+
+  - Track wikilinks with a class instead of the title (Evan
+    Silberman). The use of title="wikilink" in HTML output traces
+    back to Pandoc's hijacking of the title attribute for this purpose
+    back when Pandoc links didn't have Attrs. A coordinated change in
+    Pandoc moves this more appropriately into a class.
+
+-------------------------------------------------------------------

Old:
----
  commonmark-pandoc-0.2.2.3.tar.gz

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

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

Other differences:
------------------
++++++ ghc-commonmark-pandoc.spec ++++++
--- /var/tmp/diff_new_pack.1msjjj/_old  2025-02-17 20:54:40.132831252 +0100
+++ /var/tmp/diff_new_pack.1msjjj/_new  2025-02-17 20:54:40.140831585 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-commonmark-pandoc
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global pkg_name commonmark-pandoc
 %global pkgver %{pkg_name}-%{version}
 Name:           ghc-%{pkg_name}
-Version:        0.2.2.3
+Version:        0.2.3
 Release:        0
 Summary:        Bridge between commonmark and pandoc AST
 License:        BSD-3-Clause

++++++ commonmark-pandoc-0.2.2.3.tar.gz -> commonmark-pandoc-0.2.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/commonmark-pandoc-0.2.2.3/changelog.md 
new/commonmark-pandoc-0.2.3/changelog.md
--- old/commonmark-pandoc-0.2.2.3/changelog.md  2001-09-09 03:46:40.000000000 
+0200
+++ new/commonmark-pandoc-0.2.3/changelog.md    2001-09-09 03:46:40.000000000 
+0200
@@ -1,5 +1,13 @@
 # Changelog for commonmark-pandoc
 
+## 0.2.3
+
+- Track wikilinks with a class instead of the title (Evan
+  Silberman). The use of title="wikilink" in HTML output traces
+  back to Pandoc's hijacking of the title attribute for this purpose
+  back when Pandoc links didn't have Attrs. A coordinated change in
+  Pandoc moves this more appropriately into a class.
+
 ## 0.2.2.3
 
 - Avoid adding spurious extra data-pos attribute to wrapper
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/commonmark-pandoc-0.2.2.3/commonmark-pandoc.cabal 
new/commonmark-pandoc-0.2.3/commonmark-pandoc.cabal
--- old/commonmark-pandoc-0.2.2.3/commonmark-pandoc.cabal       2001-09-09 
03:46:40.000000000 +0200
+++ new/commonmark-pandoc-0.2.3/commonmark-pandoc.cabal 2001-09-09 
03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
 name:           commonmark-pandoc
-version:        0.2.2.3
+version:        0.2.3
 synopsis:       Bridge between commonmark and pandoc AST.
 description:    This library provides typeclasses for rendering
                 commonmark to Pandoc types.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/commonmark-pandoc-0.2.2.3/src/Commonmark/Pandoc.hs 
new/commonmark-pandoc-0.2.3/src/Commonmark/Pandoc.hs
--- old/commonmark-pandoc-0.2.2.3/src/Commonmark/Pandoc.hs      2001-09-09 
03:46:40.000000000 +0200
+++ new/commonmark-pandoc-0.2.3/src/Commonmark/Pandoc.hs        2001-09-09 
03:46:40.000000000 +0200
@@ -120,7 +120,7 @@
                   $ B.text t
 
 instance HasWikilinks (Cm b B.Inlines) where
-  wikilink t il = Cm $ B.link t "wikilink" $ unCm il
+  wikilink t il = Cm $ B.linkWith (mempty, ["wikilink"], mempty) t "" $ unCm il
 
 instance HasPipeTable (Cm a B.Inlines) (Cm a B.Blocks) where
   pipeTable aligns headerCells rows =

Reply via email to