diff mbox series

[AUH] libunistring: upgrading to 1.4 SUCCEEDED

Message ID 010101999ff99045-fb763522-e6b2-4e11-bbb8-87384bb4958d-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libunistring: upgrading to 1.4 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Oct. 1, 2025, 1:32 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *libunistring* to *1.4* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libunistring-upgrade-1.3-1.4.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 7399c5154db605ac5386e9e5d2bd7a83b62c46a4 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 1 Oct 2025 13:19:22 +0000
Subject: [PATCH] libunistring: upgrade 1.3 -> 1.4

---
 ...ibunistring_1.3.bb => libunistring_1.4.bb} | 62 ++++++++++++++++++-
 1 file changed, 60 insertions(+), 2 deletions(-)
 rename meta/recipes-support/libunistring/{libunistring_1.3.bb => libunistring_1.4.bb} (37%)
diff mbox series

Patch

diff --git a/meta/recipes-support/libunistring/libunistring_1.3.bb b/meta/recipes-support/libunistring/libunistring_1.4.bb
similarity index 37%
rename from meta/recipes-support/libunistring/libunistring_1.3.bb
rename to meta/recipes-support/libunistring/libunistring_1.4.bb
index 08531acec1..a6c1152f0c 100644
--- a/meta/recipes-support/libunistring/libunistring_1.3.bb
+++ b/meta/recipes-support/libunistring/libunistring_1.4.bb
@@ -1,3 +1,61 @@ 
+# 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:
+#
+# --- doc/libunistring.texi
+# +++ doc/libunistring.texi
+# @@ -3,7 +3,18 @@
+#  @setfilename libunistring.info
+#  @documentencoding UTF-8
+#  @settitle GNU libunistring
+# +
+# +@c Remove the black boxes generated in the GPL appendix.
+#  @finalout
+# +
+# +@c In PDF output, use a brown colour for interactive links,
+# +@c like it was before commit
+# +@c https://git.savannah.gnu.org/gitweb/?p=texinfo.git;a=commitdiff;h=b4f50b9f4c083327e81ec5c7cde9b87234a19646
+# +@tex
+# +\global\def\linkcolor{\rgbDarkRed}
+# +\global\def\urlcolor{\rgbDarkRed}
+# +@end tex
+# +
+#  @c Indices:
+#  @c   am = autoconf macro  @amindex
+#  @c   cp = concept         @cindex
+# @@ -17,6 +28,7 @@
+#  @syncodeindex am cp
+#  @syncodeindex fn cp
+#  @syncodeindex tp cp
+# +
+#  @ifclear texi2html
+#  @firstparagraphindent insert
+#  @end ifclear
+# @@ -98,7 +110,7 @@
+#  
+#  @ignore
+#  @c This was: @copying but it triggers a makeinfo 4.13 bug
+# -Copyright (C) 2001-2024 Free Software Foundation, Inc.
+# +Copyright (C) 2001-2025 Free Software Foundation, Inc.
+#  
+#  This manual is free documentation.  It is dually licensed under the
+#  GNU FDL and the GNU GPL.  This means that you can redistribute this
+# @@ -129,7 +141,7 @@
+#  @page
+#  @vskip 0pt plus 1filll
+#  @c @insertcopying
+# -Copyright (C) 2001-2024 Free Software Foundation, Inc.
+# +Copyright (C) 2001-2025 Free Software Foundation, Inc.
+#  
+#  This manual is free documentation.  It is dually licensed under the
+#  GNU FDL and the GNU GPL.  This means that you can redistribute this
+# 
+#
+
 SUMMARY = "Library for manipulating C and Unicode strings"
 
 DESCRIPTION = "Text files are nowadays usually encoded in Unicode, and may\
@@ -16,12 +74,12 @@  SECTION = "devel"
 LICENSE = "LGPL-3.0-or-later | GPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
                     file://README;beginline=45;endline=65;md5=3a896a943b4da2c551e6be1af27eff8d \
-                    file://doc/libunistring.texi;md5=36b7d20daef7fbcc032333ae2429aa94 \
+                    file://doc/libunistring.texi;md5=55cc91e1fe09c7aec78b6dc932202300 \
                     "
 DEPENDS = "gperf-native"
 
 SRC_URI = "${GNU_MIRROR}/libunistring/libunistring-${PV}.tar.gz"
-SRC_URI[sha256sum] = "8ea8ccf86c09dd801c8cac19878e804e54f707cf69884371130d20bde68386b7"
+SRC_URI[sha256sum] = "f7e39ddeca18858ecdd02c60d1d5374fcdcbbcdb6b68a391f8497cb1cb2cf3f7"
 
 inherit autotools texinfo
 BBCLASSEXTEND = "native nativesdk"