diff mbox series

[AUH] geos: upgrading to 3.12.0beta2 SUCCEEDED

Message ID 0101018b96bec5d9-30e827d0-67b7-4918-bdd1-1e4d2879dd24-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] geos: upgrading to 3.12.0beta2 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 3, 2023, 7:52 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-geos-upgrade-3.12.0-3.12.0beta2.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

-- >8 --
From 44935dbd8ea98c3846fad098e6f6632a20713ac0 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 12:37:48 +0000
Subject: [PATCH] geos: upgrade 3.12.0 -> 3.12.0beta2

---
 .../geos/{geos_3.12.0.bb => geos_3.12.0beta2.bb}                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-navigation/geos/{geos_3.12.0.bb => geos_3.12.0beta2.bb} (88%)

Comments

Böszörményi Zoltán Nov. 9, 2023, 6:31 a.m. UTC | #1
Something went wrong here.
Final 3.12.0 was "upgraded" to 3.12.0beta2.

2023. 11. 03. 20:52 keltezéssel, Auto Upgrade Helper írta:
> Hello,
>
> this email is a notification from the Auto Upgrade Helper
> that the automatic attempt to upgrade the recipe *geos* to *3.12.0beta2* has Succeeded.
>
> Next steps:
>      - apply the patch: git am 0001-geos-upgrade-3.12.0-3.12.0beta2.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
>
> -- >8 --
> >From 44935dbd8ea98c3846fad098e6f6632a20713ac0 Mon Sep 17 00:00:00 2001
> From: Upgrade Helper <auh@yoctoproject.org>
> Date: Fri, 3 Nov 2023 12:37:48 +0000
> Subject: [PATCH] geos: upgrade 3.12.0 -> 3.12.0beta2
>
> ---
>   .../geos/{geos_3.12.0.bb => geos_3.12.0beta2.bb}                | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-oe/recipes-navigation/geos/{geos_3.12.0.bb => geos_3.12.0beta2.bb} (88%)
>
> diff --git a/meta-oe/recipes-navigation/geos/geos_3.12.0.bb b/meta-oe/recipes-navigation/geos/geos_3.12.0beta2.bb
> similarity index 88%
> rename from meta-oe/recipes-navigation/geos/geos_3.12.0.bb
> rename to meta-oe/recipes-navigation/geos/geos_3.12.0beta2.bb
> index 95cb29775..e4e1b9db2 100644
> --- a/meta-oe/recipes-navigation/geos/geos_3.12.0.bb
> +++ b/meta-oe/recipes-navigation/geos/geos_3.12.0beta2.bb
> @@ -6,7 +6,7 @@ LICENSE = "LGPL-2.1-or-later"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
>   
>   SRC_URI = "http://download.osgeo.org/${BPN}/${BP}.tar.bz2"
> -SRC_URI[sha256sum] = "d96db96011259178a35555a0f6d6e75a739e52a495a6b2aa5efb3d75390fbc39"
> +SRC_URI[sha256sum] = "249c63c6f07ec827377e94a90b99a97d39e655aff180cfa71b50381d8e209382"
>   
>   inherit cmake pkgconfig binconfig
>   
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#105921): https://lists.openembedded.org/g/openembedded-devel/message/105921
> Mute This Topic: https://lists.openembedded.org/mt/102372013/3617728
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [zboszor@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Khem Raj Nov. 9, 2023, 6:49 a.m. UTC | #2
On Wed, Nov 8, 2023 at 10:32 PM Zoltan Boszormenyi <zboszor@gmail.com> wrote:
>
> Something went wrong here.
> Final 3.12.0 was "upgraded" to 3.12.0beta2.

yes, We need to correct the upgrade regex. I will revert this for now.

>
> 2023. 11. 03. 20:52 keltezéssel, Auto Upgrade Helper írta:
> > Hello,
> >
> > this email is a notification from the Auto Upgrade Helper
> > that the automatic attempt to upgrade the recipe *geos* to *3.12.0beta2* has Succeeded.
> >
> > Next steps:
> >      - apply the patch: git am 0001-geos-upgrade-3.12.0-3.12.0beta2.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
> >
> > -- >8 --
> > >From 44935dbd8ea98c3846fad098e6f6632a20713ac0 Mon Sep 17 00:00:00 2001
> > From: Upgrade Helper <auh@yoctoproject.org>
> > Date: Fri, 3 Nov 2023 12:37:48 +0000
> > Subject: [PATCH] geos: upgrade 3.12.0 -> 3.12.0beta2
> >
> > ---
> >   .../geos/{geos_3.12.0.bb => geos_3.12.0beta2.bb}                | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >   rename meta-oe/recipes-navigation/geos/{geos_3.12.0.bb => geos_3.12.0beta2.bb} (88%)
> >
> > diff --git a/meta-oe/recipes-navigation/geos/geos_3.12.0.bb b/meta-oe/recipes-navigation/geos/geos_3.12.0beta2.bb
> > similarity index 88%
> > rename from meta-oe/recipes-navigation/geos/geos_3.12.0.bb
> > rename to meta-oe/recipes-navigation/geos/geos_3.12.0beta2.bb
> > index 95cb29775..e4e1b9db2 100644
> > --- a/meta-oe/recipes-navigation/geos/geos_3.12.0.bb
> > +++ b/meta-oe/recipes-navigation/geos/geos_3.12.0beta2.bb
> > @@ -6,7 +6,7 @@ LICENSE = "LGPL-2.1-or-later"
> >   LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
> >
> >   SRC_URI = "http://download.osgeo.org/${BPN}/${BP}.tar.bz2"
> > -SRC_URI[sha256sum] = "d96db96011259178a35555a0f6d6e75a739e52a495a6b2aa5efb3d75390fbc39"
> > +SRC_URI[sha256sum] = "249c63c6f07ec827377e94a90b99a97d39e655aff180cfa71b50381d8e209382"
> >
> >   inherit cmake pkgconfig binconfig
> >
> >
> >
> >
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#106509): https://lists.openembedded.org/g/openembedded-devel/message/106509
> Mute This Topic: https://lists.openembedded.org/mt/102372013/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-navigation/geos/geos_3.12.0.bb b/meta-oe/recipes-navigation/geos/geos_3.12.0beta2.bb
similarity index 88%
rename from meta-oe/recipes-navigation/geos/geos_3.12.0.bb
rename to meta-oe/recipes-navigation/geos/geos_3.12.0beta2.bb
index 95cb29775..e4e1b9db2 100644
--- a/meta-oe/recipes-navigation/geos/geos_3.12.0.bb
+++ b/meta-oe/recipes-navigation/geos/geos_3.12.0beta2.bb
@@ -6,7 +6,7 @@  LICENSE = "LGPL-2.1-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 
 SRC_URI = "http://download.osgeo.org/${BPN}/${BP}.tar.bz2"
-SRC_URI[sha256sum] = "d96db96011259178a35555a0f6d6e75a739e52a495a6b2aa5efb3d75390fbc39"
+SRC_URI[sha256sum] = "249c63c6f07ec827377e94a90b99a97d39e655aff180cfa71b50381d8e209382"
 
 inherit cmake pkgconfig binconfig