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
This commit is contained in:
2025-08-27 01:48:05 +02:00
parent 12cd5b0c3d
commit 5a463b7ff5
2 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Aug 26 23:47:19 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- 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 <mcepl@cepl.eu>

View File

@@ -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