14
0

- Add patch drop-march-native.patch:

* Do not use CPU-specific build flags. (bsc#1246916)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rencode?expand=0&rev=12
This commit is contained in:
2025-07-24 00:34:52 +00:00
committed by Git OBS Bridge
parent 6cfbca6efc
commit 43cdbacac2
3 changed files with 32 additions and 1 deletions

View File

@@ -24,6 +24,8 @@ License: GPL-3.0-or-later
URL: https://github.com/aresch/rencode
Source0: https://github.com/aresch/rencode/archive/v%{version}.tar.gz
Source1: %{name}.changes
# PATCH-FIX-UPSTREAM Based on gh#aresch/rencode#e7ec8ea718e73a8fee7dbc007c262e1584f7f94b
Patch0: drop-march-native.patch
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
@@ -40,7 +42,7 @@ many small elements, r-encodings take up significantly less space than
b-encodings. Python2 version of package
%prep
%setup -q -n rencode-%{version}
%autosetup -p1 -n rencode-%{version}
%build
export CFLAGS="%{optflags} -fno-strict-aliasing"