diff --git a/python-gmpy2.changes b/python-gmpy2.changes index 190d2c1..aad5015 100644 --- a/python-gmpy2.changes +++ b/python-gmpy2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 27 11:47:12 UTC 2023 - ecsos + +- Fix build error "patch defined multiple times" for Leap. + ------------------------------------------------------------------- Tue Sep 19 09:03:02 UTC 2023 - Markéta Machová diff --git a/python-gmpy2.spec b/python-gmpy2.spec index 3597e47..9dded32 100644 --- a/python-gmpy2.spec +++ b/python-gmpy2.spec @@ -25,9 +25,9 @@ License: LGPL-3.0-only URL: https://github.com/aleaxit/gmpy Source: https://files.pythonhosted.org/packages/source/g/gmpy2/gmpy2-%{version}.tar.gz # PATCH-FIX-UPSTREAM https://github.com/aleaxit/gmpy/pull/422 Update MPFR to 4.2.1 in build scripts & fix test failures on new version -Patch: mpfr421.patch +Patch0: mpfr421.patch # PATCH-FIX-UPSTREAM file included in https://github.com/aleaxit/gmpy/issues/418#issuecomment-1706721394 -Patch: gmpy2_cache.c.diff +Patch1: gmpy2_cache.c.diff BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes