diff mbox series

[meta-oe] nano: upgrade 6.3 -> 6.4

Message ID 1660545115-1513-3-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Headers show
Series [meta-oe] nano: upgrade 6.3 -> 6.4 | expand

Commit Message

Mingyu Wang (Fujitsu) Aug. 15, 2022, 6:31 a.m. UTC
Changelog:
==========
  bump version numbers and add a news item for the 6.4 release
  display: remember text and column positions when softwrapping a line
  docs: concisely describe how the linter behaves
  docs: remove the two notices about the changed defaults
  docs: rename README.GIT to README.hacking, so it's clearer what is meant
  docs: stop mentioning the obsoleted keywords that were removed
  files: designate the root directory with a simple "/", not with "//"
  formatter: instead of leaving curses, use full_refresh() to wipe messages
  gnulib: update to its current upstream state
  help: reshuffle two shortcuts so that more help-line items are paired
  options: stop accepting -z, as --suspendable has been dropped too
  rcfile: remove five obsolete or deprecated keywords
  syntax: default: do not colorize a square or angle bracket after a URL
  syntax: perl: add missing keywords, and reduce the length of some lines
  syntax: python: mention an alternative linter in a comment
  tweaks: add a missing word to a news item
  tweaks: add a translator hint
  tweaks: improve a comment, and reshuffle two functions plus some lines
  tweaks: put each regex on separate line, to better show many keywords
  tweaks: rename a variable, to not be the same as a function name
  tweaks: rename two variables, to not contain the name of another
  tweaks: reshuffle a description and rewrap another
  tweaks: reshuffle a few lines, to group things better
  version: condense the copyright message, to not dominate the output

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-support/nano/{nano_6.3.bb => nano_6.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/nano/{nano_6.3.bb => nano_6.4.bb} (88%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/nano/nano_6.3.bb b/meta-oe/recipes-support/nano/nano_6.4.bb
similarity index 88%
rename from meta-oe/recipes-support/nano/nano_6.3.bb
rename to meta-oe/recipes-support/nano/nano_6.4.bb
index 6d22bfc083..d499362308 100644
--- a/meta-oe/recipes-support/nano/nano_6.3.bb
+++ b/meta-oe/recipes-support/nano/nano_6.4.bb
@@ -13,7 +13,7 @@  RDEPENDS:${PN} = "ncurses-terminfo-base"
 PV_MAJOR = "${@d.getVar('PV').split('.')[0]}"
 
 SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
-SRC_URI[sha256sum] = "eb532da4985672730b500f685dbaab885a466d08fbbf7415832b95805e6f8687"
+SRC_URI[sha256sum] = "4199ae8ca78a7796de56de1a41b821dc47912c0307e9816b56cc317df34661c0"
 
 UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano"