15
0

Accepting request 767508 from devel:languages:python

- Add up_to_HEAD.patch patch containing all commits until
  651137b (to fix gh#gdabah/distorm#124, among other issues) and
  test new setup.py.

OBS-URL: https://build.opensuse.org/request/show/767508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distorm3?expand=0&rev=16
This commit is contained in:
2020-01-26 23:24:27 +00:00
committed by Git OBS Bridge
3 changed files with 4896 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jan 26 18:05:59 CET 2020 - Matej Cepl <mcepl@suse.com>
- Add up_to_HEAD.patch patch containing all commits until
651137b (to fix gh#gdabah/distorm#124, among other issues) and
test new setup.py.
-------------------------------------------------------------------
Fri Mar 8 13:26:27 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-distorm3
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,17 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define modname distorm3
%define lastversion 3.4.1
Name: python-%{modname}
Version: 3.4.1
Version: 3.4.1+git651137b
Release: 0
Summary: Disassembler Library For x86/AMD64
License: BSD-3-Clause
Group: Development/Libraries/Python
URL: https://github.com/gdabah/distorm
Source: https://files.pythonhosted.org/packages/source/d/distorm3/%{modname}-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/d/distorm3/%{modname}-%{lastversion}.tar.gz
# To solve gh#gdabah/distorm#124, among other problems
Patch0: up_to_HEAD.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -39,7 +42,8 @@ returns a binary structure which describes it rather than static
text.
%prep
%setup -q -n %{modname}-%{version}
%setup -q -n %{modname}-%{lastversion}
%autopatch -p1
%build
export CFLAGS="%{optflags}"

4881
up_to_HEAD.patch Normal file

File diff suppressed because it is too large Load Diff