Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package highlight for openSUSE:Factory checked in at 2021-04-10 15:26:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/highlight (Old) and /work/SRC/openSUSE:Factory/.highlight.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "highlight" Sat Apr 10 15:26:18 2021 rev:35 rq:881677 version:4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/highlight/highlight.changes 2021-02-22 14:23:17.303603798 +0100 +++ /work/SRC/openSUSE:Factory/.highlight.new.2401/highlight.changes 2021-04-10 15:26:44.574333679 +0200 @@ -1,0 +2,44 @@ +Sat Mar 27 19:11:47 UTC 2021 - [email protected] + +- Update to version 4.0. + * Renamed `std` style name to `def`. + * Version and README updates. +- Changes from version 4.0.beta7: + * Removed `extras/web_plugins`. +- Changes from version 4.0.beta6: + * Added user-select default property to HTML line number style. + +------------------------------------------------------------------- +Sat Feb 20 19:07:29 UTC 2021 - [email protected] + +- Update to version 4.0.beta5: + * Revised color themes + +------------------------------------------------------------------- +Sat Feb 20 17:42:43 UTC 2021 - [email protected] + +- Update to version 4.0.beta4: + * Added two more keyword styles for default themes + * Added Custom theme attributes for Plain TeX, LaTeX, SVG and + Pango + * Enabled syntax message output with `--ls-syntax-error` + * GUI: enabled syntax error checkbox +- Changes from version 4.0.beta3: + * Added Custom theme attribute + * Enabled inline stylesheets with `--ls-hover` + * Added Error and Hover theme properties + * Enabled syntax error highlighting with `ls-semantic` +- Changes from version 4.0.beta2: + * Improved LSP message handling + * Added delay LSP parameter + * Added LSP semantic token styles to base16 themes + * CLI: Enabled `--ls-semantic` option +- Changes from version 4.0.beta1: + * Added support for the language server protocol + * Added new configuration file lsp.conf + * CLI: Added `ls-profile`, `--ls-workspace`,`--ls-hover` + * CLI: Deprecated `--start-nested`, `--reformat=user`, + `--reformat-option`, `--base16`, `--delim-cr`, `--plug-in-read` + * GUI: Added LSP configuration tab + +------------------------------------------------------------------- Old: ---- highlight-3.62.tar.bz2 highlight-3.62.tar.bz2.asc highlight.keyring New: ---- highlight-v4.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ highlight.spec ++++++ --- /var/tmp/diff_new_pack.l7PlVl/_old 2021-04-10 15:26:45.194334408 +0200 +++ /var/tmp/diff_new_pack.l7PlVl/_new 2021-04-10 15:26:45.198334412 +0200 @@ -18,15 +18,13 @@ %bcond_without gui Name: highlight -Version: 3.62 +Version: 4.0 Release: 0 Summary: Universal Source Code to Formatted Text Converter License: GPL-3.0-or-later Group: Development/Tools/Other URL: http://www.andre-simon.de/ -Source0: http://www.andre-simon.de/zip/%{name}-%{version}.tar.bz2 -Source1: http://www.andre-simon.de/zip/%{name}-%{version}.tar.bz2.asc -Source99: highlight.keyring +Source0: https://gitlab.com/saalen/highlight/-/archive/v%{version}/%{name}-v%{version}.tar.bz2 BuildRequires: dos2unix BuildRequires: gcc-c++ BuildRequires: libboost_headers-devel @@ -57,7 +55,7 @@ %endif %prep -%autosetup -p1 +%autosetup -p1 -n %{name}-v%{version} dos2unix extras/pandoc/* extras/themes-resources/base16/* %build @@ -87,6 +85,7 @@ %{_docdir}/%{name} %dir %{_sysconfdir}/%{name} %config %{_sysconfdir}/%{name}/filetypes.conf +%config %{_sysconfdir}/%{name}/lsp.conf %dir %{_datadir}/%{name} %{_datadir}/%{name}/langDefs %{_datadir}/%{name}/plugins
