Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package msedit for openSUSE:Factory checked 
in at 2026-05-10 16:48:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/msedit (Old)
 and      /work/SRC/openSUSE:Factory/.msedit.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "msedit"

Sun May 10 16:48:22 2026 rev:3 rq:1352255 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/msedit/msedit.changes    2026-03-11 
20:59:07.815350226 +0100
+++ /work/SRC/openSUSE:Factory/.msedit.new.1966/msedit.changes  2026-05-10 
16:49:09.030807982 +0200
@@ -1,0 +2,92 @@
+Sun May 10 08:53:01 UTC 2026 - Soc Virnyl Estela 
<[email protected]>
+
+- Update to version 2.0.0:
+  * Fix text search on *nix (#824)
+  * Fix zero-width regex replace (#815)
+  * Fix stability of compare_strings_ascii (#823)
+  * Stop moving focus into the search box (#821)
+  * Further improve xterm mouse decoding (#819)
+  * Fix multi-line pastes into single-line fields (#818)
+  * lsh: Fix PowerShell keyword lists (#820)
+  * Further improve LSH docs (#813)
+  * Fix scrolling in modals (#812)
+  * Fix reading redirected input from stdin (#810)
+  * Improve LSH documentation (#805)
+  * Align LSH language IDs with VS Code (#806)
+  * Fix Azure pipeline (again) (#807)
+  * Handle horizontal scrolling on macOS touchpads (#794)
+  * feat(tools): add one-line Linux installer (curl|bash) with ICU symlink 
shim + docs (#628)
+  * clippy: fix ptr_as_ptr lint (#730)
+  * Add Shell, Python and JavaScript highlighting (#795)
+  * lsh: fix strings in PowerShell (#790)
+  * Fix the Azure pipeline (#787)
+  * Prepare for v2.0.0 (#785)
+  * Add a small fuzzing harness for LSH (#782)
+  * lsh: fix up PowerShell a bit (#784)
+  * Complete the initial LSH implementation (#624)
+  * Add rudimentary settings.json support (#779)
+  * Integrate LSH into edit (#777)
+  * Add the LSH runtime (#776)
+  * Introduce the LSH compiler (#753)
+  * Use natural sort for filenames (#763)
+  * Fix an incorrect debug assert (#774)
+  * BVec::push_encode_utf16, Some micro optimizations (#764)
+  * Remove allocator_api (#762)
+  * Change copyright in draw_menubar.rs (#760)
+  * Remove the majority of nightly features (#761)
+  * Fix warnings when building on macOS (#754)
+  * Fix the latest clippy warning (#751)
+  * Clean up error handling (#745)
+  * Add a glob matcher (#743)
+  * Add a JSON parser (#742)
+  * Add proper multithreading support to Arena (#741)
+  * Create parent directories when saving to a non-existent path (#738)
+  * Use platform line ending when opening single line files (#739)
+  * Fix colors with Terminal.app's Clear Dark theme (#728)
+  * Update man page for edit command to version 1.2.1 (#727)
+  * Add Indonesian translation (#629)
+  * Fix multiple issues found under Linux (#706)
+  * Improve Korean translations (#663)
+  * i18n: Add Estonian translations (#693)
+  * i18n: Add Arabic translations (#634)
+  * Move arena & helpers into their own crate (#694)
+  * Add Portuguese (pt-PT) translations (#688)
+  * Add Vietnamese translations (#669)
+  * Fix Rust nightly builds (#668)
+  * Update Turkish translations (#655)
+  * sys/win: display a useful error message when SetConsoleMode fails (#639)
+  * windows: fix the compatibility section of the manifest (#635)
+  * Replace vseq/vand with their immediate-form variants (#630)
+  * Allow opening directories via the CLI (#577)
+  * Various minor improvements (#625)
+  * Move build.rs into its own directory (#623)
+  * Fix alpha blending formula (#594)
+  * Fix #485: Reject invalid args and allow positional args (#503)
+  * Separate scrolling from clicking (#603)
+  * Fix ctrl modifier detection for mouse input (#604)
+  * Use unified data types in LoongArch SIMD intrinsics (#602)
+  * Fix CONTRIBUTING.md localization path (#601)
+  * Add snapcraft.yaml (#500)
+  * Fix undo grouping of backspacing (#590)
+  * Merge all localization PRs (#596)
+  * Compile localizations with build.rs (#591)
+  * Fix lines_bwd unit test (#574)
+  * Add initial devcontainer configuration for Rust environment (#496)
+  * feat: improve desktop file (#560)
+  * Fix printing help/version without TTY (#556)
+  * Indicate unsaved work with U+25CF in the terminal title (#523)
+  * Add SIMD impl of `memset` for LoongArch (#547)
+  * Add SIMD impl of `memchr2` for LoongArch (#551)
+  * Add SIMD impls of `lines_fwd` and `lines_bwd` for LoongArch (#539)
+  * Add Ctrl+L shortcut to select whole line (#541)
+  * Optimize SIMD impl of `lines_fwd` and `lines_bwd` (#535)
+  * Enable `default` features for `build-std` (#554)
+  * Fix file truncation when writing with ICU (#548)
+  * Fix UTF-8 buffer prepending in read_stdin (#520)
+  * Support for multiline indentation (#245)
+  * Make whitespace inside selections visible (#397)
+  * Move lines with Alt+Up/Down (#230)
+  * Make the ICU SONAME configurable (#495)
+  * Add support for captured groups in Find & Replace (#222)
+
+-------------------------------------------------------------------

Old:
----
  msedit-1.2.1.tar.zst

New:
----
  msedit-2.0.0.tar.zst

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

Other differences:
------------------
++++++ msedit.spec ++++++
--- /var/tmp/diff_new_pack.GTx8Tl/_old  2026-05-10 16:49:09.726836466 +0200
+++ /var/tmp/diff_new_pack.GTx8Tl/_new  2026-05-10 16:49:09.730836630 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           msedit
-Version:        1.2.1
+Version:        2.0.0
 Release:        0
 Summary:        A simple editor for simple needs
 License:        MIT
@@ -41,14 +41,17 @@
 
 %build
 export RUSTC_BOOTSTRAP=1
+pushd crates/edit
 %{cargo_build}
 
 %check
 export RUSTC_BOOTSTRAP=1
+pushd crates/edit
 %{cargo_test}
 
 %install
 export RUSTC_BOOTSTRAP=1
+pushd crates/edit
 %{cargo_install}
 mv %{buildroot}%{_bindir}/edit %{buildroot}%{_bindir}/msedit
 install -Dm644 -T %{_builddir}/%{buildsubdir}/assets/manpage/edit.1 
%{buildroot}%{_mandir}/man1/%{name}.1

++++++ _service ++++++
--- /var/tmp/diff_new_pack.GTx8Tl/_old  2026-05-10 16:49:09.766838103 +0200
+++ /var/tmp/diff_new_pack.GTx8Tl/_new  2026-05-10 16:49:09.774838431 +0200
@@ -6,7 +6,7 @@
                <param name="exclude">.pipelines</param>
                <param name="exclude">.vscode</param>
                <param name="exclude">.devcontainer</param>
-               <param name="revision">v1.2.1</param>
+               <param name="revision">v2.0.0</param>
                <param name="versionrewriteregex">^v?(.*)</param>
                <param name="versionrewritepattern">$1</param>
                <param name="set-name">msedit</param>

++++++ msedit-1.2.1.tar.zst -> msedit-2.0.0.tar.zst ++++++
++++ 61829 lines of diff (skipped)

++++++ vendor.tar.zst ++++++
++++ 2161259 lines of diff (skipped)

Reply via email to