Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package micro-editor for openSUSE:Factory checked in at 2022-12-17 20:36:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/micro-editor (Old) and /work/SRC/openSUSE:Factory/.micro-editor.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "micro-editor" Sat Dec 17 20:36:37 2022 rev:3 rq:1043433 version:2.0.11 Changes: -------- --- /work/SRC/openSUSE:Factory/micro-editor/micro-editor.changes 2022-02-07 23:39:11.857989880 +0100 +++ /work/SRC/openSUSE:Factory/.micro-editor.new.1835/micro-editor.changes 2022-12-17 20:36:54.392724085 +0100 @@ -1,0 +2,96 @@ +Tue Oct 11 11:13:25 UTC 2022 - tuukka.pasa...@ilmi.fi + +- Update to version 2.0.11: + * add: add Pacstall to README.md (#2367) + * plugins: load directories that are symlinks (#2214) + * Add new python 3.10 keywords (#2243) + * Fix gruvbox-tc colorscheme (#2240) + * Add Terraform syntax support (#2279) + * Fix cursor position change after CopyLine command (#2353) + * Added installation instruction for Gentoo distro (#2209) + * Fix weird behavior of JumpToMatchingBrace in some ill cases (#1966) + * Update README.md (#2109) + * Case-insensitive highlighting of hexadecimal constants + * Linux clipboard notes reformatted and reordered (#2210) + * runtime/help/defaultkeys.md: Fix table (#2376) + * help/options.md: reword `hlsearch` help text (#2502) + * delete minor unreachable code caused by log.Fatal (#2507) + * Only run info plist on darwin + * Fix info-plist script + * Add livemd to markdown extensions + * scala.yaml: add support for .sc extension (#2452) + * fix javascript syntax recognizing parts of words as keywords (#2462) + * added support for HolyC (#2473) + * improve fortran syntax highlighting (#2479) + * Adds options for tab bar and tab color reversing (#2480) + * Gnuplot Syntax highlighting (#2483) + * Add nushell syntax highlighting (#2486) + * runtime/syntax/nix: Add support for block comments (#2488) + * syntax/git-rebase-todo.yaml: support more commands (#2495) + * add new logo with white shadow, change readme title logo (#2497) + * PHP: Add enum and keyword, and modify types (#2204) + * Fix cross compilation from macOS + * Update zyedidia/pty for openbsd support + * Use zyedidia/clipper for external clipboard + * Update clipboard for WSL support + * Add discussions note to readme + * Update tcell for OSC 52 fix + * Register `Brewfile`s as Ruby files (#2432) + * fix: add "unknown" type (#2445) + * Julia syntax improvements (#2415) + * Lua syntax highlighting: Various fixes (#2426) + * Fix syntax highlighting of single-quoted strings (#2425) + * Fix Lua number syntax highlighting (#2409) + * Update README.md (#2400) + * Update minimum required Go version to 1.16 + * Added lines and percentage statusbar directives (#2055) + * Error in documentation of +LINE:COL (#2205) + * runtime/syntax: add rudimentary Odin support (#2296) + * Made apparent the functionality of the ftoptions plugin (#2321) + * Help: mention (un)indent in defaultkeys (#2358) + * Perl syntax improvement (#2359) + * Detect more file types for git syntax highlighting (#2330) + * Bump gopkg.in/yaml.v2 from 2.2.7 to 2.2.8 (#2329) + * Update luar import path + * Add unofficial discord to readme + * Raku syntax: fix comments (#2318) + * Raku syntax: Fix strings and comments (#2311) + * Fix repo.json info in plugin docs (#2313) + * Adjust default keybinding text (#2293) + * Fix the syntax for Raku variables. (#2309) + * Fix edge case when comment is at start of line (#2237) + * add more types for nim (#2284) + * Fix + * Use abspath for local glob settings + * Add support for alternatives system in Debian package (#1935) + * Fix linter help formatting (#2280) + * Python syntax: multiline string should be constant.string, not comment (#2268) + * README: add MacPorts install info (#2265) + * Clarified some documentation (#2259) + * Fix makefile for cross compilation + * Fix regression: non-working direct colors in syntax files (#2252) + * Update makefile generation rules + * Support for highlighting all search matches (hlsearch) (#1762) + * Fix some issues with default colors in colorschemes (#2225) + * Make 'make' do the same as 'make build' (#2217) + * Fix #2190: Document goto command in commands.md (#2218) + * Fix #1943: 'Duplicated line' message being wrong (#2219) + * Syntax Highlighting Support for FreeBSD Kernel Configuration Files (#2220) + * normalize path - force slash separator to access embed FS (#2197) + * Build : using go:generate and go:embed (#2195) + * Ignore tool files + * More style improvements + * Improve comments + * remove carriage return from -clean prompt and fix broken logic (#2186) + * Update comment filetype when commenting + * Fix save with sudo auto-detection and sudo/doas message + * Fix formatting + * Update install instructions + * Add eget to install instructions + * plugins.md: update link to the internal documentation (#2191) + * Update runtime + * Add rust clippy linter and go vet linter + * Make yes/no prompts case-insensitive (#2182) + * .sbt files also contain Scala code + +------------------------------------------------------------------- Old: ---- micro-2.0.10.tar.gz New: ---- micro-2.0.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ micro-editor.spec ++++++ --- /var/tmp/diff_new_pack.QuPj1V/_old 2022-12-17 20:36:55.224728656 +0100 +++ /var/tmp/diff_new_pack.QuPj1V/_new 2022-12-17 20:36:55.228728678 +0100 @@ -1,7 +1,7 @@ # # spec file for package micro-editor # -# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,25 +12,26 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%global shortcommit b976385 -%global compiledate Aug\ 07,\ 2021 + +%global shortcommit 225927b +%global compiledate Aug\ 01,\ 2022 Name: micro-editor -Version: 2.0.10 +Version: 2.0.11 Release: 0 License: MIT Summary: Micro is a terminal-based text editor that aims to be easy to use and intuitive -Url: https://github.com/zyedidia/micro +URL: https://github.com/zyedidia/micro Group: Productivity/Text/Editors Source0: micro-%{version}.tar.gz Source1: vendor.tar.gz Patch0: micro-editor-Makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: golang(API) >= 1.15 BuildRequires: golang-packaging +BuildRequires: golang(API) >= 1.15 %description Micro is a terminal-based text editor that aims to be easy to use and intuitive, ++++++ _service ++++++ --- /var/tmp/diff_new_pack.QuPj1V/_old 2022-12-17 20:36:55.272728920 +0100 +++ /var/tmp/diff_new_pack.QuPj1V/_new 2022-12-17 20:36:55.276728941 +0100 @@ -3,7 +3,7 @@ <param name="url">https://github.com/zyedidia/micro</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v2.0.10</param> + <param name="revision">v2.0.11</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> @@ -16,7 +16,7 @@ <param name="compression">gz</param> </service> <service name="go_modules" mode="disabled"> - <param name="archive">micro-2.0.10.tar.gz</param> + <param name="archive">micro-2.0.11.tar.gz</param> </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.QuPj1V/_old 2022-12-17 20:36:55.304729096 +0100 +++ /var/tmp/diff_new_pack.QuPj1V/_new 2022-12-17 20:36:55.308729117 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/zyedidia/micro</param> - <param name="changesrevision">7a1ba0162181a8969f03412bb1eddff28f307541</param></service></servicedata> + <param name="changesrevision">225927b9a25f0d50ea63ea18bc7bb68e404c0cfd</param></service></servicedata> (No newline at EOF) ++++++ micro-2.0.10.tar.gz -> micro-2.0.11.tar.gz ++++++ ++++ 13622 lines of diff (skipped) ++++++ micro-editor-Makefile.patch ++++++ --- /var/tmp/diff_new_pack.QuPj1V/_old 2022-12-17 20:36:55.488730105 +0100 +++ /var/tmp/diff_new_pack.QuPj1V/_new 2022-12-17 20:36:55.492730128 +0100 @@ -1,9 +1,9 @@ diff --git a/Makefile b/Makefile -index 91f84bae..d5f1667e 100644 +index fc9601a..e151d65 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ - .PHONY: runtime + .PHONY: runtime build generate build-quick -VERSION = $(shell GOOS=$(shell go env GOHOSTOS) GOARCH=$(shell go env GOHOSTARCH) \ +VERSION ?= $(shell GOOS=$(shell go env GOHOSTOS) GOARCH=$(shell go env GOHOSTARCH) \ @@ -15,13 +15,13 @@ go run tools/build-date.go) ADDITIONAL_GO_LINKER_FLAGS = $(shell GOOS=$(shell go env GOHOSTOS) \ GOARCH=$(shell go env GOHOSTARCH) \ -@@ -28,7 +28,7 @@ build-all: runtime build +@@ -16,7 +16,7 @@ VSCODE_TESTS_BASE_URL = 'https://raw.githubusercontent.com/microsoft/vscode/e6a4 + build: generate build-quick - # Builds micro without checking for dependencies build-quick: - go build -trimpath -ldflags "-s -w $(GOVARS) $(ADDITIONAL_GO_LINKER_FLAGS)" ./cmd/micro + go build $(EXTRAFLAGS) -ldflags "-s -w $(GOVARS) $(ADDITIONAL_GO_LINKER_FLAGS)" ./cmd/micro - # Same as 'build' but installs to $GOBIN afterward - install: + build-dbg: + go build -trimpath -ldflags "-s -w $(ADDITIONAL_GO_LINKER_FLAGS) $(DEBUGVAR)" ./cmd/micro ++++++ vendor.tar.gz ++++++ ++++ 11219 lines of diff (skipped)