My apologies @gladiac -- this got removed somehow so I redid the previous SR but more up to my standards. https://build.opensuse.org/request/show/1195848 - Enable actual go tests instead of just checking version - Remove patches fixed upstream: fix-for-go-117.patch and fix-gitignore-bypass.patch - Switch _service from deprecated disabled to modern manual and use upstream tarball instead - Update to 2.0.0: * This release contains a massive amount of bug fixes and rendering improvements, many of which come by way of Glamour v0.8.0 which was released a few weeks ago. As a bonus, the latest version of Glamour includes support for Tokyo Night. New * --preserve-new-lines * add 'r' to refresh list and document * allow --width=0 to disable wordwrap * allow config from CHARM_CONFIG_HOME and XDG_CONFIG_HOME * open editor in current line * shell completions * show line numbers configuration option Fixes * --all bypass .gitignore rules * pass color profile down to glamour * check other possible readme paths/branches * replace string concatenation in loop with string builder * config failing in tests * do not hard fail if no config * do not show absolute path as note * handle not being able to create log file * handle permission denied * handle running inside a snap OBS-URL: https://build.opensuse.org/request/show/1206290 OBS-URL: https://build.opensuse.org/package/show/utilities/glow?expand=0&rev=15
7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
<services>
|
|
<service name="download_files" mode="manual"/>
|
|
<service name="go_modules" mode="manual">
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
</services>
|