Hello community,
here is the log from the commit of package python-distorm3 for openSUSE:Factory
checked in at 2019-03-12 09:53:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-distorm3 (Old)
and /work/SRC/openSUSE:Factory/.python-distorm3.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-distorm3"
Tue Mar 12 09:53:52 2019 rev:15 rq:682846 version:3.4.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-distorm3/python-distorm3.changes
2018-11-12 09:42:05.413131960 +0100
+++
/work/SRC/openSUSE:Factory/.python-distorm3.new.28833/python-distorm3.changes
2019-03-12 09:53:55.087532040 +0100
@@ -1,0 +2,9 @@
+Fri Mar 8 13:26:27 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 3.4.1:
+ * various small fixes around
+- Merged patches:
+ * 0001-don-t-stutter-static-on-BigEndian.patch
+ * reproducible.patch
+
+-------------------------------------------------------------------
Old:
----
0001-don-t-stutter-static-on-BigEndian.patch
distorm3-3.3.4.zip
reproducible.patch
New:
----
distorm3-3.4.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-distorm3.spec ++++++
--- /var/tmp/diff_new_pack.rRMSHW/_old 2019-03-12 09:53:56.199531818 +0100
+++ /var/tmp/diff_new_pack.rRMSHW/_new 2019-03-12 09:53:56.207531817 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-distorm3
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,17 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define modname distorm3
Name: python-%{modname}
-Version: 3.3.4
+Version: 3.4.1
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}.zip
-# Issue filed upstream https://github.com/gdabah/distorm/issues/123
-Patch0: 0001-don-t-stutter-static-on-BigEndian.patch
-# PATCH-FIX-UPSTREAM https://github.com/gdabah/distorm/pull/116
-Patch1: reproducible.patch
+Source:
https://files.pythonhosted.org/packages/source/d/distorm3/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -44,8 +40,6 @@
%prep
%setup -q -n %{modname}-%{version}
-%patch0 -p1
-%patch1 -p1
%build
export CFLAGS="%{optflags}"
@@ -53,12 +47,6 @@
%install
%python_install
-# setup.py install puts files into wrong directory
-# https://github.com/gdabah/distorm/issues/124
-if [ "x%_lib" != "xlib" ]; then
- %python_expand mkdir -p %{buildroot}%{$python_sitearch}
- %python_expand mv -v %{buildroot}%{$python_sitelib}/%{modname}*
%{buildroot}%{$python_sitearch}
-fi
%python_expand %fdupes %{buildroot}%{$python_sitearch}
# tests are not packaged in the upstream tarball