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-18 18:34:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rumdl (Old)
 and      /work/SRC/openSUSE:Factory/.rumdl.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rumdl"

Thu Dec 18 18:34:07 2025 rev:14 rq:1323443 version:0.0.195

Changes:
--------
--- /work/SRC/openSUSE:Factory/rumdl/rumdl.changes      2025-12-15 
12:05:23.008960758 +0100
+++ /work/SRC/openSUSE:Factory/.rumdl.new.1928/rumdl.changes    2025-12-18 
18:36:03.161208812 +0100
@@ -1,0 +2,76 @@
+Thu Dec 18 06:02:51 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- Update to version 0.0.195:
+  * Added
+    - MD063 (heading-capitalization): New rule for heading
+      capitalization style
+      - Enforces consistent capitalization in headings (Title Case,
+        Sentence case, or lowercase)
+      - Preserves all-caps acronyms (e.g., "API", "HTTP", "AWS") in
+        title case mode
+      - Configurable via MD063.style option
+  * Fixed
+    - MD012 (no-multiple-blanks): Detect blank lines across skipped
+      regions
+      - Fixed detection of consecutive blank lines when frontmatter
+        or code blocks are between them
+    - MD013 (line-length): Check individual line lengths in reflow
+      default mode
+      - Each line is now checked separately when reflow-mode is
+        enabled
+    - MD014 (commands-show-output): Improve message accuracy
+      - Better error messages and principled skip list for code
+        blocks
+    - MD018/MD023: Skip GitHub issue refs and hashtags in heading
+      detection
+      - Lines like #123 or #hashtag no longer falsely detected as
+        ATX headings
+    - MD033 (no-inline-html): Fix false positives
+      - Skip angle brackets inside link reference definition titles
+      - Remove incorrect indentation-based code block skip
+    - MD034 (no-bare-urls): Fix multiple edge cases
+      - Detect www.example.com as bare URL
+      - Handle link reference definitions with titles
+      - Resolve false positives in code spans
+    - MD037 (no-space-in-emphasis): Skip template shortcode syntax
+      - Template syntax like {* ... *} no longer triggers false
+        positives
+    - MD042 (no-empty-links): Only flag empty URLs
+      - Links with text but empty URL are flagged; empty text is no
+        longer an error
+    - MD049 (emphasis-style): Report both opening and closing
+      markers
+      - Warnings now point to both * or _ markers in emphasis pairs
+    - MD056 (table-column-count): Escape pipes in inline code
+      - Pipes inside inline code in tables no longer cause column
+        count errors
+    - MD057 (relative-links): Multiple path handling improvements
+      - Handle URL-encoded filenames (e.g., %20 for spaces)
+      - Support framework aliases (e.g., @/ for src directory)
+      - Handle angle-bracket paths (e.g., <path/to/file.md>)
+      - Skip validation of absolute URL paths
+      - Strip query parameters from URLs before file existence
+        check
+    - MD063: Preserve all-caps acronyms in title case headings
+      - Words like "API", "HTTP", "URL" maintain uppercase in title
+        case mode
+    - CLI: Fix exit code and messaging
+      - Return exit code 0 when all violations are fixed
+      - Show accurate message when all violations are fixed
+    - Heading detection: Skip multiline link syntax
+      - Lines inside multiline link definitions no longer falsely
+        detected as headings
+    - Internal: Add is_valid field and iterator for CommonMark
+      headings
+      - Improved heading validation for rules that depend on
+        heading structure
+  * Changed
+    - MD059: Update alias to 'descriptive-link-text' (thanks
+      @martimlobao in #201)
+      - Rule can now be referenced as descriptive-link-text in
+        configurations
+  * Documentation
+    - MD050: Document intentional deviation from markdownlint
+      - Clarified differences in emphasis style checking behavior
+
+-------------------------------------------------------------------

Old:
----
  rumdl-0.0.194.obscpio

New:
----
  rumdl-0.0.195.obscpio

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

Other differences:
------------------
++++++ rumdl.spec ++++++
--- /var/tmp/diff_new_pack.4NYNs4/_old  2025-12-18 18:36:04.133249643 +0100
+++ /var/tmp/diff_new_pack.4NYNs4/_new  2025-12-18 18:36:04.133249643 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           rumdl
-Version:        0.0.194
+Version:        0.0.195
 Release:        0
 Summary:        Markdown Linter written in Rust
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.4NYNs4/_old  2025-12-18 18:36:04.177251492 +0100
+++ /var/tmp/diff_new_pack.4NYNs4/_new  2025-12-18 18:36:04.185251828 +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.194</param>
+    <param name="revision">v0.0.195</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.4NYNs4/_old  2025-12-18 18:36:04.209252836 +0100
+++ /var/tmp/diff_new_pack.4NYNs4/_new  2025-12-18 18:36:04.221253340 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/rvben/rumdl.git</param>
-              <param 
name="changesrevision">02f982423c7a313c832531d42ad488ae338a926b</param></service></servicedata>
+              <param 
name="changesrevision">0ef10a921de0114838278edcf1a2cf0d5d24cc48</param></service></servicedata>
 (No newline at EOF)
 

++++++ rumdl-0.0.194.obscpio -> rumdl-0.0.195.obscpio ++++++
++++ 6522 lines of diff (skipped)

++++++ rumdl.obsinfo ++++++
--- /var/tmp/diff_new_pack.4NYNs4/_old  2025-12-18 18:36:04.929283081 +0100
+++ /var/tmp/diff_new_pack.4NYNs4/_new  2025-12-18 18:36:04.933283249 +0100
@@ -1,5 +1,5 @@
 name: rumdl
-version: 0.0.194
-mtime: 1765553158
-commit: 02f982423c7a313c832531d42ad488ae338a926b
+version: 0.0.195
+mtime: 1766013498
+commit: 0ef10a921de0114838278edcf1a2cf0d5d24cc48
 

++++++ 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