Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nano for openSUSE:Factory checked in at 2024-07-17 15:13:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nano (Old) and /work/SRC/openSUSE:Factory/.nano.new.17339 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nano" Wed Jul 17 15:13:50 2024 rev:110 rq:1187877 version:8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/nano/nano.changes 2024-06-10 17:37:46.799280511 +0200 +++ /work/SRC/openSUSE:Factory/.nano.new.17339/nano.changes 2024-07-17 15:14:14.396076064 +0200 @@ -1,0 +2,13 @@ +Sat Jul 13 07:43:31 UTC 2024 - Andreas Stieger <andreas.stie...@gmx.de> + +- GNU nano 8.1: + * The idiom nano filename:linenumber is understood only when + the option --colonparsing (or 'set colonparsing') is used + * Modern bindings are not activated when nano's invocation name + starts with "e", as it jars with Debian's alternatives system + * New bindable function 'cycle' first centers the current row, + then moves it to the top of the viewport, then to the bottom + * It is bound by default to ^L. + * Option --listsyntaxes/-z lists the names of available syntaxes + +------------------------------------------------------------------- Old: ---- nano-8.0.tar.xz nano-8.0.tar.xz.asc New: ---- nano-8.1.tar.xz nano-8.1.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nano.spec ++++++ --- /var/tmp/diff_new_pack.R6xQY9/_old 2024-07-17 15:14:14.904094492 +0200 +++ /var/tmp/diff_new_pack.R6xQY9/_new 2024-07-17 15:14:14.904094492 +0200 @@ -19,7 +19,7 @@ %define _version 8 Name: nano -Version: 8.0 +Version: 8.1 Release: 0 Summary: Pico editor clone with enhancements License: GPL-3.0-or-later ++++++ nano-8.0.tar.xz -> nano-8.1.tar.xz ++++++ ++++ 89092 lines of diff (skipped) ++++++ obs-channel-and-patchinfo-syntax.patch ++++++ --- /var/tmp/diff_new_pack.R6xQY9/_old 2024-07-17 15:14:15.372111468 +0200 +++ /var/tmp/diff_new_pack.R6xQY9/_new 2024-07-17 15:14:15.376111613 +0200 @@ -1,8 +1,10 @@ -diff -rub a/syntax/xml.nanorc b/syntax/xml.nanorc ---- a/syntax/xml.nanorc 2022-04-08 17:13:15.000000000 +0800 -+++ b/syntax/xml.nanorc 2022-07-25 16:59:05.041959714 +0800 -@@ -1,6 +1,6 @@ - ## Syntax highlighting for XML files. +Index: nano-8.1/syntax/xml.nanorc +=================================================================== +--- nano-8.1.orig/syntax/xml.nanorc ++++ nano-8.1/syntax/xml.nanorc +@@ -2,7 +2,7 @@ + + ## Original author: Josef Schugt -syntax xml "\.([jrsx]html?|jnlp|mml|pom|rng|sgml?|svg|w[as]dl|wsdd|xjb|xml|xs(d|lt?)|xul)$" +syntax xml "(\.([jrsx]html?|jnlp|mml|pom|rng|sgml?|svg|w[as]dl|wsdd|xjb|xml|xs(d|lt?)|xul)$|_patchinfo|_channel)"