Hello community, here is the log from the commit of package nano for openSUSE:Factory checked in at 2019-03-26 22:33:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nano (Old) and /work/SRC/openSUSE:Factory/.nano.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nano" Tue Mar 26 22:33:33 2019 rev:73 rq:688612 version:4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nano/nano.changes 2018-11-13 17:28:27.881377398 +0100 +++ /work/SRC/openSUSE:Factory/.nano.new.25356/nano.changes 2019-03-26 22:33:58.265683359 +0100 @@ -1,0 +2,27 @@ +Tue Mar 26 08:49:36 UTC 2019 - Martin Pluskal <[email protected]> + +- Update to version 4.0: + * An overlong line is no longer automatically hard-wrapped. + * Smooth scrolling (one line at a time) has become the default. + * A newline character is no longer automatically added at end of buffer. + * The line below the title bar is by default part of the editing space. + * Option --breaklonglines (-b) turns automatic hard-wrapping back on. + * Option --jumpyscrolling (-j) gives the chunky, half-screen scrolling. + * Option --finalnewline (-f) brings back the automatic newline at EOF. + * Option --emptyline (-e) leaves the line below the title bar unused. + * <Alt+Up> and <Alt+Down> now do a linewise scroll instead of a findnext. + * Any number of justifications can be undone (like all other operations). + * When marked text is justified, it becomes a single, separate paragraph. + * Option --guidestripe=<number> draws a vertical bar at the given column. + * Option --fill=<number> no longer turns on automatic hard-wrapping. + * When a line continues offscreen, it now ends with a highlighted ">". + * The halfs of a split two-column character are shown as "[" and "]". + * A line now scrolls horizontally one column earlier. + * The bindable functions 'cutwordleft' and 'cutwordright' were renamed to 'chopwordleft' and 'chopwordright' as they don't use the cutbuffer. + * The paragraph-jumping functions were moved from Search to Go-to-Line. + * Option --rebinddelete is able to compensate for more misbindings. + * Options --morespace and --smooth are obsolete and thus ignored. + * The --disable-wrapping-as-root configure option was removed. +- Enable file/magic guessing + +------------------------------------------------------------------- Old: ---- nano-3.2.tar.xz nano-3.2.tar.xz.asc New: ---- nano-4.0.tar.xz nano-4.0.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nano.spec ++++++ --- /var/tmp/diff_new_pack.tQxb8G/_old 2019-03-26 22:33:59.969682948 +0100 +++ /var/tmp/diff_new_pack.tQxb8G/_new 2019-03-26 22:33:59.973682947 +0100 @@ -1,7 +1,7 @@ # # spec file for package nano # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%define _version 3 +%define _version 4 Name: nano -Version: 3.2 +Version: 4.0 Release: 0 Summary: Pico editor clone with enhancements License: GPL-3.0-or-later @@ -30,8 +30,8 @@ BuildRequires: file-devel BuildRequires: groff-full BuildRequires: makeinfo -BuildRequires: ncurses-devel BuildRequires: pkgconfig +BuildRequires: pkgconfig(ncurses) BuildRequires: pkgconfig(zlib) Requires(post): info Requires(preun): info ++++++ nano-3.2.tar.xz -> nano-4.0.tar.xz ++++++ ++++ 118032 lines of diff (skipped)
