Hello community,
here is the log from the commit of package python-distorm3 for openSUSE:Factory
checked in at 2020-01-27 00:24:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-distorm3 (Old)
and /work/SRC/openSUSE:Factory/.python-distorm3.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-distorm3"
Mon Jan 27 00:24:27 2020 rev:16 rq:767508 version:3.4.1+git651137b
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-distorm3/python-distorm3.changes
2019-03-12 09:53:55.087532040 +0100
+++
/work/SRC/openSUSE:Factory/.python-distorm3.new.26092/python-distorm3.changes
2020-01-27 00:24:49.529564501 +0100
@@ -1,0 +2,7 @@
+Sun Jan 26 18:05:59 CET 2020 - Matej Cepl <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------
New:
----
up_to_HEAD.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-distorm3.spec ++++++
--- /var/tmp/diff_new_pack.sFg9jq/_old 2020-01-27 00:24:51.685565517 +0100
+++ /var/tmp/diff_new_pack.sFg9jq/_new 2020-01-27 00:24:51.685565517 +0100
@@ -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 @@
text.
%prep
-%setup -q -n %{modname}-%{version}
+%setup -q -n %{modname}-%{lastversion}
+%autopatch -p1
%build
export CFLAGS="%{optflags}"
++++++ up_to_HEAD.patch ++++++
++++ 4881 lines (skipped)