Reflect OBS state on Factory to Leap 16.0 #3

Manually merged
gbazzotti merged 11 commits from gbazzotti/micro-editor:factory into leap-16.0 2026-01-22 11:32:54 +01:00

11 Commits

Author SHA256 Message Date
493acf5fad fix(spec): add armv6l architecture to list of disabled PIE mode building 2026-01-21 11:44:35 -03:00
e5ad7bf8e2 fix(spec): add remaining architectures for the disable PIE mode block 2026-01-21 11:23:02 -03:00
bd9ca66e3b fix(spec): insert check for selecting system architecture 2026-01-21 10:03:05 -03:00
0da941821a fix(spec): remove -buildmode=pie from s390x arch 2026-01-21 09:37:33 -03:00
6055a47c90 fix(spec): export CGO=0 flag to fix build for s390x arch 2026-01-21 08:58:51 -03:00
8e88a3896e fix(main): removes _build* and adds new line in micro-editor.changes file 2026-01-15 14:13:28 -03:00
b7ff83e17d fix(spec): add micro-editor-Makefile.patch to spec file 2026-01-15 11:21:25 -03:00
b7382c2149 feat(changes): updates micro-editor.changes file 2026-01-15 10:22:57 -03:00
dd96b7ed26 feat(update): update micro-editor to version 2.0.15 2026-01-14 11:27:23 -03:00
0961a9a6c0 Accepting request 1311188 from devel:languages:go
- Update to version 2.0.14:
  * matchbracestyle to choose whether to underline or highlight matching braces
  * matchbraceleft to choose whether to match brace to the left of the cursor
  * hltrailingws to highlight trailing whitespace
  * hltaberrors to highlight tab vs space inconsistencies
  * Add jump command to perform a relative goto
  * Add sub-word movement actions and improve word movements
  * Add paragraph selection actions and improve paragraph movements
  * Make Shift-PageUp/Down the default keybindings for SelectPageUp/Down
  * Add signatures support to improve filetype detection in ambiguous cases
  * Provide default.yaml for default syntax highlighting
  * Improvements in syntax highlighting for various languages
  * More generic support for mouse events handling
  * Add mouse release and mouse drag events
  * Make MouseMultiCursor toggle cursors
  * Better support for handling mouse events in lua
  * Better API for lua timers
  * Add onAnyEvent callback
  * Allow colorschemes to include other colorschemes
  * Give user's files in ~/.config/micro/ precedence over micro's built-in 
    files
  * Respect umask when creating files
  * Smarter smartpaste
  * Make default fileformat value suited to the OS
  * Improve buffer view relocation after jumping to a far-away location
  * Improve return values of some actions for better action chaining
  * Autocomplete filetypes
  * Allow raw escape sequence to be bound with bind
  * Various small improvements
  * Fix various crashes (forwarded request 1311162 from amanzini)

OBS-URL: https://build.opensuse.org/request/show/1311188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/micro-editor?expand=0&rev=8
2025-10-14 16:08:06 +00:00
fd39932c22 - Update to version 2.0.14:
* matchbracestyle to choose whether to underline or highlight matching braces
  * matchbraceleft to choose whether to match brace to the left of the cursor
  * hltrailingws to highlight trailing whitespace
  * hltaberrors to highlight tab vs space inconsistencies
  * Add jump command to perform a relative goto
  * Add sub-word movement actions and improve word movements
  * Add paragraph selection actions and improve paragraph movements
  * Make Shift-PageUp/Down the default keybindings for SelectPageUp/Down
  * Add signatures support to improve filetype detection in ambiguous cases
  * Provide default.yaml for default syntax highlighting
  * Improvements in syntax highlighting for various languages
  * More generic support for mouse events handling
  * Add mouse release and mouse drag events
  * Make MouseMultiCursor toggle cursors
  * Better support for handling mouse events in lua
  * Better API for lua timers
  * Add onAnyEvent callback
  * Allow colorschemes to include other colorschemes
  * Give user's files in ~/.config/micro/ precedence over micro's built-in 
    files
  * Respect umask when creating files
  * Smarter smartpaste
  * Make default fileformat value suited to the OS
  * Improve buffer view relocation after jumping to a far-away location
  * Improve return values of some actions for better action chaining
  * Autocomplete filetypes
  * Allow raw escape sequence to be bound with bind
  * Various small improvements
  * Fix various crashes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/micro-editor?expand=0&rev=17
2025-10-13 15:32:15 +00:00