diff mbox series

[AUH] modemmanager: upgrading to 1.23.1 SUCCEEDED

Message ID 0101018b96bed4bc-d43306c3-deb1-4fad-8737-e15d03ce0f3c-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] modemmanager: upgrading to 1.23.1 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 *modemmanager* to *1.23.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-modemmanager-upgrade-1.22.0-1.23.1.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 ad32b52fe87e6edc3885802cbb85b8524e4c156a Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 16:08:56 +0000
Subject: [PATCH] modemmanager: upgrade 1.22.0 -> 1.23.1

---
 .../{modemmanager_1.22.0.bb => modemmanager_1.23.1.bb}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-connectivity/modemmanager/{modemmanager_1.22.0.bb => modemmanager_1.23.1.bb} (95%)

Comments

Theodore A. Roth Nov. 7, 2023, 3:58 a.m. UTC | #1
On Fri, Nov 3, 2023 at 1:53 PM Auto Upgrade Helper <auh@yoctoproject.org> wrote:
>
> Hello,
>
> this email is a notification from the Auto Upgrade Helper
> that the automatic attempt to upgrade the recipe *modemmanager* to *1.23.1* has Succeeded.
>
> Next steps:
>     - apply the patch: git am 0001-modemmanager-upgrade-1.22.0-1.23.1.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 ad32b52fe87e6edc3885802cbb85b8524e4c156a Mon Sep 17 00:00:00 2001
> From: Upgrade Helper <auh@yoctoproject.org>
> Date: Fri, 3 Nov 2023 16:08:56 +0000
> Subject: [PATCH] modemmanager: upgrade 1.22.0 -> 1.23.1

Why is modemmanager getting updated to 1.23.1? That is not an official
release, but is a
development release as far as I can tell. The tag in git is '1.23.1-dev'.

The latest release is 1.22.0 (announced on Oct 11 on the ModemManager
mailing list).

Ted Roth
Khem Raj Nov. 7, 2023, 4:08 a.m. UTC | #2
On Mon, Nov 6, 2023 at 7:58 PM Theodore A. Roth <troth@openavr.org> wrote:

> On Fri, Nov 3, 2023 at 1:53 PM Auto Upgrade Helper <auh@yoctoproject.org>
> wrote:
> >
> > Hello,
> >
> > this email is a notification from the Auto Upgrade Helper
> > that the automatic attempt to upgrade the recipe *modemmanager* to
> *1.23.1* has Succeeded.
> >
> > Next steps:
> >     - apply the patch: git am
> 0001-modemmanager-upgrade-1.22.0-1.23.1.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 ad32b52fe87e6edc3885802cbb85b8524e4c156a Mon Sep 17 00:00:00 2001
> > From: Upgrade Helper <auh@yoctoproject.org>
> > Date: Fri, 3 Nov 2023 16:08:56 +0000
> > Subject: [PATCH] modemmanager: upgrade 1.22.0 -> 1.23.1
>
> Why is modemmanager getting updated to 1.23.1? That is not an official
> release, but is a
> development release as far as I can tell. The tag in git is '1.23.1-dev'.
>
> The latest release is 1.22.0 (announced on Oct 11 on the ModemManager
> mailing list).


Hmm I think we need to fix the trigger then to only consider even releases

>
>
> Ted Roth
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#106418):
> https://lists.openembedded.org/g/openembedded-devel/message/106418
> Mute This Topic: https://lists.openembedded.org/mt/102372092/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
Alexander Kanavin Nov. 7, 2023, 10 a.m. UTC | #3
Yes, please do exercise caution and don't push AUH updates blindly,
especially when the new version looks iffy, or goes from even to odd
in the middle component. A lot of recipes in meta-oe seem to have
broken version checks - there's a whole arsenal of tweaks in form of
UPSTREAM_CHECK_* settings that I regularly use in oe-core to get a
perfect report from 'devtool check-upgrade-status'.

Alex

On Tue, 7 Nov 2023 at 05:08, Khem Raj <raj.khem@gmail.com> wrote:
>
>
>
> On Mon, Nov 6, 2023 at 7:58 PM Theodore A. Roth <troth@openavr.org> wrote:
>>
>> On Fri, Nov 3, 2023 at 1:53 PM Auto Upgrade Helper <auh@yoctoproject.org> wrote:
>> >
>> > Hello,
>> >
>> > this email is a notification from the Auto Upgrade Helper
>> > that the automatic attempt to upgrade the recipe *modemmanager* to *1.23.1* has Succeeded.
>> >
>> > Next steps:
>> >     - apply the patch: git am 0001-modemmanager-upgrade-1.22.0-1.23.1.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 ad32b52fe87e6edc3885802cbb85b8524e4c156a Mon Sep 17 00:00:00 2001
>> > From: Upgrade Helper <auh@yoctoproject.org>
>> > Date: Fri, 3 Nov 2023 16:08:56 +0000
>> > Subject: [PATCH] modemmanager: upgrade 1.22.0 -> 1.23.1
>>
>> Why is modemmanager getting updated to 1.23.1? That is not an official
>> release, but is a
>> development release as far as I can tell. The tag in git is '1.23.1-dev'.
>>
>> The latest release is 1.22.0 (announced on Oct 11 on the ModemManager
>> mailing list).
>
>
> Hmm I think we need to fix the trigger then to only consider even releases
>>
>>
>>
>> Ted Roth
>>
>>
>>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#106419): https://lists.openembedded.org/g/openembedded-devel/message/106419
> Mute This Topic: https://lists.openembedded.org/mt/102372092/1686489
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.22.0.bb b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.23.1.bb
similarity index 95%
rename from meta-oe/recipes-connectivity/modemmanager/modemmanager_1.22.0.bb
rename to meta-oe/recipes-connectivity/modemmanager/modemmanager_1.23.1.bb
index 95884f44c..794e60a47 100644
--- a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.22.0.bb
+++ b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.23.1.bb
@@ -12,8 +12,8 @@  inherit gnomebase gettext systemd gobject-introspection bash-completion
 
 DEPENDS = "glib-2.0 libgudev libxslt-native dbus"
 
-SRCREV = "03f786ce66360d67c669f4f122f8aa458e6f01ea"
-SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/ModemManager.git;protocol=https;branch=mm-1-22"
+SRCREV = "29f8154ef762c173a14199c85ce0bbd4ce188abe"
+SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/ModemManager.git;protocol=https;branch=main"
 
 S = "${WORKDIR}/git"