diff --git a/python-qrcode.changes b/python-qrcode.changes index b4cca53..63cc15b 100644 --- a/python-qrcode.changes +++ b/python-qrcode.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 23 08:43:04 UTC 2024 - Andreas Schneider + +- Fix applying the patch on Leap (SLE) + ------------------------------------------------------------------- Wed Jun 12 12:06:29 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-qrcode.spec b/python-qrcode.spec index dc04e88..3e83599 100644 --- a/python-qrcode.spec +++ b/python-qrcode.spec @@ -25,7 +25,7 @@ License: BSD-3-Clause URL: https://github.com/lincolnloop/python-qrcode Source: https://files.pythonhosted.org/packages/source/q/qrcode/qrcode-%{version}.tar.gz # PATCH-FIX-UPSTREAM - Add buffer and fileno for mocked sys.stdout -Patch: https://github.com/lincolnloop/python-qrcode/pull/364.patch +Patch0: https://github.com/lincolnloop/python-qrcode/pull/364.patch BuildRequires: %{python_module Pillow} BuildRequires: %{python_module pip} BuildRequires: %{python_module pypng}