diff --git a/lua-cffi.changes b/lua-cffi.changes index f10a5aa..effd778 100644 --- a/lua-cffi.changes +++ b/lua-cffi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Aug 26 23:47:19 UTC 2025 - Matej Cepl + +- Add two patches fixing typos in documentation: + - 0001-Corrects-1st-example-in-introduction.md.patch + - 0002-docs-fixed-the-second-example-in-introduction.md.patch + ------------------------------------------------------------------- Tue Aug 26 22:10:40 UTC 2025 - Matej Cepl diff --git a/lua-cffi.spec b/lua-cffi.spec index 7963356..040cbad 100644 --- a/lua-cffi.spec +++ b/lua-cffi.spec @@ -25,6 +25,12 @@ License: MIT Group: Development/Languages/Other URL: https://github.com/q66/cffi-lua Source: %{mod_name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM 0001-Corrects-1st-example-in-introduction.md.patch gh#q66/cffi-lua!38 mcepl@suse.com +# fix one typo in introduction.md +Patch0: 0001-Corrects-1st-example-in-introduction.md.patch +# PATCH-FIX-UPSTREAM 0002-docs-fixed-the-second-example-in-introduction.md.patch mcepl@suse.com +# fix second typo in introduction.md +Patch0: 0002-docs-fixed-the-second-example-in-introduction.md.patch BuildRequires: %{flavor}-devel BuildRequires: lua-macros BuildRequires: meson