From be3fadda20dc831e5174b18b5879c030decfc61f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 5 Mar 2026 07:13:56 +0000 Subject: [PATCH] bump(branch): micro-default-editor neovim-default-editor --- anda/tools/micro-default-editor/micro-default-editor.spec | 2 +- anda/tools/neovim-default-editor/neovim-default-editor.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/tools/micro-default-editor/micro-default-editor.spec b/anda/tools/micro-default-editor/micro-default-editor.spec index 0584ee5743..b199e6eeb0 100644 --- a/anda/tools/micro-default-editor/micro-default-editor.spec +++ b/anda/tools/micro-default-editor/micro-default-editor.spec @@ -3,7 +3,7 @@ Name: micro-default-editor # Version, release, and epoch are inherited from the editor package just like other default editors Version: 2.0.15 -Release: 2%?dist +Release: 2%{?dist} Epoch: 0 # Inherited from Micro itself License: MIT and ASL 2.0 diff --git a/anda/tools/neovim-default-editor/neovim-default-editor.spec b/anda/tools/neovim-default-editor/neovim-default-editor.spec index abb964b6aa..76dd2f32f8 100644 --- a/anda/tools/neovim-default-editor/neovim-default-editor.spec +++ b/anda/tools/neovim-default-editor/neovim-default-editor.spec @@ -3,7 +3,7 @@ Name: neovim-default-editor # Version, release, and epoch are inherited from the editor package just like other default editors Version: 0.11.6 -Release: 1%?dist +Release: 1%{?dist} Epoch: 0 # Inherited from Neovim itself License: Apache-2.0 AND Vim AND MIT