From patchwork Sat Nov 4 04:20:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 33784 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 11DF5C0723F for ; Sat, 4 Nov 2023 04:20:58 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web10.4231.1699071647668327703 for ; Fri, 03 Nov 2023 21:20:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Ib8+iaw4; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=FMNfq6PT; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101018b988fdb41-922c9669-f081-4b6b-a795-dc198876ba0d-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1699071647; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=tpx7P+py/0kJ07Sk64NwcIQUFROeNSa8zykgUd7RIlc=; b=Ib8+iaw4mjMIw95uNThDVcuha0OzBQmCNrvjawrFIlzuOEIfmRCO6AnLbmTYyz/E T96daUVGbgf3Zac8H7bnz2HEzX2razXmzIIm5yTcOmDNKjv27ZrUwBZSj94NhRtcdr2 7c3zidz29TFq2oAGDgZKbIRvAs8mBsA1WJt9217M= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699071647; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=tpx7P+py/0kJ07Sk64NwcIQUFROeNSa8zykgUd7RIlc=; b=FMNfq6PTYnzB45N0KYHvKYvCNzQKnWP02F/rNQmx3xueQ/uSUFF5TLxi9IWCLQkL B1T7YElMWxP5smfusRV2FiWGB8YBeTKYQYnTlNOWeUswYCMxi4YdpNPtft8JgCc9KFV 35ZjFzbAXCLnGeLuKc3eOaOnTZlmDK6ZoJweXxhA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Forced@yoctoproject.org, maintainer@yoctoproject.org, for@yoctoproject.org, AUH@yoctoproject.org Cc: openembedded-devel@lists.openembedded.org Subject: [AUH] gerbera: upgrading to 1.12.1 SUCCEEDED Message-ID: <0101018b988fdb41-922c9669-f081-4b6b-a795-dc198876ba0d-000000@us-west-2.amazonses.com> Date: Sat, 4 Nov 2023 04:20:46 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.04-54.240.27.30 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 04 Nov 2023 04:20:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106256 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gerbera* to *1.12.1* has Succeeded. Next steps: - apply the patch: git am 0001-gerbera-upgrade-1.11.0-1.12.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 4d673eee05417287c9a492b4550a8c5897058fa8 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 4 Nov 2023 03:22:10 +0000 Subject: [PATCH] gerbera: upgrade 1.11.0 -> 1.12.1 --- .../gerbera/0001-Fix-build-with-fmt-9.0.patch | 37 ------------------- .../{gerbera_1.11.0.bb => gerbera_1.12.1.bb} | 3 +- 2 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644 meta-multimedia/recipes-multimedia/gerbera/gerbera/0001-Fix-build-with-fmt-9.0.patch rename meta-multimedia/recipes-multimedia/gerbera/{gerbera_1.11.0.bb => gerbera_1.12.1.bb} (90%) diff --git a/meta-multimedia/recipes-multimedia/gerbera/gerbera/0001-Fix-build-with-fmt-9.0.patch b/meta-multimedia/recipes-multimedia/gerbera/gerbera/0001-Fix-build-with-fmt-9.0.patch deleted file mode 100644 index bb8e43830..000000000 --- a/meta-multimedia/recipes-multimedia/gerbera/gerbera/0001-Fix-build-with-fmt-9.0.patch +++ /dev/null @@ -1,37 +0,0 @@ -From d7b8fafbc94405c20753fed569abd8878cccde89 Mon Sep 17 00:00:00 2001 -From: Felix Yan -Date: Fri, 19 Aug 2022 15:22:10 +0300 -Subject: [PATCH] Fix build with fmt 9.0 - -Fixes #2681 -Upstream-Status: Pending -Signed-off-by: Khem Raj ---- - src/database/sql_format.h | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/database/sql_format.h b/src/database/sql_format.h -index 32dc00ef..e4e1909a 100644 ---- a/src/database/sql_format.h -+++ b/src/database/sql_format.h -@@ -42,7 +42,7 @@ struct SQLIdentifier { - template <> - struct fmt::formatter : formatter { - template -- auto format(const SQLIdentifier& tn, FormatContext& ctx) -> decltype(ctx.out()) -+ auto format(const SQLIdentifier& tn, FormatContext& ctx) const -> decltype(ctx.out()) - { - return format_to(ctx.out(), "{}{}{}", tn.quote_begin, tn.name, tn.quote_end); - } -@@ -61,7 +61,7 @@ struct ColumnUpdate { - template <> - struct fmt::formatter : formatter { - template -- auto format(const ColumnUpdate& a, FormatContext& ctx) -> decltype(ctx.out()) -+ auto format(const ColumnUpdate& a, FormatContext& ctx) const -> decltype(ctx.out()) - { - return format_to(ctx.out(), "{} = {}", a.column, a.value); - } --- -2.38.0.rc1.362.ged0d419d3c-goog - diff --git a/meta-multimedia/recipes-multimedia/gerbera/gerbera_1.11.0.bb b/meta-multimedia/recipes-multimedia/gerbera/gerbera_1.12.1.bb similarity index 90% rename from meta-multimedia/recipes-multimedia/gerbera/gerbera_1.11.0.bb rename to meta-multimedia/recipes-multimedia/gerbera/gerbera_1.12.1.bb index 2a6d32871..89cc51e0e 100644 --- a/meta-multimedia/recipes-multimedia/gerbera/gerbera_1.11.0.bb +++ b/meta-multimedia/recipes-multimedia/gerbera/gerbera_1.12.1.bb @@ -4,11 +4,10 @@ LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=25cdec9afe3f1f26212ead6bd2f7fac8" SRC_URI = "git://github.com/gerbera/gerbera.git;protocol=https;branch=master \ - file://0001-Fix-build-with-fmt-9.0.patch \ file://0001-Fix-build-against-fmt-10.patch \ " -SRCREV = "d73d8c1346213d784753c02ea771970500e0df2a" +SRCREV = "559e1d1a92f5977ce8cff7393aa85330dbf2d1d6" S = "${WORKDIR}/git"