15
0

- update to 3.5.2:

* fixed signedd of 32 bits immediates in formatting code
  * fix for default segment in MEM/DISP for 64 bits
  * added registers list for used registers in every instruction in python

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distorm3?expand=0&rev=36
This commit is contained in:
2021-05-12 21:28:39 +00:00
committed by Git OBS Bridge
parent 7694f906f8
commit 8b1f0332b5
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4859fa525cc18bfc46b24fa6050f7b4f036daa244d8d7666f6939b7675416aa4
size 137500

3
distorm3-3.5.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7528228b905d128972205e9b6cb69f328dce0febaa7355b92fae101a8309e144
size 138371

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed May 12 21:22:50 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 3.5.2:
* fixed signedd of 32 bits immediates in formatting code
* fix for default segment in MEM/DISP for 64 bits
* added registers list for used registers in every instruction in python
-------------------------------------------------------------------
Wed Jul 1 05:54:34 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-distorm3
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define modname distorm3
Name: python-%{modname}
Version: 3.5.0
Version: 3.5.2
Release: 0
Summary: Disassembler Library For x86/AMD64
License: BSD-3-Clause