From af7f736e1f3127c7b4039b3843c0fe566d13272bfb85262c72086e299ea29c7f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 5 Dec 2021 07:26:26 +0000 Subject: [PATCH] - Fix abbreviated references OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=101 --- python-numpy.changes | 5 +++++ python-numpy.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-numpy.changes b/python-numpy.changes index 8fc25fd..058d77e 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Dec 5 07:26:13 UTC 2021 - Matej Cepl + +- Fix abbreviated references + ------------------------------------------------------------------- Fri Dec 3 10:54:01 UTC 2021 - Guillaume GARDET diff --git a/python-numpy.spec b/python-numpy.spec index 1117bc9..e489f24 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -84,9 +84,9 @@ Source99: python-numpy-rpmlintrc Patch0: numpy-buildfix.patch # PATCH-FIX-OPENSUSE numpy-1.9.0-remove-__declspec.patch -- fix for spurious compiler warnings that cause build failure Patch1: numpy-1.9.0-remove-__declspec.patch -# PATCH-FIX-UPSTREAM -- gh#numpy/numpy/commit/8871c7285fc097fd1bf713aa184cba7e2804f625 +# PATCH-FIX-UPSTREAM -- gh#numpy/numpy#20347 Patch2: bpo-45167-fixes.patch -# PATCH-FIX-UPSTREAM -- h#numpy/numpy/commit/2113cad8cbb4c4bc9469e0c94025bd7cbbe6f2d6 +# PATCH-FIX-UPSTREAM -- gh#numpy/numpy#20388 Patch3: numpy-fix-cpu_asimdfhm.patch BuildConflicts: gcc11 < 11.2 BuildRequires: %{python_module Cython >= 0.29.24}