From patchwork Sat Jul 15 21:27:34 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: 27425 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 CF002C27C6E for ; Sat, 15 Jul 2023 21:27:39 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web10.5934.1689456453455337169 for ; Sat, 15 Jul 2023 14:27:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=QPEqEBpn; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 010101895b73acd5-43e5e5ed-0ce5-4df9-a15f-eeb7c9f5f148-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=1689456455; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=ZWzp4Gax+plTwLNkH9J+I4gWYdxnDS9Z2JE5X1ifdlc=; b=QPEqEBpnjndB7oBG17Diz0H5xahpkWku2lYrvuiLVzw/mmI7x6BO+d9w967VUdwo v2J8KORLQlnug9re7mnPMsy6FmUsy7TBJkYh45VT/dSswogIdEBOH/q427TGkRvypX7 xb6B+D9ryHAMtMw1TKOIQto+fw9aAwlUKhrZTAEs= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1689456455; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=ZWzp4Gax+plTwLNkH9J+I4gWYdxnDS9Z2JE5X1ifdlc=; b=crc0IwPD7WqhBTq0PdibDYom4Vu5lEeuQKzZzS+QqGNR6DhccGTboQ7j5JX1mHQE mkHMvciZBlPWlsQJWEXBhjP3XSYWXxSiXJJU/0o6cHSIjHD5PqSh7f/1Dv+sdKUz460 g4VOy69RBgBmIV28jGQ75SKXIm49cSNsaZsS7/6w= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hongxu Jia Cc: openembedded-core@lists.openembedded.org Subject: [AUH] ghostscript: upgrading to 10.01.2 SUCCEEDED Message-ID: <010101895b73acd5-43e5e5ed-0ce5-4df9-a15f-eeb7c9f5f148-000000@us-west-2.amazonses.com> Date: Sat, 15 Jul 2023 21:27:34 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.07.15-54.240.27.192 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, 15 Jul 2023 21:27:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/184348 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *ghostscript* to *10.01.2* has Succeeded. Next steps: - apply the patch: git am 0001-ghostscript-upgrade-10.01.1-10.01.2.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 abff6ef18fdfcee427d646cc53b2afa77bd16b3e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Jul 2023 15:20:59 +0000 Subject: [PATCH] ghostscript: upgrade 10.01.1 -> 10.01.2 --- .../{ghostscript_10.01.1.bb => ghostscript_10.01.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/ghostscript/{ghostscript_10.01.1.bb => ghostscript_10.01.2.bb} (96%) diff --git a/meta/recipes-extended/ghostscript/ghostscript_10.01.1.bb b/meta/recipes-extended/ghostscript/ghostscript_10.01.2.bb similarity index 96% rename from meta/recipes-extended/ghostscript/ghostscript_10.01.1.bb rename to meta/recipes-extended/ghostscript/ghostscript_10.01.2.bb index 0d41242bc2..fdbdfb6502 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_10.01.1.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_10.01.2.bb @@ -27,7 +27,7 @@ SRC_URI = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/downlo file://avoid-host-contamination.patch \ " -SRC_URI[sha256sum] = "4df18a808cd4369f25e02dbcec2f133cb6d674627b2c6b1502020e58d43e32ce" +SRC_URI[sha256sum] = "a4cd61a07fec161bee35da0211a5e5cde8ff8a0aaf942fc0176715e499d21661" PACKAGECONFIG ??= "" PACKAGECONFIG[gtk] = "--enable-gtk,--disable-gtk,gtk+3"