Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package markdown-oxide for openSUSE:Factory 
checked in at 2026-08-19 17:58:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/markdown-oxide (Old)
 and      /work/SRC/openSUSE:Factory/.markdown-oxide.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "markdown-oxide"

Wed Aug 19 17:58:58 2026 rev:8 rq:1371907 version:0.25.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/markdown-oxide/markdown-oxide.changes    
2026-01-22 17:58:51.558265427 +0100
+++ /work/SRC/openSUSE:Factory/.markdown-oxide.new.1258/markdown-oxide.changes  
2026-08-19 18:01:04.097910423 +0200
@@ -1,0 +2,22 @@
+Wed Aug 19 05:39:12 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Update to version 0.25.12:
+  * CLI for daily notes and config files
+  * Semantic jump and fuzzy workspace-symbol search
+  * YAML frontmatter tags and excluded_folders
+  * Server-side findReferences; aliases in workspace
+    symbols
+  * Fix LSP crash loop under sustained editing
+  * Cap indexing at 10k lines per file
+  * Many link, heading, completion and Neovim 0.11
+    fixes
+- Fix Factory FTBFS of 0.25.1: install the binary
+  cargo_build already produced instead of cargo_install,
+  which re-resolves the git tower-lsp dep without
+  Cargo.lock and fails offline (sr#1371854)
+- Refresh vendor.tar.zst
+- Bump vendored bytes to 1.11.1
+  (CVE-2026-25541, boo#1274404)
+- Declare MPL-2.0 from nucleo-matcher and option-ext
+
+-------------------------------------------------------------------

Old:
----
  markdown-oxide-0.25.1.tar.gz

New:
----
  markdown-oxide-0.25.12.tar.gz

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

Other differences:
------------------
++++++ markdown-oxide.spec ++++++
--- /var/tmp/diff_new_pack.0b3SlZ/_old  2026-08-19 18:01:08.134055528 +0200
+++ /var/tmp/diff_new_pack.0b3SlZ/_new  2026-08-19 18:01:08.139055707 +0200
@@ -17,14 +17,18 @@
 
 
 Name:           markdown-oxide
-Version:        0.25.1
+Version:        0.25.12
 Release:        0
 Summary:        A markdown language server with Obsidian syntax support
-License:        Apache-2.0
+# Legal-Review-Notice: nucleo-matcher 0.3.1 and option-ext 0.2.0
+# are statically linked and MPL-2.0; their sources ship in
+# vendor.tar.zst.
+License:        Apache-2.0 AND MPL-2.0
 URL:            https://github.com/Feel-ix-343/markdown-oxide
 Source0:        
%{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        vendor.tar.zst
 BuildRequires:  cargo-packaging
+ExclusiveArch:  %{rust_tier1_arches}
 
 %description
 A markdown language server with Obsidian syntax support.
@@ -41,7 +45,10 @@
 %{cargo_test}
 
 %install
-%{cargo_install}
+# Install the already-built release binary. cargo_install would
+# re-resolve the git tower-lsp dep without Cargo.lock and FTBFS
+# offline (botdel sr#1371854).
+install -D -m 0755 target/release/%{name} %{buildroot}%{_bindir}/%{name}
 
 %files
 %doc README.md

++++++ _service ++++++
--- /var/tmp/diff_new_pack.0b3SlZ/_old  2026-08-19 18:01:08.239059303 +0200
+++ /var/tmp/diff_new_pack.0b3SlZ/_new  2026-08-19 18:01:08.251059734 +0200
@@ -4,6 +4,7 @@
     <param name="src">markdown-oxide-*.tar.gz</param>
     <param name="compression">zst</param>
     <param name="update">false</param>
+    <param name="update-crate">[email protected]</param>
   </service>
 </services>
 

++++++ markdown-oxide-0.25.1.tar.gz -> markdown-oxide-0.25.12.tar.gz ++++++
++++ 11373 lines of diff (skipped)

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/markdown-oxide/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.markdown-oxide.new.1258/vendor.tar.zst differ: char 
7, line 1

Reply via email to