15
0

Accepting request 512169 from home:bmwiedemann:branches:devel:languages:python

Add reproducible.patch to sort file list to fix build-compare (boo#1041090)

OBS-URL: https://build.opensuse.org/request/show/512169
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distorm3?expand=0&rev=15
This commit is contained in:
2017-07-25 11:36:10 +00:00
committed by Git OBS Bridge
parent bb2cf00a54
commit cc547517c1
3 changed files with 38 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ Group: Development/Libraries/Python
Url: http://code.google.com/p/distorm/
Source: distorm3-%{version}.zip
Patch0: 0001-don-t-stutter-static-on-BigEndian.patch
# PATCH-FIX-UPSTREAM https://github.com/gdabah/distorm/pull/116
Patch1: reproducible.patch
BuildRequires: fdupes
BuildRequires: python-devel
BuildRequires: unzip
@@ -41,6 +43,7 @@ than static text.
%prep
%setup -q -n distorm3
%patch0 -p1
%patch1 -p1
%build
CFLAGS="%{optflags}" python setup.py build