Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lite-xl for openSUSE:Factory checked in at 2024-07-08 19:07:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lite-xl (Old) and /work/SRC/openSUSE:Factory/.lite-xl.new.2080 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lite-xl" Mon Jul 8 19:07:52 2024 rev:10 rq:1185912 version:2.1.5+git20240629.af9c834 Changes: -------- --- /work/SRC/openSUSE:Factory/lite-xl/lite-xl.changes 2024-04-23 18:58:25.583560811 +0200 +++ /work/SRC/openSUSE:Factory/.lite-xl.new.2080/lite-xl.changes 2024-07-08 19:08:09.162504087 +0200 @@ -1,0 +2,38 @@ +Sat Jun 29 17:39:00 UTC 2024 - [email protected] + +- Update to version 2.1.5+git20240629.af9c834: + * chore: update versions + * chore: changelogs for v2.1.5 + * ci/release: adapt release note generation to the new script + * resources,scripts: use gh cli to fetch the correct release tags + * refactor(mac): adapt `LITE_USE_SDL_RENDERER` scaling to new windowing system + * core/doc: fix wrong table index in Doc:merge_cursors + * Fix window memory allocation bug. + * fix(doc): convert `Doc:merge_cursors` parameter from "selection index" to table index + * core/rootview: fix dnd multiple folders into dock (#1828) + * fix(autoreload): wait a second before automatically reloading a file (#1823) + * fix(dirmonitor): avoid calling the change callback multiple times in the same notification (#1824) + * move window creation and management to Lua (#1751) + * Expand Process API (#1757) + * Handle static constexpr in language_cpp (#1806) + * macos: support drag-and-drop and default file associations (#1822) + * Update font scale on monitor scale change for `RENDERER` backend (macOS) (#1650) + * Update language_python.lua (#1723) + * Add support for binary integer literals. (#1819) + * language_cpp: backport number highlighting from c (#1818) + * improve number highlighting for c (#1752) + * resources/macos: better macos installer background (#1816) + * ci: dependabot updates (#1814) + * subprojects: update lua,pcre2,sdl2 (#1812) + * Update macOS copyright notice (#1815) + * ci: use latest macos images (#1804) + * Update labeler config for new version (#1805) + * Update action dependencies (#1724) + * ci: fix typo in release note template (#1801) + * fix: avoid iterating over a changing table in `run_threads` (#1794) + * Change co_wait to co_await in language_cpp (#1800) + * api/system: fix newlines returned by get_clipboard (#1788) + * Generate release notes (#1774) + * build: fix dirmonitor backend selection (#1790) + +------------------------------------------------------------------- Old: ---- lite-xl-2.1.4+git20240416.7fdb35a.tar.gz New: ---- lite-xl-2.1.5+git20240629.af9c834.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lite-xl.spec ++++++ --- /var/tmp/diff_new_pack.H6r9AB/_old 2024-07-08 19:08:10.002534807 +0200 +++ /var/tmp/diff_new_pack.H6r9AB/_new 2024-07-08 19:08:10.002534807 +0200 @@ -17,7 +17,7 @@ Name: lite-xl -Version: 2.1.4+git20240416.7fdb35a +Version: 2.1.5+git20240629.af9c834 Release: 0 Summary: A lightweight text editor written in Lua Group: Productivity/Text/Editors @@ -31,6 +31,9 @@ BuildRequires: pkgconfig(libpcre2-8) BuildRequires: pkgconfig(lua) >= 5.4 BuildRequires: pkgconfig(sdl2) +%if 0%{?sle_version} == 150500 +BuildRequires: python311-base +%endif Requires: %{name}-plugin-manager # These can be managed by 'lite-xl-plugin-manager' (lpm) Conflicts: %{name}-colors <= %{version} @@ -67,12 +70,12 @@ %dir %{_datadir}/%{name} %{_bindir}/%{name} ### Seems to bounce between these depending on release cycle - 20240122, smb. -#%%{_datadir}/applications/org.lite_xl.lite_xl.desktop -%{_datadir}/applications/com.lite_xl.LiteXL.desktop +%{_datadir}/applications/org.lite_xl.lite_xl.desktop +#%%{_datadir}/applications/com.lite_xl.LiteXL.desktop ##### %{_datadir}/icons/hicolor/scalable/apps/lite-xl.svg %{_datadir}/%{name}/* ### Seems to bounce between these depending on release cycle - 20240122, smb. -#%%{_datadir}/metainfo/org.lite_xl.lite_xl.appdata.xml -%{_datadir}/metainfo/com.lite_xl.LiteXL.appdata.xml +%{_datadir}/metainfo/org.lite_xl.lite_xl.appdata.xml +#%%{_datadir}/metainfo/com.lite_xl.LiteXL.appdata.xml ###### ++++++ _service ++++++ --- /var/tmp/diff_new_pack.H6r9AB/_old 2024-07-08 19:08:10.034535978 +0200 +++ /var/tmp/diff_new_pack.H6r9AB/_new 2024-07-08 19:08:10.038536124 +0200 @@ -2,17 +2,18 @@ <service name="obs_scm" mode="manual"> <param name="url">https://github.com/lite-xl/lite-xl</param> <param name="scm">git</param> - <!-- + <param name="revision">release/v2.1.x</param> + <!-- <param name="revision"></param> <param name="parent-tag">v2.0.5</param> <param name="parent-tag">v2.1.0</param> --> <param name="versionformat">@PARENT_TAG@+git%cd.%h</param> - <param name="versionrewrite-pattern">v2.1.1</param> - <param name="versionrewrite-replacement">2.1.4</param> <!-- - <param name="versionrewrite-pattern">v(.*)</param> + <param name="versionrewrite-pattern">v2.1.1</param> + <param name="versionrewrite-replacement">2.1.5</param> --> + <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> </service> <service name="set_version" mode="manual"/> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.H6r9AB/_old 2024-07-08 19:08:10.058536855 +0200 +++ /var/tmp/diff_new_pack.H6r9AB/_new 2024-07-08 19:08:10.062537002 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/lite-xl/lite-xl</param> - <param name="changesrevision">7fdb35ac465e3433721722143ca2eb556cdd0252</param></service></servicedata> + <param name="changesrevision">af9c8344cf4cc0e6eb21a49dc1e9b8424a5501ac</param></service></servicedata> (No newline at EOF) ++++++ lite-xl-2.1.4+git20240416.7fdb35a.tar.gz -> lite-xl-2.1.5+git20240629.af9c834.tar.gz ++++++ ++++ 6425 lines of diff (skipped) ++++++ lite-xl.obsinfo ++++++ --- /var/tmp/diff_new_pack.H6r9AB/_old 2024-07-08 19:08:10.198541976 +0200 +++ /var/tmp/diff_new_pack.H6r9AB/_new 2024-07-08 19:08:10.202542122 +0200 @@ -1,5 +1,5 @@ name: lite-xl -version: 2.1.4+git20240416.7fdb35a -mtime: 1713265963 -commit: 7fdb35ac465e3433721722143ca2eb556cdd0252 +version: 2.1.5+git20240629.af9c834 +mtime: 1719672375 +commit: af9c8344cf4cc0e6eb21a49dc1e9b8424a5501ac
