SHA256
1
0
forked from pool/helix
Commit Graph

71 Commits

Author SHA256 Message Date
Soc Virnyl Estela
7d9363d58d OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=71 2023-05-23 03:10:41 +00:00
Soc Virnyl Estela
395b62e80b OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=70 2023-05-22 23:22:20 +00:00
Soc Virnyl Estela
2ee488f7c9 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=69 2023-05-22 14:44:08 +00:00
Soc Virnyl Estela
b49c135a79 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=68 2023-05-22 09:05:16 +00:00
Soc Virnyl Estela
109f505043 - Add back env var HELIX_DISABLE_AUTO_GRAMMAR_BUILD.
- Add manual compilation of grammars in relation to the env var `HELIX_DISABLE_AUTO_GRAMMAR_BUILD`

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=67
2023-05-22 08:52:59 +00:00
Soc Virnyl Estela
f53e44cfc7 - Update to version 23.05:
* Features:
    - Add a config option to exclude declaration from LSP references request
    - Enable injecting languages based on their file extension and shebang
    - Sort the buffer picker by most recent access
    - Perform syntax highlighting in the picker asynchronously
  * Commands:
    - :update is now aliased as :u
    - Add extend_to_first_nonwhitespace which acts the same as goto_first_nonwhitespace but always extends
    - Add :clear-register for clearing the given register or all registers
    - Add :write-buffer-close and :write-buffer-close!
  * Fixes:
    - Normalize LSP workspace paths
    - Robustly handle invalid LSP ranges
    - Fix line number display for LSP goto pickers
    - Fix toggling of soft-wrap.enable option (#6656, 58e457a, #6742)
    - Handle workspace/configuration requests from stopped language servers
    - Fix possible crash from opening the jumplist picker
    - Fix theme preview returning to current theme on line and word deletions
    - Re-run crate build scripts on changes to revision and grammar repositories
    - Fix crash on opening from suspended state
    - Fix unwrap bug in DAP
    - Always build tree-sitter parsers with C++14 and C11 (#6792, #6834, #6845)
    - Exit with a non-zero statuscode when tree-sitter parser builds fail
    - Flip symbol range in LSP goto commands
    - Fix runtime toggling of the mouse option
    - Fix panic in inlay hint computation when view anchor is out of bounds
    - Significantly improve performance of git discovery on slow file systems
    - Downgrade gix log level to info
    - Conserve BOM and properly support saving UTF16 files
    - Correctly handle completion re-request
    - Fix offset encoding in LSP didChange notifications
    - Change gix logging level to info
    - Improve error message when writes fail because parent directories do not exist
    - Replace DAP variables popup instead of pushing more popups
    - Disable tree-sitter for files after parsing for 500ms
    - Fix crash when deleting with multiple cursors
    - Fix selection sliding when deleting forwards in append mode
    - Fix completion on paths containing spaces
* CHANGELOG information is too large. For more info, go to https://github.com/helix-editor/helix/blob/master/CHANGELOG.md#2305-2023-05-18

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=66
2023-05-22 08:37:10 +00:00
Soc Virnyl Estela
e8f3e34426 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=65 2023-05-16 07:11:28 +00:00
Soc Virnyl Estela
cebb21d5e8 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=64 2023-05-16 07:06:16 +00:00
Soc Virnyl Estela
190550d385 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=63 2023-05-16 06:54:48 +00:00
Soc Virnyl Estela
f08b0b45c1 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=62 2023-05-16 05:15:43 +00:00
Soc Virnyl Estela
05047edab0 - Addresses #bsc1211012. Issue with HELIX_RUNTIME
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=61
2023-05-16 04:59:10 +00:00
Soc Virnyl Estela
a08904cd85 - Removed preinstall hook. Not needed since we added version
in line with the helix binary.

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=60
2023-04-16 01:08:44 +00:00
Soc Virnyl Estela
d4341e67f8 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=59 2023-04-07 00:27:48 +00:00
Soc Virnyl Estela
284190113d - Remove HELIX_DISABLE_AUTO_GRAMMAR_BUILD.
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=58
2023-04-06 13:28:56 +00:00
Soc Virnyl Estela
b99c1b3d91 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=57 2023-04-06 13:02:20 +00:00
Soc Virnyl Estela
e9ba3d49a0 - Remove sed command to modify HELIX_RUNTIME
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=56
2023-04-06 12:21:24 +00:00
Soc Virnyl Estela
73c197fe31 - Update to version 22.03
* Breaking changes:
    - Select diagnostic range in goto_*_diag commands
    - Remove jump behavior from increment/decrement
    - Select change range in goto_*_change commands
    - Split file modification indicator from filename statusline elements
    - Jump to symbol ranges in LSP goto commands
    - Workspace detection now stops at the first .helix/ directory (merging multiple .helix/languages.toml configurations is no longer supported)
  * Features:
    - Dynamic workspace symbol picker
    - Soft-wrap
    - Initial support for LSP snippet completions
    - Add a statusline element for showing the current version control HEAD
    - Display LSP type hints
    - Enable the Kitty keyboard protocol on terminals with support
    - Add a statusline element for the basename of the current file
    - Add substring matching syntax for the picker
    - Support LSP textDocument/prepareRename
    - Allow multiple runtime directories with priorities
    - Allow configuring whether to insert or replace completions
    - Allow per-workspace config file .helix/config.toml
    - Add workspace-lsp-roots config option to support multiple LSP roots for use with monorepos
  * Commands:
    - :pipe-to which pipes selections into a shell command and ignores output
    - merge_consecutive_selections (A-_) combines all consecutive selections
    - rotate_view_reverse which focuses the previous view
    - goto_declaration (gD, requires LSP) which jumps to a symbol's declaration
    - file_picker_in_current_buffer_directory
    - :character-info which shows information about the character under the cursor
    - :toggle-option for toggling config options at runtime

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=55
2023-04-06 09:38:59 +00:00
Soc Virnyl Estela
c3a36427ed Accepting request 1070199 from home:gladiac:branches:editors
- Fix upgrade path

OBS-URL: https://build.opensuse.org/request/show/1070199
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=54
2023-03-08 15:33:36 +00:00
Soc Virnyl Estela
ccd03c5568 Accepting request 1069572 from home:gladiac:branches:editors
- Changed runtime path to /usr/libexec/helix as it includes loadable shared
  objects
  * Added helix-runtime-path.patch
- Some spec file cleanup

OBS-URL: https://build.opensuse.org/request/show/1069572
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=53
2023-03-06 10:31:07 +00:00
Soc Virnyl Estela
4c372bbb6f - Replace Suggests to Recommends.
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=52
2023-03-01 00:13:30 +00:00
Soc Virnyl Estela
d477868e1e - Check desktop file
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=51
2023-03-01 00:05:14 +00:00
Soc Virnyl Estela
9d567fb329 Accepting request 1065636 from home:firstyear:branches:editors
Automatic update of vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/1065636
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=50
2023-02-14 02:16:08 +00:00
Soc Virnyl Estela
0711dd8b83 - Automatic update of vendored dependencies.
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=49
2023-02-11 00:22:01 +00:00
Soc Virnyl Estela
b0c82538c8 - Remove Requires on all shell completions. This seems to break
supplements.

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=48
2023-01-01 00:22:00 +00:00
Soc Virnyl Estela
a1480cfef4 - Add back helix-rpmlintrc
- addFilter "files-duplicate" to remove false rpmlint error
- Update specfile to remove "non-executable-script" rpmlint error

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=47
2022-12-07 13:24:38 +00:00
Soc Virnyl Estela
3b731bf1c1 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=46 2022-12-07 13:09:50 +00:00
Soc Virnyl Estela
54fe42ed10 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=45 2022-12-07 12:45:49 +00:00
Soc Virnyl Estela
0805716024 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=44 2022-12-07 12:42:02 +00:00
Soc Virnyl Estela
8a3728d8c4 - Remove helix-rpmlintrc
- Remove non-executable-script rpmlint error

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=43
2022-12-07 12:39:46 +00:00
Soc Virnyl Estela
81174b2795 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=42 2022-12-07 12:18:55 +00:00
Soc Virnyl Estela
1a5ebb7f9c OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=41 2022-12-07 12:09:47 +00:00
Soc Virnyl Estela
ad4ccee5c6 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=40 2022-12-07 12:04:22 +00:00
Soc Virnyl Estela
225b1ae015 - Update to version 22.12:
* Breaking changes:
    - Remove readline-like navigation bindings from the default insert mode keymap (e12690e, #3811, #3827, #3915, #4088)
    - Rename append_to_line as insert_at_line_end and prepend_to_line as insert_at_line_start (#3753)
    - Swap diagnostic picker and debug mode bindings in the space keymap (#4229)
    - Select newly inserted text on paste or from shell commands (#4458, #4608, #4619, #4824)
    - Select newly inserted surrounding characters on ms<char> (#4752)
    - Exit select-mode after executing replace_* commands (#4554)
    - Exit select-mode after executing surround commands (#4858)
    - Change tree-sitter text-object keys (#3782)
    - Rename fleetish theme to fleet_dark (#4997)
  * Features:
    - Bufferline (#2759)
    - Support underline styles and colors (#4061, 98c121c)
    - Inheritance for themes (#3067, #4096)
    - Cursorcolumn (#4084)
    - Overhauled system for writing files and quiting (#2267, #4397)
    - Autosave when terminal loses focus (#3178)
    - Use OSC52 as a fallback for the system clipboard (#3220)
    - Show git diffs in the gutter (#3890, #5012, #4995)
    - Add a logo (dc1ec56)
    - Multi-cursor completion (#4496)
  * Commands:
    - file_picker_in_current_directory (<space>F) (#3701)
    - :lsp-restart to restart the current document's language server (#3435, #3972)
    - join_selections_space (A-j) which joins selections and selects the joining whitespace (#3549)
    - :update to write the current file if it is modified (#4426)
    - :lsp-workspace-command for picking LSP commands to execute (#3140)
    - extend_prev_word_end - the extend variant for move_prev_word_end (7468fa2)
    - make_search_word_bounded which adds regex word boundaries to the current search register value (#4322)
    - :reload-all - :reload for all open buffers (#4663, #4901)
    - goto_next_change (]g), goto_prev_change ([g), goto_first_change ([G), goto_last_change (]G) textobjects for jumping between VCS changes (#4650)
  * Usability improvements and fixes:
    - Don't log 'LSP not defined' errors in the logfile (1caba2d)
    - Look for the external formatter program before invoking it (#3670)
    - Don't send LSP didOpen events for documents without URLs (44b4479)
    - Fix off-by-one in extend_line_above command (#3689)
    - Use the original scroll offset when opening a split (1acdfaa)
    - Handle auto-formatting failures and save the file anyway (#3684)
    - Ensure the cursor is in view after :reflow (#3733)
    - Add default rulers and reflow config for git commit messages (#3738)
    - Improve grammar fetching and building output (#3773)
    - Add a text language to language completion (cc47d3f)
    - Improve error handling for :set-language (e8add6f)
    - Improve error handling for :config-reload (#3668)
    - Improve error handling when passing improper ranges to syntax highlighting (#3826)
    - Render <code> tags as raw markup in markdown (#3425)
    - Remove border around the LSP code-actions popup (#3444)
    - Canonicalize the path to the runtime directory (#3794)
    - Add a themelint xtask for linting themes (#3234)
    - Re-sort LSP diagnostics after applying transactions (#3895, #4319)
    - Add a command-line flag to specify the log file (#3807)
    - Track source and tag information in LSP diagnostics (#3898, 1df32c9)
    - Fix theme returning to normal when exiting the :theme completion (#3644)
    - Improve error messages for invalid commands in the keymap (#3931)
    - Deduplicate regexs in search_selection command (#3941)
    - Split the finding of LSP root and config roots (#3929)
    - Ensure that the cursor is within view after auto-formatting (#4047)
    - Add pseudo-pending to commands with on-next-key callbacks (#4062, #4077)
    - Add live preview to :goto (#2982)
    - Show regex compilation failure in a popup (#3049)
    - Add 'cycled to end' and 'no more matches' for search (#3176, #4101)
    - Add extending behavior to tree-sitter textobjects (#3266)
    - Add ui.gutter.selected option for themes (#3303)
    - Make statusline mode names configurable (#3311)
    - Add a statusline element for total line count (#3960)
    - Add extending behavior to goto_window_* commands (#3985)
    - Fix a panic in signature help when the preview is too large (#4030)
    - Add command names to the command palette (#4071, #4223, #4495)
    - Find the LSP workspace root from the current document's path (#3553)
    - Add an option to skip indent-guide levels (#3819, 2c36e33)
    - Change focus to modified docs on quit (#3872)
    - Respond to USR1 signal by reloading config (#3952)
    - Exit gracefully when the close operation fails (#4081)
    - Fix goto/view center mismatch (#4135)
    - Highlight the current file picker document on idle-timeout (#3172, a85e386)
    - Apply transactions to jumplist selections (#4186, #4227, #4733, #4865, #4912, #4965, #4981)
    - Use space as a separator for fuzzy matcher (#3969)
    - Overlay all diagnostics with highest severity on top (#4113)
    - Avoid re-parsing unmodified tree-sitter injections (#4146)
    - Add extending captures for indentation, re-enable python indentation (#3382, 3e84434)
    - Only allow either --vsplit or --hsplit CLI flags at once (#4202)
    - Fix append cursor location when selection anchor is at the end of the document (#4147)
    - Improve selection yanking message (#4275)
    - Log failures to load tree-sitter grammars as errors (#4315)
    - Fix rendering of lines longer than 65,536 columns (#4172)
    - Skip searching .git in global_search (#4334)
    - Display tree-sitter scopes in a popup (#4337)
    - Fix deleting a word from the end of the buffer (#4328)
    - Pretty print the syntax tree in :tree-sitter-subtree (#4295, #4606)
    - Allow specifying suffixes for file-type detection (#2455, #4414)
    - Fix multi-byte auto-pairs (#4024)
    - Improve sort scoring for LSP code-actions and completions (#4134)
    - Fix the handling of quotes within shellwords (#4098)
    - Fix delete_word_backward and delete_word_forward on newlines (#4392)
    - Fix 'no entry found for key' crash on :write-all (#4384)
    - Remove lowercase requirement for tree-sitter grammars (#4346)
    - Resolve LSP completion items on idle-timeout (#4406, #4797)
    - Render diagnostics in the file picker preview (#4324)
    - Fix terminal freezing on shell_insert_output (#4156)
    - Allow use of the count in the repeat operator (.) (#4450)
    - Show the current theme name on :theme with no arguments (#3740)
    - Fix rendering in very large terminals (#4318)
    - Sort LSP preselected items to the top of the completion menu (#4480)
    - Trim braces and quotes from paths in goto-file (#4370)
    - Prevent automatic signature help outside of insert mode (#4456)
    - Fix freezes with external programs that process stdin and stdout concurrently (#4180)
    - Make scroll aware of tabs and wide characters (#4519)
    - Correctly handle escaping in command_mode completion (#4316, #4587, #4632)
    - Fix delete_char_backward for paired characters (#4558)
    - Fix crash from two windows editing the same document (#4570)
    - Fix pasting from the blackhole register (#4497)
    - Support LSP insertReplace completion items (1312682)
    - Dynamically resize the line number gutter width (#3469)
    - Fix crash for unknown completion item kinds (#4658)
    - Re-enable format_selections for single selection ranges (d4f5cab)
    - Limit the number of in-progress tree-sitter query matches (#4707, #4830)
    - Use the special # register with increment/decrement to change by range number (#4418)
    - Add a statusline element to show number of selected chars (#4682)
    - Add a statusline element showing global LSP diagnostic warning and error counts (#4569)
    - Add a scrollbar to popups (#4449)
    - Prefer shorter matches in fuzzy matcher scoring (#4698)
    - Use key-sequence format for command palette keybinds (#4712)
    - Remove prefix filtering from autocompletion menu (#4578)
    - Focus on the parent buffer when closing a split (#4766)
    - Handle language server termination (#4797, #4852)
    - Allow r/t/f to work on tab characters (#4817)
    - Show a preview for scratch buffers in the buffer picker (#3454)
    - Set a limit of entries in the jumplist (#4750)
    - Re-use shell outputs when inserting or appending shell output (#3465)
    - Check LSP server provider capabilities (#3554)
    - Improve tree-sitter parsing performance on files with many language layers (#4716)
    - Move indentation to the next line when using <ret> on a line with only whitespace (#4854)
    - Remove selections for closed views from all documents (#4888)
    - Improve performance of the :reload command (#4457)
    - Properly handle media keys (#4887)
    - Support LSP diagnostic data field (#4935)
    - Handle C-i keycode as tab (#4961)
    - Fix view alignment for jumplist picker jumps (#3743)
    - Use OSC52 for tmux clipboard provider (#5027)
  * Other new changes can be found in https://github.com/helix-editor/helix/blob/master/CHANGELOG.md#2212-2022-12-06
- Improve _service file
- Remove helix.png since new logo is now shipped in the tarball

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=39
2022-12-07 11:57:39 +00:00
Soc Virnyl Estela
208ffb8064 - Use new logo for helix:
* add helix.png

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=38
2022-12-04 13:12:08 +00:00
Soc Virnyl Estela
a506595297 - Increase memory to 8G and storage to 16G in _constraints file.
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=37
2022-10-15 10:37:39 +00:00
Soc Virnyl Estela
55d759f4a3 - Add shell completions for bash, fish and zsh.
- Add desktop application entry and icon.

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=36
2022-10-15 10:18:45 +00:00
Soc Virnyl Estela
e9d4f4b030 - add README-suse-maint.md in the specfile's sources.
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=35
2022-09-15 00:36:55 +00:00
Soc Virnyl Estela
d3308f70c7 - Move tutor to helix instead of including it to helix-runtime.
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=34
2022-09-07 22:13:21 +00:00
Soc Virnyl Estela
2ea291e3ba OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=33 2022-09-03 13:34:47 +00:00
Soc Virnyl Estela
e7d62b852e - Update to version 22.08.1:
* Patch release that fixes a panic caused by closing splits or buffers (#3633)
- Other changes before the patch release (22.08):
  * Breaking changes:
    - Special keymap names for +, ; and % have been replaced with those literal characters (#2677, #3556)
    - A-Left and A-Right have become C-Left and C-Right for word-wise motion (#2500)
    - The catppuccin theme's name has been corrected from catpuccin (#2713)
    - catppuccin has been replaced by its variants, catppuccin_frappe, catppuccin_latte, 
      catppuccin_macchiato, catppuccin_mocha (#3281)
    - C-n and C-p have been removed from the default insert mode keymap (#3340)
    - The extend_line command has been replaced with extend_line_below and 
      a new extend_line command now exists (#3046)
  * Features:
    - Add an integration testing harness (#2359)
    - Indent guides (#1796, 906259c)
    - Cursorline (#2170, fde9e03)
    - Select all instances of the symbol under the cursor (<space>h) (#2738)
    - A picker for document and workspace LSP diagnostics (<space>g/<space>G) (#2013, #2984)
    - Allow styling the mode indicator per-mode (#2676)
    - Live preview for the theme picker (#1798)
    - Configurable statusline (#2434)
    - LSP SignatureHelp (#1755, a8b123f)
    - A picker for the jumplist (#3033)
    - Configurable external formatter binaries (#2942)
    - Bracketed paste support (#3233, 12ddd03)
  * Commands:
    - :insert-output and :append-output which insert/append output from a shell command (#2589)
    - The t textobject (]t/[t/mit/mat) for navigating tests (#2807)
    - C-Backspace and C-Delete for word-wise deletion in prompts and pickers (#2500)
    - A-Delete for forward word-wise deletion in insert mode (#2500)

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=32
2022-09-03 12:46:25 +00:00
Soc Virnyl Estela
cbcfd103af ------------------------------------------------------------------
- Update vendored dependencies
- add README-suse-maint.md

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=31
2022-08-28 23:21:57 +00:00
Soc Virnyl Estela
dba5d992df OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=30 2022-08-28 14:23:29 +00:00
Soc Virnyl Estela
fc01a3e01d OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=29 2022-08-28 14:13:36 +00:00
Soc Virnyl Estela
1153b95b64 - fix problems with sources to use rpmdev-spectool
- fix specfile to create a top-level directory to extract tarball to

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=28
2022-08-28 14:06:56 +00:00
Soc Virnyl Estela
1d6e0549f4 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=27 2022-08-28 13:36:34 +00:00
Soc Virnyl Estela
f5871decdc - Separate runtime files. They make this whole package too huge.
- Update service file
- Update of vendored dependencies

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=26
2022-08-28 13:34:19 +00:00
Soc Virnyl Estela
1e94942ff5 Accepting request 983804 from home:firstyear:branches:editors
Automatic update of vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/983804
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=25
2022-06-20 05:05:21 +00:00
Soc Virnyl Estela
0a5f79ac88 - remove disabling of debuginfo generation
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=24
2022-06-19 14:20:37 +00:00
Soc Virnyl Estela
a4adf79b60 Accepting request 983684 from home:uncomfyhalomacro:branches:editors
Some issues were magically resolved for mysterious reasons

OBS-URL: https://build.opensuse.org/request/show/983684
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=23
2022-06-19 09:42:03 +00:00
Soc Virnyl Estela
99fe475412 Accepting request 979976 from home:uncomfyhalomacro:branches:editors
- remove false positive by adding filter to shared-library-without-dependency-information

OBS-URL: https://build.opensuse.org/request/show/979976
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=22
2022-05-30 23:08:10 +00:00