diff mbox series

[AUH] puzzles: upgrading to ea09098d71db949351437eba1920033d3a08f491 SUCCEEDED

Message ID 010101a0bd405ff6-390c8d9d-d28f-4779-9366-741d24244867-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] puzzles: upgrading to ea09098d71db949351437eba1920033d3a08f491 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 20, 2026, 5:18 a.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-puzzles-upgrade-to-latest-revision.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 4a589b8c23983824ea8ac4b01618f73eb25f1916 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sun, 20 Sep 2026 05:18:24 +0000
Subject: [PATCH] puzzles: upgrade to latest revision

ea09098 Mines: rewrite the blurb for the Javascript puzzle page.
428913c Mines: rename 'cyclic' grids to 'wrapping'.
7914338 Mines: Fix the needlessly large right margin for Triangular cyclic grid.
3b117ab Mines: show arrows to indicate a cyclic grid.
a33f458 Mines: fix a typo in a diagnostic.
38e7ea3 GTK: fix build with Gtk2 (focus_on_click).
515c8a4 GTK: fix Gtk2 warning/error from missing static.
43eefe8 Web puzzles: provide some <noscript> text.
a683d27 Mines: fix cursor control on rectangular square grids.
d385acc Mines: allow mine count to be stored as a proportion.
2659085 Dominosa: ensure gutter between dominoes is nonzero.
e67daaa Support C implementations where malloc(0) returns NULL.
b30838a Use /std:c11 when compiling with MSVC.
8b36325 Add -Werror=vla when building with -DSTRICT=ON.
d82dbb1 Make a click outside the grid hide the cursor.
d324fe9 Mines: support play on a wide range of grid shapes.
aa4cd48 New grid type, internally named 'Octagonal2'.
3855a39 Mines: preference to highlight flags when clicking to clear.
fc9c4ab Mines: fix double-increment of nperturbs.
7c79620 Mines: remove validation check on the mine count.
---
 meta/recipes-sato/puzzles/puzzles_git.bb | 26 ++++++++++++++++++++++--
 1 file changed, 24 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb
index 6e1e2b8749..8121ebc6b2 100644
--- a/meta/recipes-sato/puzzles/puzzles_git.bb
+++ b/meta/recipes-sato/puzzles/puzzles_git.bb
@@ -1,8 +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:
+#
+# --- LICENCE
+# +++ LICENCE
+# @@ -3,7 +3,7 @@
+#  Portions copyright Richard Boulton, James Harvey, Mike Pinna, Jonas
+#  Kölker, Dariusz Olszewski, Michael Schierl, Lambros Lambrou, Bernd
+#  Schmidt, Steffen Bauer, Lennard Sprong, Rogier Goossens, Michael
+# -Quevillon, Asher Gordon, Didi Kohen and Ben Harris.
+# +Quevillon, Asher Gordon, Didi Kohen, Ben Harris and Anders Höglund.
+#  
+#  Permission is hereby granted, free of charge, to any person
+#  obtaining a copy of this software and associated documentation files
+# 
+#
+
 SUMMARY = "Simon Tatham's Portable Puzzle Collection"
 DESCRIPTION = "Collection of small computer programs which implement one-player puzzle games."
 HOMEPAGE = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=191542b32377bde254e9799e0a46f18b"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=1b7aa4c7283fd600d2301af8d9df972b"
 
 # gtk support includes a bunch of x11 headers
 REQUIRED_DISTRO_FEATURES = "x11"
@@ -10,7 +32,7 @@  REQUIRED_DISTRO_FEATURES = "x11"
 SRC_URI = "git://git.tartarus.org/simon/puzzles.git;branch=main;protocol=https"
 
 UPSTREAM_CHECK_COMMITS = "1"
-SRCREV = "3c3632259d298ab62aafa8a5858823569ab1af46"
+SRCREV = "ea09098d71db949351437eba1920033d3a08f491"
 PE = "2"
 PV = "0.0+git"