From 5a463b7ff5c84ffb2c4da08a3c837cada2f5355288e3a0d7628c8daa26308dc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Wed, 27 Aug 2025 01:48:05 +0200 Subject: [PATCH] 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 --- lua-cffi.changes | 7 +++++++ lua-cffi.spec | 6 ++++++ 2 files changed, 13 insertions(+) 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