diff mbox series

[AUH] libxcursor,xtrans: upgrading to 1.2.3,1.5.2 SUCCEEDED

Message ID 0101019341228c30-4ebd60f9-2331-4072-9780-3d3d7f5e6106-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libxcursor,xtrans: upgrading to 1.2.3,1.5.2 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 18, 2024, 9:16 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *libxcursor,xtrans* to *1.2.3,1.5.2* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libxcursor-xtrans-upgrade-1.2.2-1.2.3-1.5.1-1.5.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 7028cdb6b29a9113507cda049daa6412eb978dae Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 15 Nov 2024 23:52:59 +0000
Subject: [PATCH] libxcursor,xtrans: upgrade 1.2.2 -> 1.2.3,1.5.1 -> 1.5.2

---
 .../{libxcursor_1.2.2.bb => libxcursor_1.2.3.bb} |  2 +-
 .../xorg-lib/xtrans/multilibfix.patch            | 16 ++++++++++++----
 .../{xtrans_1.5.1.bb => xtrans_1.5.2.bb}         |  2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxcursor_1.2.2.bb => libxcursor_1.2.3.bb} (87%)
 rename meta/recipes-graphics/xorg-lib/{xtrans_1.5.1.bb => xtrans_1.5.2.bb} (88%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb b/meta/recipes-graphics/xorg-lib/libxcursor_1.2.3.bb
similarity index 87%
rename from meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb
rename to meta/recipes-graphics/xorg-lib/libxcursor_1.2.3.bb
index 159ac4f7fa..29a73a3061 100644
--- a/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb
+++ b/meta/recipes-graphics/xorg-lib/libxcursor_1.2.3.bb
@@ -18,6 +18,6 @@  PE = "1"
 
 XORG_PN = "libXcursor"
 
-SRC_URI[sha256sum] = "53d071bd2cc56e517a30998d5e685c8a74556ddada43c6985d14da9a023a88ee"
+SRC_URI[sha256sum] = "fde9402dd4cfe79da71e2d96bb980afc5e6ff4f8a7d74c159e1966afb2b2c2c0"
 
 BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/recipes-graphics/xorg-lib/xtrans/multilibfix.patch b/meta/recipes-graphics/xorg-lib/xtrans/multilibfix.patch
index c513bad20e..096a98a0af 100644
--- a/meta/recipes-graphics/xorg-lib/xtrans/multilibfix.patch
+++ b/meta/recipes-graphics/xorg-lib/xtrans/multilibfix.patch
@@ -1,14 +1,22 @@ 
+From 855a65763ffb57bbd4c520ee07258ca953f8cd6b Mon Sep 17 00:00:00 2001
+From: Richard Purdie <richard.purdie@linuxfoundation.org>
+Date: Fri, 29 Jun 2018 08:02:16 +0000
+Subject: [PATCH] xtrans: Fix multilib .pc file conflict
+
 The xtrans.pc file is installed into a non-arch directory yet contains libdir
 which can vary depending on which multilib is configured. The .pc file does
 not require libdir so remove this to fix multilib builds.
 
 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
 Upstream-Status: Pending
+---
+ xtrans.pc.in | 1 -
+ 1 file changed, 1 deletion(-)
 
-Index: xtrans-1.3.5/xtrans.pc.in
-===================================================================
---- xtrans-1.3.5.orig/xtrans.pc.in
-+++ xtrans-1.3.5/xtrans.pc.in
+diff --git a/xtrans.pc.in b/xtrans.pc.in
+index b8d135b..3e1a92d 100644
+--- a/xtrans.pc.in
++++ b/xtrans.pc.in
 @@ -1,6 +1,5 @@
  prefix=@prefix@
  exec_prefix=@exec_prefix@
diff --git a/meta/recipes-graphics/xorg-lib/xtrans_1.5.1.bb b/meta/recipes-graphics/xorg-lib/xtrans_1.5.2.bb
similarity index 88%
rename from meta/recipes-graphics/xorg-lib/xtrans_1.5.1.bb
rename to meta/recipes-graphics/xorg-lib/xtrans_1.5.2.bb
index ea362750df..e391bf8a2b 100644
--- a/meta/recipes-graphics/xorg-lib/xtrans_1.5.1.bb
+++ b/meta/recipes-graphics/xorg-lib/xtrans_1.5.2.bb
@@ -22,4 +22,4 @@  inherit gettext
 
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[sha256sum] = "dea80fbd8c3c941495b4b1d2785cb652815d016849a0d2ef90d1140de916993e"
+SRC_URI[sha256sum] = "5c5cbfe34764a9131d048f03c31c19e57fb4c682d67713eab6a65541b4dff86c"