From patchwork Thu Aug 1 18:27:11 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: 47184 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 18FBEC54E71 for ; Thu, 1 Aug 2024 18:27:14 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web10.75740.1722536824022174707 for ; Thu, 01 Aug 2024 11:27:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=IkGulH5I; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=Ztrb/4FR; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 010101910f322b9f-ef925205-90ce-4da9-a7bd-e7bd2447cdad-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1722536832; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=um0QUO+8ZbgxzLklOY6SuuNjhrsoV5+FqmlTBOA/k+w=; b=IkGulH5Il8p6lccSfTX/vZNtErVhWupdKx/jE5yYFIMWG/KT3Y1vx8hVRt6LbVWa X5qvL2BjoSCzgRqidOb3Jv5z5AeZsmsTUZrj44uT173e5Ev3o0jbb7J+Q2NF/M7H81S 7DwbloKNmrs+OZ/OrVtkDwdFgejXaPyBb+59UqSo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1722536832; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=um0QUO+8ZbgxzLklOY6SuuNjhrsoV5+FqmlTBOA/k+w=; b=Ztrb/4FRkM7dREIwEcWr3DaL08LNPiX25xAb3PM0EgPrV8H7uYBNXTtOtCEJJh+3 9uM+XoGDrKPVTZMySOqxLazNgcvt1JLqWHz4vNHBDGHD8NnszqZTdWytx8ij4gofqIx lAWo9y+VKG4HumDd3ZnmRHiPOzScxgzSM5BbZNV8= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] librsvg: upgrading to 2.58.2 SUCCEEDED Message-ID: <010101910f322b9f-ef925205-90ce-4da9-a7bd-e7bd2447cdad-000000@us-west-2.amazonses.com> Date: Thu, 1 Aug 2024 18:27:11 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.08.01-54.240.27.191 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 ; Thu, 01 Aug 2024 18:27:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/202841 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *librsvg* to *2.58.2* has Succeeded. Next steps: - apply the patch: git am 0001-librsvg-upgrade-2.58.1-2.58.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 b158714d7b2ea9964b65bcb4dd14f9714c512d54 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Aug 2024 13:39:52 +0000 Subject: [PATCH] librsvg: upgrade 2.58.1 -> 2.58.2 --- ...efile.am-pass-rust-target-to-cargo-also-when-not-.patch | 4 ++-- .../librsvg/librsvg/disable-rsvg-loader-test.patch | 7 ++----- .../librsvg/{librsvg_2.58.1.bb => librsvg_2.58.2.bb} | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) rename meta/recipes-gnome/librsvg/{librsvg_2.58.1.bb => librsvg_2.58.2.bb} (97%) diff --git a/meta/recipes-gnome/librsvg/librsvg/0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.patch b/meta/recipes-gnome/librsvg/librsvg/0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.patch index 8051eb6966..f0027ca086 100644 --- a/meta/recipes-gnome/librsvg/librsvg/0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.patch +++ b/meta/recipes-gnome/librsvg/librsvg/0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.patch @@ -1,4 +1,4 @@ -From 6e2cff10a4f24e89e6aee8250a9ac5527fdaa910 Mon Sep 17 00:00:00 2001 +From 3018df1083e7d1fbeebbc0ad9fd8ee6118733332 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 21 Sep 2021 16:27:14 +0200 Subject: [PATCH] Makefile.am: pass rust target to cargo also when not cross @@ -28,7 +28,7 @@ index b1cd889..9d33432 100644 CARGO_VERBOSE = $(cargo_verbose_$(V)) cargo_verbose_ = $(cargo_verbose_$(AM_DEFAULT_VERBOSITY)) diff --git a/configure.ac b/configure.ac -index 2c4995e..1370a36 100644 +index b0232b0..72cbc47 100644 --- a/configure.ac +++ b/configure.ac @@ -291,9 +291,7 @@ AC_ARG_VAR(RUST_TARGET, [Set rust target (default=$host)]) diff --git a/meta/recipes-gnome/librsvg/librsvg/disable-rsvg-loader-test.patch b/meta/recipes-gnome/librsvg/librsvg/disable-rsvg-loader-test.patch index e56772a7e2..95d51d8a2e 100644 --- a/meta/recipes-gnome/librsvg/librsvg/disable-rsvg-loader-test.patch +++ b/meta/recipes-gnome/librsvg/librsvg/disable-rsvg-loader-test.patch @@ -1,4 +1,4 @@ -From df94cfa4a637c229fef32c349b5c2dfee2dca3fc Mon Sep 17 00:00:00 2001 +From 6b004fd26d3c67be8a20aaf4ee6b6b3f6c066845 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 27 Jun 2024 17:09:11 +0100 Subject: [PATCH] Don't build rsvg-loader in cross builds @@ -16,7 +16,7 @@ Signed-off-by: Ross Burton 1 file changed, 2 insertions(+) diff --git a/gdk-pixbuf-loader/Makefile.am b/gdk-pixbuf-loader/Makefile.am -index 44df9c6c..fb417d24 100644 +index 44df9c6..fb417d2 100644 --- a/gdk-pixbuf-loader/Makefile.am +++ b/gdk-pixbuf-loader/Makefile.am @@ -30,6 +30,7 @@ if PLATFORM_WIN32 @@ -35,6 +35,3 @@ index 44df9c6c..fb417d24 100644 if CROSS_COMPILING RUN_QUERY_LOADER_TEST=false --- -2.34.1 - diff --git a/meta/recipes-gnome/librsvg/librsvg_2.58.1.bb b/meta/recipes-gnome/librsvg/librsvg_2.58.2.bb similarity index 97% rename from meta/recipes-gnome/librsvg/librsvg_2.58.1.bb rename to meta/recipes-gnome/librsvg/librsvg_2.58.2.bb index 206225414c..19e269960e 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.58.1.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.58.2.bb @@ -24,7 +24,7 @@ SRC_URI += " \ file://disable-rsvg-loader-test.patch \ " -SRC_URI[archive.sha256sum] = "3728596290a8576d305d06ec8afdf473516feee9dff22e03235eac433d56824e" +SRC_URI[archive.sha256sum] = "18e9d70c08cf25f50d610d6d5af571561d67cf4179f962e04266475df6e2e224" UPSTREAM_CHECK_REGEX = "librsvg-(?P\d+\.\d+\.(?!9\d+)\d+)"