Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rumdl for openSUSE:Factory checked 
in at 2025-12-20 21:46:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rumdl (Old)
 and      /work/SRC/openSUSE:Factory/.rumdl.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rumdl"

Sat Dec 20 21:46:33 2025 rev:15 rq:1323754 version:0.0.197

Changes:
--------
--- /work/SRC/openSUSE:Factory/rumdl/rumdl.changes      2025-12-18 
18:36:03.161208812 +0100
+++ /work/SRC/openSUSE:Factory/.rumdl.new.1928/rumdl.changes    2025-12-20 
21:48:42.528695787 +0100
@@ -1,0 +2,87 @@
+Sat Dec 20 07:28:08 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- Update to version 0.0.197:
+  * Fixed
+    - Config: Resolve per-file-ignores paths relative to project
+      root (fixes #208)
+      - Previously, per-file-ignores patterns only matched with
+        relative paths
+      - Now works correctly in GitHub Actions where absolute paths
+        are used
+      - Patterns like .github/file.md now match
+        /home/runner/work/repo/.github/file.md
+    - MD007 (ul-indent): Remove auto-switch to fixed indentation
+      style (fixes #209)
+      - Fixed oscillation between MD005/MD007 when formatting mixed
+        ordered/unordered lists
+      - Previously, setting indent = 3 would auto-switch to fixed
+        style, causing conflicts
+      - Text-aligned style (default) now correctly handles mixed
+        lists, matching markdownlint behavior
+      - rumdl fmt now converges in a single pass for all list
+        configurations
+  * Performance
+    - Core: Reduce memory allocations and improve cache reliability
+      - Optimized internal data structures for better memory
+        efficiency
+
+-------------------------------------------------------------------
+Sat Dec 20 07:02:43 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- Update to version 0.0.196:
+  * Added
+    - MD064 (no-multiple-consecutive-spaces): New rule to collapse
+      multiple consecutive spaces (thanks @mawkler in #202)
+      - Flags multiple consecutive spaces (2+) in markdown prose
+      - Provides auto-fix to collapse them to single space
+      - Skips spaces in code, tables, HTML, front matter, and
+        markdown syntax markers
+    - MD065 (blanks-around-horizontal-rules): New rule to enforce
+      blank lines around horizontal rules
+      - Ensures horizontal rules have blank lines before and after
+      - Provides auto-fix to add missing blank lines
+      - Skips Setext heading underlines
+    - MD066 (valid-footnote-definition): New rule to validate
+      footnote definitions
+      - Checks footnote definitions have proper syntax
+      - Validates footnote labels are non-empty
+    - MD067 (no-empty-footnote-ref): New rule to flag empty
+      footnote references
+      - Detects footnote references with empty labels like [^]
+    - MD068 (no-space-in-footnote-ref): New rule to flag spaces in
+      footnote references
+      - Detects footnote references with spaces like [^ note]
+  * Fixed
+    - WASM: Convert byte offsets to character offsets for
+      JavaScript
+      - Fixes crashes in Obsidian plugin when applying fixes to
+        content with multi-byte UTF-8 characters (Norwegian
+        letters, emoji, etc.)
+    - MD027 (no-multiple-space-blockquote): Skip list continuation
+      indentation
+      - No longer reports false positives for properly indented
+        list continuations in blockquotes
+    - MD032 (blanks-around-lists): Detect thematic breaks as list
+      terminators
+      - Thematic breaks (horizontal rules) now correctly terminate
+        lists
+    - MD036 (no-emphasis-as-heading): Skip emphasis inside HTML
+      comments
+      - No longer reports false positives for emphasis markers in
+        HTML comments
+    - MD041 (first-line-heading): Skip badge images before headings
+      - Badge images at the start of a file no longer prevent
+        heading detection
+    - MD046 (code-block-style): Skip code blocks inside HTML
+      comments
+      - No longer reports false positives for code blocks in HTML
+        comments
+    - MD051 (link-fragments): Recognize HTML and attribute anchors
+      - Cross-file fragment validation now recognizes anchors from
+        HTML id attributes
+    - MD057 (relative-links): Check for markdown source when .html
+      link doesn't exist
+      - Links to .html files now check for corresponding .md source
+        files
+
+-------------------------------------------------------------------

Old:
----
  rumdl-0.0.195.obscpio

New:
----
  rumdl-0.0.197.obscpio

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

Other differences:
------------------
++++++ rumdl.spec ++++++
--- /var/tmp/diff_new_pack.6xY8BI/_old  2025-12-20 21:48:45.112803002 +0100
+++ /var/tmp/diff_new_pack.6xY8BI/_new  2025-12-20 21:48:45.132803831 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           rumdl
-Version:        0.0.195
+Version:        0.0.197
 Release:        0
 Summary:        Markdown Linter written in Rust
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.6xY8BI/_old  2025-12-20 21:48:45.476818105 +0100
+++ /var/tmp/diff_new_pack.6xY8BI/_new  2025-12-20 21:48:45.532820428 +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.195</param>
+    <param name="revision">v0.0.197</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.6xY8BI/_old  2025-12-20 21:48:45.756829722 +0100
+++ /var/tmp/diff_new_pack.6xY8BI/_new  2025-12-20 21:48:45.792831216 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/rvben/rumdl.git</param>
-              <param 
name="changesrevision">0ef10a921de0114838278edcf1a2cf0d5d24cc48</param></service></servicedata>
+              <param 
name="changesrevision">4c6f0cc0b8f1f7bc304167f76f39be6ca2125db9</param></service></servicedata>
 (No newline at EOF)
 

++++++ rumdl-0.0.195.obscpio -> rumdl-0.0.197.obscpio ++++++
++++ 6757 lines of diff (skipped)

++++++ rumdl.obsinfo ++++++
--- /var/tmp/diff_new_pack.6xY8BI/_old  2025-12-20 21:48:48.188930630 +0100
+++ /var/tmp/diff_new_pack.6xY8BI/_new  2025-12-20 21:48:48.212931625 +0100
@@ -1,5 +1,5 @@
 name: rumdl
-version: 0.0.195
-mtime: 1766013498
-commit: 0ef10a921de0114838278edcf1a2cf0d5d24cc48
+version: 0.0.197
+mtime: 1766169261
+commit: 4c6f0cc0b8f1f7bc304167f76f39be6ca2125db9
 

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

Reply via email to