Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package lite-xl-plugins for openSUSE:Factory
checked in at 2023-01-07 17:19:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lite-xl-plugins (Old)
and /work/SRC/openSUSE:Factory/.lite-xl-plugins.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lite-xl-plugins"
Sat Jan 7 17:19:44 2023 rev:4 rq:1056726 version:git20221231.bf3a3b7
Changes:
--------
--- /work/SRC/openSUSE:Factory/lite-xl-plugins/lite-xl-plugins.changes
2022-11-04 17:42:07.871056623 +0100
+++
/work/SRC/openSUSE:Factory/.lite-xl-plugins.new.1563/lite-xl-plugins.changes
2023-01-07 17:23:05.371364086 +0100
@@ -1,0 +2,48 @@
+Sat Dec 31 00:38:40 UTC 2022 - [email protected]
+
+- Update to version git20221231.bf3a3b7:
+ * readme: add evergreen to plugin list (#184)
+ * `minimap`: Fix crash if `avoid_small_docs` and `linewrapping` are both
enabled
+ * Add highlighting for go.mod and go.sum files (#182)
+ * Extend eval plugin with eval:selected (#177)
+ * Add `tab_switcher` (#173)
+ * Fix lfautoinsert (#180)
+ * Improved language_wren.lua (#171)
+ * added editorconfig plugin (#163)
+ * regexreplacepreview: compat fixes for lite-xl master
+ * Fix bug with rainbowparen.lua messing with the ability to comment out
lines. (#170)
+ * language_php: switch to non capturing group match
+ * centerdoc: better spacing on center mode
+ * Reorganize README.md
+ * custom_caret: better handle of default caret color
+ * ipc: annotation changes
+ * settings: merge a plugin settings when enabled at runtime
+ * feat: add group method for fontconfig plugin (#157)
+ * [Plugin] Add Custom Caret Plugin (#162)
+ * Update README.md
+ * settings: ask before clearing font cache
+ * profiler: rephrased parts of the readme
+ * readme: chopped long lines, added directory to install
+ * Add Profiler Plugin (#155)
+ * Reorganize README.md (#156)
+ * add gitblame plugin (#154)
+ * settings: support global force scrollbar status on newly opened Views
+ * settings: apply force_scrollbar_status on the fly
+ * settings: added force_scrollbar_status
+ * language_php: better match class type inline vars
+ * language_rust: better lifetime syntax support (#152)
+ * Update language_rivet.lua
+ * language_php: added backticks support
+ * language_php: fix highlighting outside of markdown code tags
+ * language_php: add missing yield keyword
+ * add nelua support to lfautoinsert (#150)
+ * Added extra file extensions to language_sh.lua (#145)
+ * language_php: applied changes from #108
+ * settings: added new option keep_newline_whitespace
+ * Removed extra item in list (#142)
+ * macmodkeys: added missing params
+ * Add workaround for sorted `Doc:get_selection` issue (#141)
+ * Reorganize README.md (#139)
+ * Use new `command.add` syntax (#136)
+
+-------------------------------------------------------------------
Old:
----
lite-xl-plugins-git20221101.0971a7a.tar.gz
New:
----
lite-xl-plugins-git20221231.bf3a3b7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lite-xl-plugins.spec ++++++
--- /var/tmp/diff_new_pack.i7GG1S/_old 2023-01-07 17:23:06.695371984 +0100
+++ /var/tmp/diff_new_pack.i7GG1S/_new 2023-01-07 17:23:06.739372247 +0100
@@ -17,7 +17,7 @@
%define programname lite-xl
Name: lite-xl-plugins
-Version: git20221101.0971a7a
+Version: git20221231.bf3a3b7
Release: 0
Summary: Additional plugins for %{programname}
License: MIT
@@ -50,6 +50,8 @@
%install
mkdir -p %{buildroot}%{_datadir}/%{programname}/plugins
+mkdir -p
%{buildroot}%{_datadir}/%{programname}/plugins/editorconfig/tests/{glob,parser,properties}
+mkdir -p %{buildroot}%{_datadir}/%{programname}/plugins/profiler
mkdir -p %{buildroot}%{_datadir}/%{programname}/plugins/gitdiff_highlight
mkdir -p %{buildroot}%{_datadir}/%{programname}/fonts
mkdir -p %{buildroot}%{_datadir}/doc/%{name}
@@ -61,7 +63,13 @@
# in ~/.config/lite-xl/init.lua:
# config.plugins.ipc = false
#####
-install -D -m644 plugins/* %{buildroot}%{_datadir}/%{programname}/plugins
+install -D -m644 plugins/*.lua %{buildroot}%{_datadir}/%{programname}/plugins
+install -D -m644 plugins/editorconfig/{*.md,*.lua}
%{buildroot}%{_datadir}/%{programname}/plugins/editorconfig
+install -D -m644 plugins/editorconfig/tests/*.lua
%{buildroot}%{_datadir}/%{programname}/plugins/editorconfig/tests
+install -D -m644 plugins/editorconfig/tests/glob/{*.in,*.lua}
%{buildroot}%{_datadir}/%{programname}/plugins/editorconfig/tests/glob
+install -D -m644 plugins/editorconfig/tests/parser/{*.in,*.lua}
%{buildroot}%{_datadir}/%{programname}/plugins/editorconfig/tests/parser
+install -D -m644 plugins/editorconfig/tests/properties/{*.in,*.lua}
%{buildroot}%{_datadir}/%{programname}/plugins/editorconfig/tests/properties
+install -D -m644 plugins/profiler/*
%{buildroot}%{_datadir}/%{programname}/plugins/profiler
install -D -m644 %{SOURCE2} %{buildroot}%{_datadir}/%{programname}/fonts
install -D -m644 %{SOURCE3}
%{buildroot}%{_datadir}/%{programname}/plugins/gitdiff_highlight/init.lua
install -D -m644 %{SOURCE4}
%{buildroot}%{_datadir}/%{programname}/plugins/gitdiff_highlight/gitdiff.lua
++++++ _service ++++++
--- /var/tmp/diff_new_pack.i7GG1S/_old 2023-01-07 17:23:07.067374204 +0100
+++ /var/tmp/diff_new_pack.i7GG1S/_new 2023-01-07 17:23:07.103374419 +0100
@@ -6,7 +6,10 @@
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/lite-xl/lite-xl-plugins</param>
<param name="scm">git</param>
+ <param name="revision">master</param>
+ <!--
<param name="revision">2.1</param>
+ -->
<param name="versionformat">git%cd.%h</param>
<!--
<param name="parent-tag">v2.0.5</param>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.i7GG1S/_old 2023-01-07 17:23:07.267375397 +0100
+++ /var/tmp/diff_new_pack.i7GG1S/_new 2023-01-07 17:23:07.303375612 +0100
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/lite-xl/lite-xl-plugins</param>
- <param
name="changesrevision">0971a7a686a4e18ee31b576c460966a5ec20ff01</param></service></servicedata>
+ <param
name="changesrevision">bf3a3b7b75efc54869df6f62363b5b94191a85cc</param></service></servicedata>
(No newline at EOF)
++++++ lite-xl-plugins-git20221101.0971a7a.tar.gz ->
lite-xl-plugins-git20221231.bf3a3b7.tar.gz ++++++
++++ 5039 lines of diff (skipped)
++++++ lite-xl-plugins.obsinfo ++++++
--- /var/tmp/diff_new_pack.i7GG1S/_old 2023-01-07 17:23:07.971379597 +0100
+++ /var/tmp/diff_new_pack.i7GG1S/_new 2023-01-07 17:23:07.975379621 +0100
@@ -1,5 +1,5 @@
name: lite-xl-plugins
-version: git20221101.0971a7a
-mtime: 1667342666
-commit: 0971a7a686a4e18ee31b576c460966a5ec20ff01
+version: git20221231.bf3a3b7
+mtime: 1672445566
+commit: bf3a3b7b75efc54869df6f62363b5b94191a85cc