From caf35f280dbd0989c223679376ca5f73b25ca248392a1a7676a47e56964651be Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 28 Sep 2023 07:41:25 +0000 Subject: [PATCH] Accepting request 1113864 from home:ecsos:python - Fix build error "patch defined multiple times" for Leap. OBS-URL: https://build.opensuse.org/request/show/1113864 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-gmpy2?expand=0&rev=12 --- python-gmpy2.changes | 5 +++++ python-gmpy2.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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