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 2026-01-17 14:52:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/micro-editor (Old)
 and      /work/SRC/openSUSE:Factory/.micro-editor.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "micro-editor"

Sat Jan 17 14:52:38 2026 rev:9 rq:1327446 version:2.0.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/micro-editor/micro-editor.changes        
2025-10-14 18:09:53.998802914 +0200
+++ /work/SRC/openSUSE:Factory/.micro-editor.new.1928/micro-editor.changes      
2026-01-17 14:53:05.647031983 +0100
@@ -1,0 +2,21 @@
+Thu Jan 15 13:04:30 UTC 2026 - Gabriel Bazzotti <[email protected]>
+
+- Update to version 2.0.15:
+  * truecolor (supersedes the MICRO_TRUECOLOR environment variable)
+  * showchars (deprecates indentchar)
+  * lockbindings for completely disallowing plugins to modify keybindings
+  * helpsplit for changing default split type for the help command
+  * pageoverlap for setting number of lines kept during page up/page down
+  * Added FirstTab, LastTab, FirstSplit and LastSplit commands
+  * SkipMultiCursorBack as a counterpart to SkipMultiCursor
+  * CursorToViewTop, CursorToViewCenter, CursorToViewBottom 
+  * Duplicate for duplicating the selection only, not the whole line
+  * Plugins never write to settings.json or bindings.json anymore
+  * Add onBufferOptionChanged callback 
+  * Add SpawnCursorAtLoc() 
+  * Expose bufpane's DoubleClick and TripleClick to plugins
+  * Pass mouse info to {on,pre}MouseXXX callbacks 
+  * Support goto statement from Lua 5.2 
+  * Various Syntax Highlighting improvements
+  
+-------------------------------------------------------------------

Old:
----
  micro-2.0.14.tar.gz

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  micro-2.0.15.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ micro-editor.spec ++++++
--- /var/tmp/diff_new_pack.F7HSEu/_old  2026-01-17 14:53:06.775079009 +0100
+++ /var/tmp/diff_new_pack.F7HSEu/_new  2026-01-17 14:53:06.779079176 +0100
@@ -20,7 +20,7 @@
 %global compiledate     Oct\ 13,\ 2025
 
 Name:           micro-editor
-Version:        2.0.14
+Version:        2.0.15
 Release:        0
 License:        MIT
 Summary:        Micro is a terminal-based text editor that aims to be easy to 
use and intuitive
@@ -28,9 +28,10 @@
 Group:          Productivity/Text/Editors
 Source0:        micro-%{version}.tar.gz
 Source1:        vendor.tar.gz
-Patch0:         micro-editor-Makefile.patch
+Source2:        micro-editor-Makefile.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  golang-packaging
+BuildRequires:  git-core
 BuildRequires:  golang(API) >= 1.15
 
 %description
@@ -47,22 +48,22 @@
 %prep
 %setup -q -n micro-%{version}
 %setup -q -T -D -a 1 -n micro-%{version}
-%patch -P 0 -p1
+rm -rf vendor
+tar -xf %{SOURCE1}
 
 %build
-
-export EXTRAFLAGS="-mod=vendor"
+export GOFLAGS="-mod=vendor"
 
 %ifnarch ppc64 ppc64le
-    export EXTRAFLAGS="${EXTRAFLAGS} -buildmode=pie"
+    export GOFLAGS="${GOFLAGS} -buildmode=pie"
 %endif
 
 export DATE="$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%s)} --iso-8601)"
 export HASH="%{shortcommit}"
 export VERSION="%{version}"
 
-%make_build generate
-%make_build build-quick
+make build VERSION="2.0.15" HASH="rpmbuild" DATE="$(date -u 
+%Y-%m-%dT%H:%M:%SZ)"
+
 
 %install
 export GOPATH="%{_builddir}/go:$GOPATH"

++++++ _scmsync.obsinfo ++++++
mtime: 1768497208
commit: 8e88a3896e7e7c134cabe1aac919db951080d87763ef5b09e5b77288514099f5
url: https://src.opensuse.org/gbazzotti/micro-editor.git
revision: main

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-01-15 18:25:41.000000000 +0100
@@ -0,0 +1 @@
+.osc

++++++ micro-2.0.14.tar.gz -> micro-2.0.15.tar.gz ++++++
++++ 10387 lines of diff (skipped)

++++++ micro-editor-Makefile.patch ++++++
--- /var/tmp/diff_new_pack.F7HSEu/_old  2026-01-17 14:53:07.191096352 +0100
+++ /var/tmp/diff_new_pack.F7HSEu/_new  2026-01-17 14:53:07.195096520 +0100
@@ -1,7 +1,7 @@
-Index: micro-2.0.14/Makefile
+Index: micro-2.0.15/Makefile
 ===================================================================
 --- micro-2.0.14.orig/Makefile
-+++ micro-2.0.14/Makefile
++++ micro-2.0.15/Makefile
 @@ -1,9 +1,9 @@
  .PHONY: runtime build generate build-quick
  

++++++ vendor.tar.gz ++++++
++++ 139950 lines of diff (skipped)

Reply via email to