From patchwork Mon Apr 1 18:11:10 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 41884 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 77AFFCD12AD for ; Mon, 1 Apr 2024 18:11:15 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web10.2293.1711995071155001438 for ; Mon, 01 Apr 2024 11:11:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Fiwfj4dZ; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=k0LolAqP; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101018e9adba888-1f2eec13-2389-4051-85c4-37c05407ee11-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=1711995070; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=jOAWSxPhadX/l+HihE6VYNWNEEELtO2te06jvMEX/SE=; b=Fiwfj4dZo1qNa2EJCphRmpZDEDrPBQlL90y5NTYyN9vEXm6FWj97fp9enVhPVarL 0xMo/+Ho/ukppRhZygHkJX9yF4vjxvEBfCQ8vKLFBChKCuMr+a4QM3vMK5QFt0cEhJ2 Eqkwpsn9VUTwFy1EZTwknsBkHWSPYS74ruqTGqN4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1711995070; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=jOAWSxPhadX/l+HihE6VYNWNEEELtO2te06jvMEX/SE=; b=k0LolAqP29CcD4ueEzZA7qiNseuzPO2LSSrclUJesxihUQdlnZFQpF5NjfRjAYcV VJAK3LJRhlBbY5nTdIvdbogVIBSrCZlO191mgB7hPnD9mk+gew1UN12EtKRdoTpVO7l BB+yQ1m0PQisl2g1iQNFj/SFjpoE7cGwweJvIf7o= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libical: upgrading to 3.0.18 SUCCEEDED Message-ID: <0101018e9adba888-1f2eec13-2389-4051-85c4-37c05407ee11-000000@us-west-2.amazonses.com> Date: Mon, 1 Apr 2024 18:11:10 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.04.01-54.240.27.45 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 ; Mon, 01 Apr 2024 18:11:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/197824 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libical* to *3.0.18* has Succeeded. Next steps: - apply the patch: git am 0001-libical-upgrade-3.0.17-3.0.18.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 2603c46fd81493ee2ba655738914d91bd8ee16fc Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Apr 2024 17:39:25 +0000 Subject: [PATCH] libical: upgrade 3.0.17 -> 3.0.18 --- ...e-Do-not-export-CC-into-gir-compiler.patch | 7 ++--- .../{libical_3.0.17.bb => libical_3.0.18.bb} | 29 +++++++++++++++++-- 2 files changed, 29 insertions(+), 7 deletions(-) rename meta/recipes-support/libical/{libical_3.0.17.bb => libical_3.0.18.bb} (71%) diff --git a/meta/recipes-support/libical/libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch b/meta/recipes-support/libical/libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch index 3841c060ee..590fb6b647 100644 --- a/meta/recipes-support/libical/libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch +++ b/meta/recipes-support/libical/libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch @@ -1,4 +1,4 @@ -From c06d8a8990c996cbb854508a944202ba70ba7a7c Mon Sep 17 00:00:00 2001 +From 9edc2691eaf879403116f9ec37ff1e445cd62596 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 3 Mar 2022 20:10:04 -0800 Subject: [PATCH] cmake: Do not export CC into gir compiler @@ -15,7 +15,7 @@ Signed-off-by: Khem Raj 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmake/modules/GObjectIntrospectionMacros.cmake b/cmake/modules/GObjectIntrospectionMacros.cmake -index 83aff931..d7d3f898 100644 +index 83aff93..d7d3f89 100644 --- a/cmake/modules/GObjectIntrospectionMacros.cmake +++ b/cmake/modules/GObjectIntrospectionMacros.cmake @@ -50,8 +50,7 @@ macro(gir_add_introspections introspections_girs) @@ -28,6 +28,3 @@ index 83aff931..d7d3f898 100644 ${GObjectIntrospection_SCANNER_ARGS} --namespace=${_gir_namespace} --nsversion=${_gir_version} --- -2.35.1 - diff --git a/meta/recipes-support/libical/libical_3.0.17.bb b/meta/recipes-support/libical/libical_3.0.18.bb similarity index 71% rename from meta/recipes-support/libical/libical_3.0.17.bb rename to meta/recipes-support/libical/libical_3.0.18.bb index b91912b048..14f2fa3570 100644 --- a/meta/recipes-support/libical/libical_3.0.17.bb +++ b/meta/recipes-support/libical/libical_3.0.18.bb @@ -1,3 +1,28 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE.LGPL21.txt +# +++ LICENSE.LGPL21.txt +# @@ -1,11 +1,3 @@ +# - +# - Libical is Copyright (C) 2010-2017 Klaralvdalens Datakonsult AB. +# - +# - You may use, distribute and copy Libical under the terms of the +# - GNU Lesser General Public License version 2.1, which is displayed below. +# - +# -------------------------------------------------------------------------- +# - +# GNU LESSER GENERAL PUBLIC LICENSE +# Version 2.1, February 1999 +# +# +# + SUMMARY = "iCal and scheduling (RFC 2445, 2446, 2447) library" DESCRIPTION = "An Open Source implementation of the iCalendar protocols \ and protocol data units. The iCalendar specification describes how \ @@ -7,7 +32,7 @@ HOMEPAGE = "https://github.com/libical/libical" BUGTRACKER = "https://github.com/libical/libical/issues" LICENSE = "LGPL-2.1-only | MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1910a2a76ddf6a9ba369182494170d87 \ - file://LICENSE.LGPL21.txt;md5=933adb561f159e7c3da079536f0ed871 \ + file://LICENSE.LGPL21.txt;md5=8f690bb538f4b301d931374a6eb864d0 \ file://LICENSE.MPL2.txt;md5=f75d2927d3c1ed2414ef72048f5ad640 \ " SECTION = "libs" @@ -15,7 +40,7 @@ SECTION = "libs" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \ file://0001-cmake-Do-not-export-CC-into-gir-compiler.patch \ " -SRC_URI[sha256sum] = "bcda9a6db6870240328752854d1ea475af9bbc6356e6771018200e475e5f781b" +SRC_URI[sha256sum] = "72b7dc1a5937533aee5a2baefc990983b66b141dd80d43b51f80aced4aae219c" inherit cmake pkgconfig gobject-introspection vala github-releases