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 2022-11-04 17:38:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lite-xl (Old)
 and      /work/SRC/openSUSE:Factory/.lite-xl.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lite-xl"

Fri Nov  4 17:38:16 2022 rev:3 rq:1033563 version:2.1.0+git20221103.03cc5ff

Changes:
--------
--- /work/SRC/openSUSE:Factory/lite-xl/lite-xl.changes  2022-10-18 
15:21:58.289556263 +0200
+++ /work/SRC/openSUSE:Factory/.lite-xl.new.2275/lite-xl.changes        
2022-11-04 17:42:05.899046322 +0100
@@ -1,0 +2,55 @@
+Thu Nov 03 18:20:00 UTC 2022 - scott.bradn...@suse.com
+
+- Addressing https://github.com/lite-xl/lite-xl/issues/1185
+  * Removing 'lite-xl-[colors,plugins]' as "Recommends"
+  * Adding 'lite-xl-[colors,plugins,widgets]' as "Suggests"
+- Update to version 2.1.0+git20221103.03cc5ff:
+  * Add `config.keep_newline_whitespace` option (#1184)
+  * Don't sort in `Doc:get_selection_idx` with an invalid index
+  * Getting ready for 2.1. (#1181)
+  * Fixed small plugin header error.
+  * docview: support gutter click selection, fixes #1116 (#1169)
+  * Add more options to `Scrollbar` (#1174)
+  * Improvements to multicursor copy/paste (#1123)
+  * Make MacOS `core:restart` shortcut more in line with other platforms
+  * Fix horizontal scroll with shift+scroll on MacOS
+  * scripts build: properly detect if cross-compiling
+  * ci release: add macos arm64 support (#1179)
+  * Fix `drawwhitespace` drawing lines with different substitution kinds
+  * plugin autocomplete: update partial on manual trigger
+  * plugin api: added missing param on lua_dump
+  * Apply `doc` commands to anything that extends `DocView`
+  * resources: .desktop inode/directory mime type
+  * core syntax: strip the path from filename on syntax.get (#1168)
+  * docview: do not render newline fixes #1164
+  * plugin drawwhitespace: allow newline substitution
+  * Fixed the common idiom of setting a plugin to true. (#1152)
+  * make the default core.ignore_files more specific (#1160)
+  * core renderer: increased max font fallbacks to 10
+  * core renderer: fixed small issue introduced on #1145
+  * Fixup minor drawing issue.
+  * changelog: added latest changes
+  * Check if scrollbar is no longer hovered on mouse release
+  * Only consider left clicks on the scrollbar
+  * plugin lineguide: be strict on drawing to DocView
+  * Refactor scrollbar into its own file (#1124)
+  * Add IME support (#991)
+  * save a reference to the font when calling renderer.draw_text. (#1156)
+  * core utf8: fix license text
+  * dirmonitor: add watch to subdirs on file limit mode (#1155)
+  * allow defining the arch tuple via meson (#1153)
+  * Use the syntax with the longest match (#919)
+  * dirmonitor: added missing mutex initialization (#1150)
+  * Add on_scale_change event to View (#1146)
+  * dirwatch: exit coroutine if project not open anymore to properly gargage 
collect it (#1142)
+  * release: linux build in ubuntu 18.04 fixes #1147
+  * changelog: updated to include some of latest changes
+  * Add fsevents backend to dirmonitor (#1141)
+  * add parameter validation to checkcolor and f_font_group (#1145)
+  * draw lite-xl icon in TitleView (#1143)
+  * Changed workspace to accommodate other views. (#1121)
+  * Fixed process layer argument quoting; allows for strings with spaces. And 
added ability to specify a literal, in the style of python. (#1132)
+  * Use relative mouse position directly for drop event (#1140)
+  * Added in an additional ENVVAR for setting USERDIR, and also changed / to 
PATHSEP. (#1139)
+
+-------------------------------------------------------------------

Old:
----
  lite-xl-2.1.0+git20221004.e34a3ca.tar.gz

New:
----
  lite-xl-2.1.0+git20221103.03cc5ff.tar.gz

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

Other differences:
------------------
++++++ lite-xl.spec ++++++
--- /var/tmp/diff_new_pack.MMVQLy/_old  2022-11-04 17:42:06.371048787 +0100
+++ /var/tmp/diff_new_pack.MMVQLy/_new  2022-11-04 17:42:06.375048808 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:           lite-xl
-Version:        2.1.0+git20221004.e34a3ca
+Version:        2.1.0+git20221103.03cc5ff
 Release:        0
 Summary:        A lightweight text editor written in Lua
 License:        MIT
@@ -29,8 +29,9 @@
 BuildRequires:  pkgconfig(libpcre2-8)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(sdl2)
-Recommends:     %{name}-colors
-Recommends:     %{name}-plugins
+Suggests:       %{name}-colors
+Suggests:       %{name}-plugins
+Suggests:       %{name}-widgets
 
 %description
 Lite XL is derived from lite. It is a lightweight text editor written mostly 
in Lua ??? it aims to provide something practical, pretty, small and fast easy 
to modify and extend, or to use without doing either. The aim of Lite XL 
compared to lite is to be more user friendly, improve the quality of font 
rendering, and reduce CPU usage.

++++++ _service ++++++
--- /var/tmp/diff_new_pack.MMVQLy/_old  2022-11-04 17:42:06.415049017 +0100
+++ /var/tmp/diff_new_pack.MMVQLy/_new  2022-11-04 17:42:06.419049038 +0100
@@ -5,8 +5,8 @@
     <param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
     <!--
     <param name="parent-tag">v2.0.5</param>
-    -->
     <param name="parent-tag">v2.1.0</param>
+    -->
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>
   </service>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.MMVQLy/_old  2022-11-04 17:42:06.439049143 +0100
+++ /var/tmp/diff_new_pack.MMVQLy/_new  2022-11-04 17:42:06.447049185 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/lite-xl/lite-xl</param>
-              <param 
name="changesrevision">e34a3ca78f0f39ec2cc93e17ebfa36d7e630bfdc</param></service></servicedata>
+              <param 
name="changesrevision">03cc5ffcd1db9b8b721ce597e04a990824510606</param></service></servicedata>
 (No newline at EOF)
 

++++++ lite-xl-2.1.0+git20221004.e34a3ca.tar.gz -> 
lite-xl-2.1.0+git20221103.03cc5ff.tar.gz ++++++
++++ 3006 lines of diff (skipped)

++++++ lite-xl.obsinfo ++++++
--- /var/tmp/diff_new_pack.MMVQLy/_old  2022-11-04 17:42:06.599049978 +0100
+++ /var/tmp/diff_new_pack.MMVQLy/_new  2022-11-04 17:42:06.603049999 +0100
@@ -1,5 +1,5 @@
 name: lite-xl
-version: 2.1.0+git20221004.e34a3ca
-mtime: 1664931983
-commit: e34a3ca78f0f39ec2cc93e17ebfa36d7e630bfdc
+version: 2.1.0+git20221103.03cc5ff
+mtime: 1667493627
+commit: 03cc5ffcd1db9b8b721ce597e04a990824510606
 

Reply via email to