diff options
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | patches.ent | 6 |
2 files changed, 12 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b5549725e..d806cc721 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,15 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2022-01-17</para> + <itemizedlist> + <listitem> + <para>[thomas] - Added a fix of a typo to the meson-0.61.0 patch.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2022-01-15</para> <itemizedlist> <listitem> diff --git a/patches.ent b/patches.ent index 38f303c68..99f19cb99 100644 --- a/patches.ent +++ b/patches.ent @@ -60,9 +60,9 @@ <!ENTITY libpipeline-checks-patch-size "22 KB"> --> -<!ENTITY meson-fix-patch "meson-&meson-version;-upstream_fix-1.patch"> -<!ENTITY meson-fix-patch-md5 "14e62d976f7901c17686ed0e11095256"> -<!ENTITY meson-fix-patch-size "5.0 KB"> +<!ENTITY meson-fix-patch "meson-&meson-version;-upstream_fix-2.patch"> +<!ENTITY meson-fix-patch-md5 "dd0b2187d287abcb41c3dd7e497b7df3"> +<!ENTITY meson-fix-patch-size "5.5 KB"> <!-- <!ENTITY ninja-limit-jobs-patch "ninja-&ninja-version;-add_NINJAJOBS_var-1.patch"> |