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-02-05 17:59:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rumdl (Old)
 and      /work/SRC/openSUSE:Factory/.rumdl.new.1670 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rumdl"

Thu Feb  5 17:59:35 2026 rev:30 rq:1331107 version:0.1.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/rumdl/rumdl.changes      2026-02-04 
21:08:21.674288663 +0100
+++ /work/SRC/openSUSE:Factory/.rumdl.new.1670/rumdl.changes    2026-02-05 
18:03:36.791693927 +0100
@@ -1,0 +2,44 @@
+Thu Feb 05 06:13:31 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- Update to version 0.1.12:
+  * Added
+    - Code Block Tools [preview] - Run external linters and
+      formatters on fenced code blocks (#331)
+      - rumdl check: Run configured linters (ruff, shellcheck,
+        eslint, etc.) on code blocks
+      - rumdl check --fix: Run configured formatters (ruff,
+        prettier, shfmt, etc.) to auto-format code blocks
+      - 31 built-in tool definitions with support for custom tools
+      - Language resolution via GitHub Linguist aliases (e.g., py →
+        python, bash → shell)
+      - Configurable error handling per language (fail, warn, skip)
+      - See docs/code-block-tools.md for configuration guide
+    - MD018: Per-rule magiclink configuration - Control whether
+      magiclink syntax is recognized per rule
+      - Add magiclink = true to MD018 config to skip email-like
+        syntax
+    - MD033: Auto-fix for <a> and <img> tags - Convert simple HTML
+      links and images to Markdown
+      - <a href="url">text</a> → [text](url)
+      - <img src="url" alt="text"> → ![text](url)
+      - Requires fix = true in MD033 config (disabled by default)
+    - MkDocs: Support for markdown-enabled HTML blocks - Properly
+      handle <div markdown> grid cards and similar patterns
+      - Supports 10 HTML5 sectioning elements (div, section,
+        article, aside, details, figure, footer, header, main, nav)
+      - MD030 and MD035 now skip content inside markdown-enabled
+        HTML blocks
+      - Added skip_mkdocs_html_markdown() filter to filtered_lines
+        API
+  * Fixed
+    - MD013: Prevent infinite loop in MkDocs admonition reflow -
+      Fixed edge case causing reflow to hang on certain admonition
+      content
+    - Config: Remove deprecated MD002 from example -
+      rumdl.toml.example no longer includes deprecated rules
+  * Changed
+    - Config: Compact inline table syntax in example -
+      rumdl.toml.example now uses more readable inline tables for
+      code-block-tools
+
+-------------------------------------------------------------------

Old:
----
  rumdl-0.1.11.obscpio

New:
----
  rumdl-0.1.12.obscpio

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

Other differences:
------------------
++++++ rumdl.spec ++++++
--- /var/tmp/diff_new_pack.yoIvyh/_old  2026-02-05 18:03:40.223837900 +0100
+++ /var/tmp/diff_new_pack.yoIvyh/_new  2026-02-05 18:03:40.243838739 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           rumdl
-Version:        0.1.11
+Version:        0.1.12
 Release:        0
 Summary:        Markdown Linter written in Rust
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.yoIvyh/_old  2026-02-05 18:03:40.507849813 +0100
+++ /var/tmp/diff_new_pack.yoIvyh/_new  2026-02-05 18:03:40.547851492 +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.1.11</param>
+    <param name="revision">v0.1.12</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.yoIvyh/_old  2026-02-05 18:03:40.699857868 +0100
+++ /var/tmp/diff_new_pack.yoIvyh/_new  2026-02-05 18:03:40.731859210 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/rvben/rumdl.git</param>
-              <param 
name="changesrevision">cbf6b6b453f195249d217f3b9feb4d25d7edf347</param></service></servicedata>
+              <param 
name="changesrevision">1968a061d57ee44d863ab2240e64a120a90f4b2b</param></service></servicedata>
 (No newline at EOF)
 

++++++ rumdl-0.1.11.obscpio -> rumdl-0.1.12.obscpio ++++++
++++ 7024 lines of diff (skipped)

++++++ rumdl.obsinfo ++++++
--- /var/tmp/diff_new_pack.yoIvyh/_old  2026-02-05 18:03:42.395929016 +0100
+++ /var/tmp/diff_new_pack.yoIvyh/_new  2026-02-05 18:03:42.399929183 +0100
@@ -1,5 +1,5 @@
 name: rumdl
-version: 0.1.11
-mtime: 1770125900
-commit: cbf6b6b453f195249d217f3b9feb4d25d7edf347
+version: 0.1.12
+mtime: 1770218029
+commit: 1968a061d57ee44d863ab2240e64a120a90f4b2b
 

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

Reply via email to