diff mbox series

[AUH] libraw: upgrading to 0.21.1 SUCCEEDED

Message ID 0101018b96becdb7-d18f97d2-8915-4dc9-ac04-75bd47748c2d-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libraw: upgrading to 0.21.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 3, 2023, 7:52 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libraw* to *0.21.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libraw-upgrade-0.20.2-0.21.1.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 036d4c41312c8aab701ae928c4d2cfee354efd99 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 14:26:36 +0000
Subject: [PATCH] libraw: upgrade 0.20.2 -> 0.21.1

---
 .../{libraw_0.20.2.bb => libraw_0.21.1.bb}    | 25 +++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/libraw/{libraw_0.20.2.bb => libraw_0.21.1.bb} (20%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/libraw/libraw_0.20.2.bb b/meta-oe/recipes-support/libraw/libraw_0.21.1.bb
similarity index 20%
rename from meta-oe/recipes-support/libraw/libraw_0.20.2.bb
rename to meta-oe/recipes-support/libraw/libraw_0.21.1.bb
index 1940864a2..8d2e44fbf 100644
--- a/meta-oe/recipes-support/libraw/libraw_0.20.2.bb
+++ b/meta-oe/recipes-support/libraw/libraw_0.21.1.bb
@@ -1,9 +1,30 @@ 
+# 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:
+#
+# --- COPYRIGHT
+# +++ COPYRIGHT
+# @@ -1,6 +1,6 @@
+#   ** LibRaw: Raw images processing library **
+#  
+# -Copyright (C) 2008-2020 LibRaw LLC (http://www.libraw.org, info@libraw.org)
+# +Copyright (C) 2008-2021 LibRaw LLC (http://www.libraw.org, info@libraw.org)
+#   
+#  LibRaw is free software; you can redistribute it and/or modify
+#  it under the terms of the one of two licenses as you choose:
+# 
+#
+
 SUMMARY = "raw image decoder"
 LICENSE = "LGPL-2.1-only | CDDL-1.0"
-LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=74c9dffdc42805f9c0de2f97df6031fc"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=1501ae0aa3c8544e63f08d6f7bf88a6f"
 
 SRC_URI = "git://github.com/LibRaw/LibRaw.git;branch=master;protocol=https"
-SRCREV = "0209b6a2caec189e6d1a9b21c10e9e49f46e5a92"
+SRCREV = "cccb97647fcee56801fa68231fa8a38aa8b52ef7"
 S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig