Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lapce for openSUSE:Factory checked in at 2022-05-24 20:31:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lapce (Old) and /work/SRC/openSUSE:Factory/.lapce.new.2254 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lapce" Tue May 24 20:31:51 2022 rev:3 rq:978940 version:0.1.1~0 Changes: -------- --- /work/SRC/openSUSE:Factory/lapce/lapce.changes 2022-05-18 13:13:24.066673772 +0200 +++ /work/SRC/openSUSE:Factory/.lapce.new.2254/lapce.changes 2022-05-24 20:32:31.986981851 +0200 @@ -1,0 +2,97 @@ +Tue May 24 07:21:21 UTC 2022 - socvirnyl.est...@gmail.com + +- Update to version 0.1.1~0: + * fix modifiers + * relase v0.1.1 + * windows dark mode + * fix ci + * reset editor view to normal when it's not a hisotry + * bump druid + * apt-get update + * change the place of anim frame request paint + * update dependencies + * update dependencies + * clippy fix + * remove glutin + * num lock modifier fix + * request paint when request anim frame + * bump druid + * use mouse event count for double/tripple click + * use mouse event count for double click + * macos title double click fix + * Change Appstream metadata license to MIT + * bump druid + * bump druid + * consolidate window desc creation + * add Linux AppStream metadata + * add Linux .desktop file + * file watcher fix + * fix editor focus issue + * clippy fix + * ensure cusror visible when editor got focus + * cancel mouse hover timer when right click + * change to os menu + * file dialog change to druid-shell + * use druid shell with opengl + * fix code format + * refactor the tests for readability + * Avoid cloning syntax highlight result + * Only allocate once when toggling comments + * Special-case non-modifier ansi sequences + * Doc: do not specify a transitional package + * fix code format + * address PR review feedbacks + * fix code format + * address PR review feedbacks + * Removed the last min window size constraint + * Pre-parse svgs + * Only hash svg names once + * Deduplicate + * Don't allocate while accessing svgs + * add meta+backspace for macOS + * key binding mode text fix + * Restrict visibility and remove unused code + * Remove unused type + * Remove unused outline module + * Remove unused module + * Use static str in LapceIcon + * Remove most of the dead code + * bump lapce-rpc version + * support count in move by words commands in the vi-mode + * implement top_of_window and bottom_of_window + * Removed min window size + +------------------------------------------------------------------- +Tue May 24 07:12:44 UTC 2022 - socvirnyl.est...@gmail.com + +- Update to version 0.1.0~0: + * wix version bump + * wix fix + * bump version + * Fix scroll bar scroll + * bump druid + * problem panel dispaly fix + * Clip the command name cells + * release lto folder + * Clean up split + +------------------------------------------------------------------- +Tue May 24 05:01:48 UTC 2022 - William Brown <william.br...@suse.com> + +- Automatic update of vendored dependencies + +------------------------------------------------------------------- +Tue May 24 04:30:21 UTC 2022 - socvirnyl.est...@gmail.com + +- Update to version 0.1.0~0: + * wix version bump + * wix fix + * bump version + * Fix scroll bar scroll + * bump druid + * problem panel dispaly fix + * Clip the command name cells + * release lto folder + * Clean up split + +------------------------------------------------------------------- Old: ---- lapce-0.1.0~0.tar.xz New: ---- lapce-0.1.1~0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lapce.spec ++++++ --- /var/tmp/diff_new_pack.I09tDD/_old 2022-05-24 20:32:33.738983415 +0200 +++ /var/tmp/diff_new_pack.I09tDD/_new 2022-05-24 20:32:33.742983419 +0200 @@ -17,7 +17,7 @@ Name: lapce -Version: 0.1.0~0 +Version: 0.1.1~0 Release: 0 Summary: Lightning-fast and Powerful Code Editor written in Rust URL: https://github.com/lapce/lapce @@ -34,10 +34,17 @@ BuildRequires: libgcc_s1 BuildRequires: pkgconfig BuildRequires: python3 +BuildRequires: pkgconfig(atk) >= 2.18 +BuildRequires: pkgconfig(cairo) >= 1.14 BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(freetype2) +BuildRequires: pkgconfig(gdk-3.0) >= 3.22 +BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.36.8 +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(pango) >= 1.38 BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xkbcommon) +ExclusiveArch: %{rust_tier1_arches} %description Lapce is written in pure Rust, with the UI in Druid ++++++ _service ++++++ --- /var/tmp/diff_new_pack.I09tDD/_old 2022-05-24 20:32:33.790983462 +0200 +++ /var/tmp/diff_new_pack.I09tDD/_new 2022-05-24 20:32:33.794983465 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/lapce/lapce</param> <param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param> <param name="scm">git</param> - <param name="revision">8d0b0932b5fa45ea52d1e54d7e57cbf9bca1c490</param> + <param name="revision">458c8b4787e4bf9a03037cb7aefcacba6e866732</param> <param name="match-tag">*</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> @@ -26,4 +26,3 @@ </service> </services> - ++++++ cargo_config ++++++ --- /var/tmp/diff_new_pack.I09tDD/_old 2022-05-24 20:32:33.838983505 +0200 +++ /var/tmp/diff_new_pack.I09tDD/_new 2022-05-24 20:32:33.842983508 +0200 @@ -16,7 +16,7 @@ [source."https://github.com/lapce/druid"] git = "https://github.com/lapce/druid" -branch = "opengl" +branch = "shell_opengl" replace-with = "vendored-sources" [source."https://github.com/lapce/font-kit"] @@ -27,18 +27,13 @@ git = "https://github.com/lapce/fount" replace-with = "vendored-sources" -[source."https://github.com/lapce/glutin"] -git = "https://github.com/lapce/glutin" -branch = "new-keyboard-all" -replace-with = "vendored-sources" - [source."https://github.com/lapce/parley"] git = "https://github.com/lapce/parley" replace-with = "vendored-sources" [source."https://github.com/lapce/piet-wgpu"] git = "https://github.com/lapce/piet-wgpu" -branch = "opengl" +branch = "shell_opengl" replace-with = "vendored-sources" [source."https://github.com/lapce/structdesc"] @@ -49,20 +44,10 @@ git = "https://github.com/lapce/swash" replace-with = "vendored-sources" -[source."https://github.com/lapce/winit"] -git = "https://github.com/lapce/winit" -branch = "new-keyboard-all" -replace-with = "vendored-sources" - [source."https://github.com/lapce/xi-editor"] git = "https://github.com/lapce/xi-editor" replace-with = "vendored-sources" -[source."https://github.com/maroider/xkbcommon-dl"] -git = "https://github.com/maroider/xkbcommon-dl" -rev = "900832888ad6f11011d1369befb344a9aa8a9610" -replace-with = "vendored-sources" - [source."https://github.com/tree-sitter/tree-sitter-java.git"] git = "https://github.com/tree-sitter/tree-sitter-java.git" replace-with = "vendored-sources" ++++++ lapce-0.1.0~0.tar.xz -> lapce-0.1.1~0.tar.xz ++++++ ++++ 7862 lines of diff (skipped) ++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/lapce/vendor.tar.xz /work/SRC/openSUSE:Factory/.lapce.new.2254/vendor.tar.xz differ: char 26, line 1