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-03 21:28:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rumdl (Old)
 and      /work/SRC/openSUSE:Factory/.rumdl.new.1995 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rumdl"

Tue Feb  3 21:28:21 2026 rev:28 rq:1330322 version:0.1.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/rumdl/rumdl.changes      2026-01-30 
18:27:27.342571026 +0100
+++ /work/SRC/openSUSE:Factory/.rumdl.new.1995/rumdl.changes    2026-02-03 
21:29:30.299609105 +0100
@@ -1,0 +2,112 @@
+Mon Feb 02 05:45:46 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- Update to version 0.1.9:
+  * Fixed
+    - MD033: Don't remove HTML tags that can't be converted to
+      Markdown
+      - Previously, auto-fix would destructively remove tags like
+        <img>, <span>, and <div>
+      - Now only safe fixable tags (em, i, strong, b, code, br, hr)
+        are converted
+      - All other HTML tags are left unchanged as expected
+    - Fix mode: Respect per-file-flavor configuration
+      - rumdl check --fix now correctly uses per-file flavor
+        settings from [per-file-flavor]
+      - Previously used global flavor instead of file-specific
+        flavor during fix coordination
+- Update to version 0.1.8:
+  * Added
+    - Inline config: Automatic support for all rules (#364)
+      - All rules now automatically support inline configuration
+        via <!-- rumdl-configure-file --> comments
+      - Engine-level implementation ensures consistent behavior
+        across rules
+      - Added get_effective_config helper for inline config support
+    - MD033: Opt-in auto-fix for inline HTML conversion
+      - New fix = true option enables auto-fix (disabled by
+        default)
+      - Converts simple inline HTML to Markdown equivalents
+      - Conservative approach: only fixes clear-cut cases
+    - MD036: Opt-in auto-fix for emphasis-as-heading
+      - New fix = true option enables auto-fix (disabled by
+        default)
+      - Converts emphasis-only paragraphs to proper headings
+    - Test: Comprehensive MkDocs extension regression tests
+      - Added 197 tests across 20 modules for MkDocs flavor
+      - Covers admonitions, content tabs, mkdocstrings, keys,
+        snippets, math, and more
+      - Tests edge cases, cross-flavor comparison, fix
+        preservation, and malformed syntax
+  * Fixed
+    - MD013: Preserve MkDocs admonition and tab content during
+      reflow (#361)
+      - Reflow now preserves required indentation inside MkDocs
+        containers
+      - Admonition content no longer incorrectly converted to
+        fenced code blocks
+      - Content tabs (=== "Tab") properly handled during line
+        wrapping
+    - MD013: Prevent whitespace accumulation in sentence-per-line
+      reflow (#360)
+      - Fixed infinite loop causing "failed to converge after 100
+        iterations" error
+      - Sentence-per-line mode now produces stable, idempotent
+        output
+    - MD064: Support inline configure-file comments (#364)
+      - allow-sentence-double-space now works with inline HTML
+        config comments
+      - Sentences ending with markup (`code`.) now correctly
+        recognized
+- Update to version 0.1.7:
+  * Added
+    - MD060: Loose last column option (#356)
+      - loose-last-column = true skips padding the last column in
+        body rows
+      - Keeps tables compact while maintaining alignment for other
+        columns
+      - Useful for tables with variable-length description columns
+      - (thanks @Ravlen for the suggestion)
+    - MD060: Separate header/body alignment (#348)
+      - column-align-header controls alignment for the header row
+        only
+      - column-align-body controls alignment for body rows only
+      - Existing column-align remains as fallback for both
+      - (thanks @pygarap for the suggestion)
+    - MD018: MagicLink support in MkDocs flavor (#355)
+      - When using flavor = "mkdocs", MD018 skips PyMdown
+        MagicLink-style issue references
+      - #10 and #123 at the start of lines are not flagged as
+        malformed headings
+      - Non-numeric patterns like #Summary are still flagged
+        correctly
+      - (thanks @kattni for the suggestion)
+  * Changed
+    - Docs: Add MD073 to opt-in rules table
+      - MD073 (TOC validation) now listed in the opt-in rules
+        section of docs/RULES.md
+    - Release: Add SchemaStore update reminder
+      - verify-release-ready.sh now warns when rumdl.schema.json
+        has changed
+      - Reminds to submit a PR to SchemaStore after releasing
+    - Release: Add opt-in rules documentation check
+      - verify-release-ready.sh verifies all opt-in rules are
+        documented in docs/RULES.md
+      - Prevents forgetting to document new opt-in rules
+    - Release: Add config validation check
+      - verify-release-ready.sh now tests all rule config options
+        for validation warnings
+      - Catches schema bugs where valid options show "Unknown
+        option" warnings
+  * Fixed
+    - MD060: Fix config validation warnings for optional alignment
+      options
+      - column-align-header and column-align-body no longer show
+        "Unknown option" warnings
+      - Schema now explicitly includes all valid config keys
+    - MD073: Add missing indent option to config schema
+      - indent option was accepted but not in the validation schema
+    - CLI: Remove noisy hints from completions command
+      - Shell completion output is now cleaner without installation
+        hints in the generated script
+
+-------------------------------------------------------------------
@@ -501 +613 @@
-  * - Update to version 0.0.215:
+- Update to version 0.0.215:
@@ -518 +630 @@
-  * - Update to version 0.0.214:
+- Update to version 0.0.214:
@@ -553 +665 @@
-  * - Update to version 0.0.213:
+- Update to version 0.0.213:
@@ -585 +697 @@
-  * - Update to version 0.0.212:
+- Update to version 0.0.212:
@@ -624 +736 @@
-  * - Update to version 0.0.211:
+- Update to version 0.0.211:
@@ -645 +757 @@
-  * - Update to version 0.0.210:
+- Update to version 0.0.210:
@@ -675 +787 @@
-  * - Update to version 0.0.209:
+- Update to version 0.0.209:
@@ -746 +858 @@
-  * - Update to version 0.0.208:
+- Update to version 0.0.208:
@@ -814 +926 @@
-  * - Update to version 0.0.207:
+- Update to version 0.0.207:
@@ -841 +953 @@
-  * - Update to version 0.0.206:
+- Update to version 0.0.206:
@@ -863 +975 @@
-  * - Update to version 0.0.205:
+- Update to version 0.0.205:
@@ -898 +1010 @@
-  * - Update to version 0.0.204:
+- Update to version 0.0.204:
@@ -920 +1032 @@
-  * - Update to version 0.0.203:
+- Update to version 0.0.203:
@@ -964 +1076 @@
-  * - Update to version 0.0.202:
+- Update to version 0.0.202:
@@ -994 +1106 @@
-  * - Update to version 0.0.201:
+- Update to version 0.0.201:
@@ -1044 +1156 @@
-  * - Update to version 0.0.200:
+- Update to version 0.0.200:
@@ -1158 +1270 @@
-  * - Update to version 0.0.199:
+- Update to version 0.0.199:

Old:
----
  rumdl-0.1.6.obscpio

New:
----
  rumdl-0.1.9.obscpio

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

Other differences:
------------------
++++++ rumdl.spec ++++++
--- /var/tmp/diff_new_pack.IgjgPt/_old  2026-02-03 21:29:31.779671228 +0100
+++ /var/tmp/diff_new_pack.IgjgPt/_new  2026-02-03 21:29:31.779671228 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           rumdl
-Version:        0.1.6
+Version:        0.1.9
 Release:        0
 Summary:        Markdown Linter written in Rust
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.IgjgPt/_old  2026-02-03 21:29:31.831673411 +0100
+++ /var/tmp/diff_new_pack.IgjgPt/_new  2026-02-03 21:29:31.835673579 +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.6</param>
+    <param name="revision">v0.1.9</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.IgjgPt/_old  2026-02-03 21:29:31.867674922 +0100
+++ /var/tmp/diff_new_pack.IgjgPt/_new  2026-02-03 21:29:31.871675090 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/rvben/rumdl.git</param>
-              <param 
name="changesrevision">5f5b8d695ec50d30a9b4a334d142267e9d079358</param></service></servicedata>
+              <param 
name="changesrevision">8d00e2c0adc933e0f6ee6cfbbc4db34431d37f79</param></service></servicedata>
 (No newline at EOF)
 

++++++ rumdl-0.1.6.obscpio -> rumdl-0.1.9.obscpio ++++++
++++ 9951 lines of diff (skipped)

++++++ rumdl.obsinfo ++++++
--- /var/tmp/diff_new_pack.IgjgPt/_old  2026-02-03 21:29:32.759712364 +0100
+++ /var/tmp/diff_new_pack.IgjgPt/_new  2026-02-03 21:29:32.771712867 +0100
@@ -1,5 +1,5 @@
 name: rumdl
-version: 0.1.6
-mtime: 1769719056
-commit: 5f5b8d695ec50d30a9b4a334d142267e9d079358
+version: 0.1.9
+mtime: 1769961080
+commit: 8d00e2c0adc933e0f6ee6cfbbc4db34431d37f79
 

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/rumdl/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.rumdl.new.1995/vendor.tar.zst differ: char 12209, 
line 53

Reply via email to