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-11 18:40:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rumdl (Old)
 and      /work/SRC/openSUSE:Factory/.rumdl.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rumdl"

Thu Dec 11 18:40:06 2025 rev:12 rq:1322130 version:0.0.193

Changes:
--------
--- /work/SRC/openSUSE:Factory/rumdl/rumdl.changes      2025-12-09 
12:52:54.010369646 +0100
+++ /work/SRC/openSUSE:Factory/.rumdl.new.1939/rumdl.changes    2025-12-11 
18:41:58.555072778 +0100
@@ -1,0 +2,77 @@
+Thu Dec 11 07:07:02 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- Update to version 0.0.193:
+  * Fixed
+    - MD032 (blanks-around-lists): Complete fix for false positives
+      (fixes #188, #190)
+      - Pipes in code spans (e.g., `foo || bar`) no longer trigger
+        false table detection
+      - Lazy continuation lines at indent=0 handled per CommonMark
+        spec
+      - Removed ad-hoc URL/link exclusion hacks in favor of proper
+        is_table_line() detection
+      - Fixed regression in v0.0.192 that affected list boundary
+        detection
+    - MD057 (relative-links): Resolve links per-file instead of
+      caching base path
+      - Relative link resolution now correctly uses each file's
+        directory
+      - Prevents cross-file path resolution errors in multi-file
+        projects
+  * Changed
+    - Internal: Replace naive contains('|') checks with
+      is_table_line()
+      - Structural separator detection now properly validates table
+        structure
+      - Requires pipes at start/end with ≥2 total, or separator
+        line pattern
+- Update to version 0.0.192:
+  * Added
+    - Config: cache option to disable caching via config file
+      (closes #153)
+      - Add cache = false to [global] section to persistently
+        disable caching
+      - Eliminates need to pass --no-cache flag on every invocation
+      - Works in both .rumdl.toml and pyproject.toml
+    - MD052 (reference-links-images): User-configurable ignore
+      option
+      - Add patterns to skip specific reference links from
+        validation
+      - Useful for links handled by external tools or preprocessors
+    - CI: Major version tag (v0) for GitHub Action
+      - Users can now reference the action as rvben/rumdl@v0 for
+        automatic minor updates
+  * Fixed
+    - Inline config: Cross-file rules now respect disable comments
+      (fixes #189)
+      - MD051 and MD057 now honor <!-- rumdl-disable --> and <!--
+        rumdl-disable-next-line --> comments
+      - Previously these rules ran in a separate phase that
+        bypassed inline config filtering
+    - Config: Directory exclude patterns now match files within
+      (fixes #186)
+      - Patterns like docs/ now correctly exclude all files in that
+        directory
+      - Glob patterns are automatically expanded to match contained
+        files
+    - MD032 (blanks-around-lists): No longer triggers on pipes in
+      inline code (fixes #188)
+      - Tables inside inline code blocks no longer confuse list
+        boundary detection
+    - MD005/MD037/MD041: Resolve false positives
+      - MD041: Setext headers with colons no longer cause issues
+      - MD037: List items containing asterisks handled correctly
+      - MD005: Sublist parsing improved for complex nested
+        structures
+    - Text reflow: Use proper table detection
+      - Replaced simplistic pipe check with robust table structure
+        detection
+      - Prevents incorrect reflow of table content
+  * Changed
+    - Internal: Replace RUMDL_FILE_PATH env var with source_file
+      field
+      - Cleaner API for accessing the current file path in rule
+        implementations
+      - No user-facing changes
+
+-------------------------------------------------------------------

Old:
----
  rumdl-0.0.191.obscpio

New:
----
  rumdl-0.0.193.obscpio

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

Other differences:
------------------
++++++ rumdl.spec ++++++
--- /var/tmp/diff_new_pack.xOpb6J/_old  2025-12-11 18:41:59.603116813 +0100
+++ /var/tmp/diff_new_pack.xOpb6J/_new  2025-12-11 18:41:59.607116981 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           rumdl
-Version:        0.0.191
+Version:        0.0.193
 Release:        0
 Summary:        Markdown Linter written in Rust
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.xOpb6J/_old  2025-12-11 18:41:59.655118998 +0100
+++ /var/tmp/diff_new_pack.xOpb6J/_new  2025-12-11 18:41:59.659119166 +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.191</param>
+    <param name="revision">v0.0.193</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.xOpb6J/_old  2025-12-11 18:41:59.743122696 +0100
+++ /var/tmp/diff_new_pack.xOpb6J/_new  2025-12-11 18:41:59.751123032 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/rvben/rumdl.git</param>
-              <param 
name="changesrevision">e1b95d136b175350fa4307ba986dc6b60403c73c</param></service></servicedata>
+              <param 
name="changesrevision">a43b6d3610efa5670d173bbcb0671689abc8c1ec</param></service></servicedata>
 (No newline at EOF)
 

++++++ rumdl-0.0.191.obscpio -> rumdl-0.0.193.obscpio ++++++
++++ 35212 lines of diff (skipped)

++++++ rumdl.obsinfo ++++++
--- /var/tmp/diff_new_pack.xOpb6J/_old  2025-12-11 18:42:00.859169586 +0100
+++ /var/tmp/diff_new_pack.xOpb6J/_new  2025-12-11 18:42:00.871170091 +0100
@@ -1,5 +1,5 @@
 name: rumdl
-version: 0.0.191
-mtime: 1765189043
-commit: e1b95d136b175350fa4307ba986dc6b60403c73c
+version: 0.0.193
+mtime: 1765404541
+commit: a43b6d3610efa5670d173bbcb0671689abc8c1ec
 

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

Reply via email to