Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rumdl for openSUSE:Factory checked 
in at 2026-01-19 18:37:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rumdl (Old)
 and      /work/SRC/openSUSE:Factory/.rumdl.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rumdl"

Mon Jan 19 18:37:51 2026 rev:20 rq:1327994 version:0.0.221

Changes:
--------
--- /work/SRC/openSUSE:Factory/rumdl/rumdl.changes      2026-01-17 
14:54:50.579407191 +0100
+++ /work/SRC/openSUSE:Factory/.rumdl.new.1928/rumdl.changes    2026-01-19 
18:41:51.727385582 +0100
@@ -1,0 +2,112 @@
+Mon Jan 19 06:38:13 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- Update to version 0.0.221:
+  * Added
+    - Embedded markdown linting in fenced code blocks
+      - Lint markdown content inside ```markdown code blocks
+      - Provides lint warnings for markdown examples in
+        documentation
+      - Auto-fix support formats embedded markdown preserving code
+        fence indentation
+  * Fixed
+    - MD064: Remove max-consecutive-spaces config, improve sentence
+      detection
+      - Removed conceptually inconsistent max-consecutive-spaces
+        option
+      - Share sentence detection logic with text reflow (DRY)
+      - Add proper abbreviation detection (Dr., Prof., e.g., i.e.,
+        Mr., Mrs.)
+      - Add CJK sentence-ending punctuation support (。, !, ?)
+      - Fix UTF-8 byte boundary handling for multi-byte characters
+    - MD055/MD056: Handle tables inside blockquotes in fix mode
+      - Tables within blockquotes now preserve > prefix when fixed
+      - Pipe style and column count fixes work correctly in nested
+        contexts
+    - MD060: Improve alignment detection for CJK and delimiter
+      styles
+      - Better handling of CJK character widths in table alignment
+      - Improved delimiter row style detection
+    - MD069: Respect inline disable comments in fix mode
+      - <!-- markdownlint-disable MD069 --> now properly prevents
+        fixes
+      - Exposed inline config checks for rule disable detection
+    - MD058/MD065: Recognize blockquote continuation lines as blank
+      - Lines with only > are now treated as blank for table
+        separation rules
+      - Fixes false positives in blockquoted content
+    - Text reflow: Recognize sentence boundaries with quotation
+      marks
+      - Sentences ending with closing quotes (.\", !\", ?\") now
+        detected correctly
+      - Supports both straight and curly quotation marks
+  * Changed
+    - Refactored sentence detection into shared module
+      - New sentence_utils module provides reusable sentence
+        boundary detection
+      - Used by both MD064 (consecutive spaces) and text reflow
+        (MD013)
+      - Reduces code duplication by ~100 lines
+- Update to version 0.0.220:
+  * Added
+    - RUMDL_OUTPUT_FORMAT environment variable (#297)
+      - Override output format in CI/CD without modifying config
+        files
+      - Precedence: CLI flag → env var → config → default
+      - Example: RUMDL_OUTPUT_FORMAT=github rumdl check .
+  * Fixed
+    - MD050: Skip math blocks to avoid false positives in Quarto
+      - LaTeX subscripts (x_1) and exponentiation (a**b) were
+        incorrectly flagged as strong emphasis
+      - Now correctly skips content inside $$...$$ math blocks
+  * Changed
+    - Documentation: Clarify CommonMark 0.31.2 spec version (#298)
+      - Explicitly document that rumdl uses CommonMark 0.31.2 via
+        pulldown-cmark
+      - Clarify that standard flavor includes GFM extensions
+        (tables, task lists, strikethrough, autolinks)
+      - Document commonmark as alias for standard, github as alias
+        for gfm
+      - Add output-format setting documentation with all 12
+        available formats
+- Update to version 0.0.219:
+  * Added
+    - Comprehensive markdown flavor support
+      - GFM flavor: Security-sensitive HTML tag detection in MD033,
+        extended autolinks including xmpp: protocol in MD034
+      - MkDocs flavor: mkdocstrings block support, extended
+        markdown syntax (keys [[Ctrl]], caret ^^sup^^, mark
+        ==highlight==, ins ++inserted++, tilde ~sub~)
+      - MDX flavor: JSX attribute detection (className, htmlFor,
+        onClick, etc.), JSX expression handling, ESM import/export
+        support
+      - Quarto flavor: Pandoc citation syntax (@ref, [@ref]),
+        shortcode detection ({{< >}}), div blocks and callouts (:::
+        {.callout-*}), math block handling for emphasis rules
+    - Comprehensive UTF-8 stress tests
+      - Systematic testing of all rules against 11 scripts
+        (Bengali, Arabic, Chinese, Japanese, Korean, Thai, Hindi,
+        Russian, Greek, Emoji, ZWJ sequences)
+      - Tests for check(), fix(), and fix range character
+        boundaries
+      - Catches UTF-8 panics before they reach production
+  * Fixed
+    - MD034: UTF-8 panic with multi-byte text before emails
+      - Fixed crash when email follows Bengali, Chinese, Arabic, or
+        other multi-byte UTF-8 text
+      - The xmpp: prefix check was slicing at invalid character
+        boundaries
+      - Discovered during testing against kubernetes/website
+    - MD031: Blank line detection after MkDocs admonition blocks
+      - Corrected blank line requirements after admonition content
+    - MkDocs: Nested admonition handling
+      - Implemented stack-based detection for properly nested
+        admonitions
+  * Changed
+    - Documentation: Split flavor docs into separate files
+      - docs/flavors.md is now a concise overview with links
+      - Each flavor has its own file: docs/flavors/standard.md,
+        gfm.md, mkdocs.md, mdx.md, quarto.md
+      - Easier to find, reference, and maintain flavor-specific
+        documentation
+
+-------------------------------------------------------------------

Old:
----
  rumdl-0.0.218.obscpio

New:
----
  rumdl-0.0.221.obscpio

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

Other differences:
------------------
++++++ rumdl.spec ++++++
--- /var/tmp/diff_new_pack.01kXEJ/_old  2026-01-19 18:41:52.679424974 +0100
+++ /var/tmp/diff_new_pack.01kXEJ/_new  2026-01-19 18:41:52.687425305 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           rumdl
-Version:        0.0.218
+Version:        0.0.221
 Release:        0
 Summary:        Markdown Linter written in Rust
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.01kXEJ/_old  2026-01-19 18:41:52.723426795 +0100
+++ /var/tmp/diff_new_pack.01kXEJ/_new  2026-01-19 18:41:52.727426960 +0100
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/rvben/rumdl.git</param>
     <param name="scm">git</param>
     <param name="submodules">enable</param>
-    <param name="revision">v0.0.218</param>
+    <param name="revision">v0.0.221</param>
     <param name="match-tag">v*.*.*</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.01kXEJ/_old  2026-01-19 18:41:52.755428119 +0100
+++ /var/tmp/diff_new_pack.01kXEJ/_new  2026-01-19 18:41:52.759428284 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/rvben/rumdl.git</param>
-              <param 
name="changesrevision">097fe4803b8894b7ebe297e728c9f2e1d8a709e7</param></service></servicedata>
+              <param 
name="changesrevision">462b73ee12360eacbf13be2f91b7a98c82588c83</param></service></servicedata>
 (No newline at EOF)
 

++++++ rumdl-0.0.218.obscpio -> rumdl-0.0.221.obscpio ++++++
++++ 13979 lines of diff (skipped)

++++++ rumdl.obsinfo ++++++
--- /var/tmp/diff_new_pack.01kXEJ/_old  2026-01-19 18:41:53.527460062 +0100
+++ /var/tmp/diff_new_pack.01kXEJ/_new  2026-01-19 18:41:53.531460228 +0100
@@ -1,5 +1,5 @@
 name: rumdl
-version: 0.0.218
-mtime: 1768513994
-commit: 097fe4803b8894b7ebe297e728c9f2e1d8a709e7
+version: 0.0.221
+mtime: 1768755454
+commit: 462b73ee12360eacbf13be2f91b7a98c82588c83
 

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/rumdl/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.rumdl.new.1928/vendor.tar.zst differ: char 12294, 
line 49

Reply via email to