14
0

Accepting request 1189128 from devel:languages:python

- fix patch syntax for 15.6

OBS-URL: https://build.opensuse.org/request/show/1189128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-radix?expand=0&rev=3
This commit is contained in:
2024-07-24 13:30:19 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 15 16:47:28 UTC 2024 - Sebastian Wagner <sebix@sebix.at>
- fix patch syntax for 15.6
-------------------------------------------------------------------
Tue Jun 18 10:45:53 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -26,7 +26,7 @@ Group: Development/Languages/Python
URL: https://github.com/mjschultz/py-radix
Source: https://files.pythonhosted.org/packages/source/p/py-radix/py-radix-%{version}.tar.gz
# PATCH-FIX-UPSTREAM - Change incompatible pointer type from RadixNodeObject to PyObject
Patch: https://github.com/mjschultz/py-radix/pull/58.patch
Patch0: https://github.com/mjschultz/py-radix/pull/58.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -45,7 +45,7 @@ This package includes the C-extension.
%prep
%setup -q -n py-radix-%{version}
%patch -P0 -p1
%patch0 -p1
%build
export CFLAGS="%{optflags}"