All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/3] nano: Upgrade 5.1 -> 5.2
@ 2020-09-03 12:25 Leon Anavi
  2020-09-03 12:25 ` [meta-oe][PATCH 2/3] hwdata: Upgrade 0.336 -> 0.339 Leon Anavi
  2020-09-03 12:25 ` [meta-oe][PATCH 3/3] xscreensaver: Add HOMEPAGE Leon Anavi
  0 siblings, 2 replies; 3+ messages in thread
From: Leon Anavi @ 2020-09-03 12:25 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 5.2 "Ranrapalca":

- Making certain replacements after a large paste does not crash.
- Hitting a toggle at the Search prompt does not clear the answer.
- Using --positionlog does not complain at the first start.
- A macro containing a Search command will not sometimes fail.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 meta-oe/recipes-support/nano/{nano_5.1.bb => nano_5.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/nano/{nano_5.1.bb => nano_5.2.bb} (87%)

diff --git a/meta-oe/recipes-support/nano/nano_5.1.bb b/meta-oe/recipes-support/nano/nano_5.2.bb
similarity index 87%
rename from meta-oe/recipes-support/nano/nano_5.1.bb
rename to meta-oe/recipes-support/nano/nano_5.2.bb
index 216ad594f..f2cd2909c 100644
--- a/meta-oe/recipes-support/nano/nano_5.1.bb
+++ b/meta-oe/recipes-support/nano/nano_5.2.bb
@@ -12,7 +12,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] = "9efc46f341404d60095d16fc4f0419fc84b6e4eaeaf6ebce605d0465d92a6ee6"
+SRC_URI[sha256sum] = "32c2da43e1ae9a5e43437d8c6e1ec0388af870c7762c479e5bffb5f292bda7e1"
 
 UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-oe][PATCH 2/3] hwdata: Upgrade 0.336 -> 0.339
  2020-09-03 12:25 [meta-oe][PATCH 1/3] nano: Upgrade 5.1 -> 5.2 Leon Anavi
@ 2020-09-03 12:25 ` Leon Anavi
  2020-09-03 12:25 ` [meta-oe][PATCH 3/3] xscreensaver: Add HOMEPAGE Leon Anavi
  1 sibling, 0 replies; 3+ messages in thread
From: Leon Anavi @ 2020-09-03 12:25 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.339:

- Update pci, usb and vendor ids

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 meta-oe/recipes-support/hwdata/hwdata_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/hwdata/hwdata_git.bb b/meta-oe/recipes-support/hwdata/hwdata_git.bb
index 035a11c89..42b92106b 100644
--- a/meta-oe/recipes-support/hwdata/hwdata_git.bb
+++ b/meta-oe/recipes-support/hwdata/hwdata_git.bb
@@ -5,8 +5,8 @@ SECTION = "System/Base"
 LICENSE = "GPL-2.0+"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
 
-PV = "0.336"
-SRCREV = "e0e15bc7930f6d7befa4e7060fd03cc4935f6190"
+PV = "0.339"
+SRCREV = "1cd8ee29eb2dcb954961be008b96cfbf982f0700"
 SRC_URI = "git://github.com/vcrhonek/${BPN}.git"
 
 S = "${WORKDIR}/git"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-oe][PATCH 3/3] xscreensaver: Add HOMEPAGE
  2020-09-03 12:25 [meta-oe][PATCH 1/3] nano: Upgrade 5.1 -> 5.2 Leon Anavi
  2020-09-03 12:25 ` [meta-oe][PATCH 2/3] hwdata: Upgrade 0.336 -> 0.339 Leon Anavi
@ 2020-09-03 12:25 ` Leon Anavi
  1 sibling, 0 replies; 3+ messages in thread
From: Leon Anavi @ 2020-09-03 12:25 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Set https://www.jwz.org/xscreensaver/ as HOMEPAGE.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.44.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.44.bb b/meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.44.bb
index 6cad97f15..9131c754d 100644
--- a/meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.44.bb
+++ b/meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.44.bb
@@ -1,5 +1,5 @@
 SUMMARY = "X screen saver and locker"
-
+HOMEPAGE = "https://www.jwz.org/xscreensaver/"
 LICENSE = "BSD-0-Clause"
 LIC_FILES_CHKSUM = "file://driver/xscreensaver.h;endline=10;md5=2b97002f72fbfc9329b4336e798f2463"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-03 12:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-03 12:25 [meta-oe][PATCH 1/3] nano: Upgrade 5.1 -> 5.2 Leon Anavi
2020-09-03 12:25 ` [meta-oe][PATCH 2/3] hwdata: Upgrade 0.336 -> 0.339 Leon Anavi
2020-09-03 12:25 ` [meta-oe][PATCH 3/3] xscreensaver: Add HOMEPAGE Leon Anavi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.