All of lore.kernel.org
 help / color / mirror / Atom feed
From: auh@auh.yoctoproject.org
To: Yi Zhao <yi.zhao@windriver.com>
Cc: openembedded-core@lists.openembedded.org
Subject: [AUH] less: upgrading to 589 SUCCEEDED	[thread overview]
Message-ID: <MADEUP.1684EE08758D682C.11265@lists.openembedded.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 969 bytes --]

Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *less* to *589* has Succeeded.

Next steps:
    - apply the patch: git am 0001-less-upgrade-586-589.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

[-- Attachment #2: buildhistory-diff-full.txt --]
[-- Type: text/plain, Size: 1874 bytes --]

packages/core2-32-poky-linux/less: PKGV changed from 586 [default] to 589 [default]
packages/core2-32-poky-linux/less: SRC_URI changed from "http://www.greenwoodsoftware.com/less/less-586.tar.gz" to "http://www.greenwoodsoftware.com/less/less-589.tar.gz"
packages/core2-32-poky-linux/less: PV changed from "586" to "589"
packages/core2-32-poky-linux/less/less-dbg: PKGSIZE changed from 481012 to 483068 (+0%)
packages/core2-32-poky-linux/less/less-dbg: PKGV changed from 586 [default] to 589 [default]
packages/core2-32-poky-linux/less/less-dbg: PV changed from "586" to "589"
packages/core2-32-poky-linux/less/less-dev: PKGV changed from 586 [default] to 589 [default]
packages/core2-32-poky-linux/less/less-dev: PV changed from "586" to "589"
packages/core2-32-poky-linux/less/less-doc: PKGSIZE changed from 86645 to 86644 (-0%)
packages/core2-32-poky-linux/less/less-doc: PKGV changed from 586 [default] to 589 [default]
packages/core2-32-poky-linux/less/less-doc: PV changed from "586" to "589"
packages/core2-32-poky-linux/less/less-locale: PKGV changed from 586 [default] to 589 [default]
packages/core2-32-poky-linux/less/less-locale: PV changed from "586" to "589"
packages/core2-32-poky-linux/less/less-src: PKGSIZE changed from 677009 to 678521 (+0%)
packages/core2-32-poky-linux/less/less-src: PKGV changed from 586 [default] to 589 [default]
packages/core2-32-poky-linux/less/less-src: PV changed from "586" to "589"
packages/core2-32-poky-linux/less/less-staticdev: PKGV changed from 586 [default] to 589 [default]
packages/core2-32-poky-linux/less/less-staticdev: PV changed from "586" to "589"
packages/core2-32-poky-linux/less/less: PKGSIZE changed from 255776 to 259884 (+2%)
packages/core2-32-poky-linux/less/less: PKGV changed from 586 [default] to 589 [default]
packages/core2-32-poky-linux/less/less: PV changed from "586" to "589"

[-- Attachment #3: 0001-less-upgrade-586-589.patch --]
[-- Type: text/x-diff, Size: 1144 bytes --]

From ae7128f9fa0b69af356c6d2bb08ab159b270231b Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@auh.yoctoproject.org>
Date: Wed, 2 Jun 2021 20:18:36 +0000
Subject: [PATCH] less: upgrade 586 -> 589

---
 meta/recipes-extended/less/{less_586.bb => less_589.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/less/{less_586.bb => less_589.bb} (93%)

diff --git a/meta/recipes-extended/less/less_586.bb b/meta/recipes-extended/less/less_589.bb
similarity index 93%
rename from meta/recipes-extended/less/less_586.bb
rename to meta/recipes-extended/less/less_589.bb
index b300f2badd..cf459a382d 100644
--- a/meta/recipes-extended/less/less_586.bb
+++ b/meta/recipes-extended/less/less_589.bb
@@ -28,7 +28,7 @@ DEPENDS = "ncurses"
 SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz \
 	  "
 
-SRC_URI[sha256sum] = "09288d3ec515a21430ec1fbe1e97a2f741fdaf98afc95b114e342416c6a7dd99"
+SRC_URI[sha256sum] = "a15cd502196c1fb2c1f0235db19d4baad564d07be00df42281d6f1f056f5dda8"
 
 UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html"
 
-- 
2.17.1


                 reply	other threads:[~2021-06-03  1:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MADEUP.1684EE08758D682C.11265@lists.openembedded.org \
    --to=auh@auh.yoctoproject.org \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=yi.zhao@windriver.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.