Hello community, here is the log from the commit of package python-distorm3 for openSUSE:Factory checked in at 2013-01-14 14:07:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-distorm3 (Old) and /work/SRC/openSUSE:Factory/.python-distorm3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-distorm3", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-distorm3/python-distorm3.changes 2012-07-30 09:37:38.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-distorm3.new/python-distorm3.changes 2013-01-14 14:07:57.000000000 +0100 @@ -1,0 +2,32 @@ +Fri Jan 11 17:15:31 UTC 2013 - [email protected] + +- Update to 3.3 version: + * The structure of a decoded instruction now contains new fields + that let one know how the instruction affected the CPU flags (modified, + tested, undefined). For more info see the last three fields of the + DInst structure inside DecomposeInterface. + * Compacted the DB of instructions much more, with another level of + shared data among similar instructions... + * The Python bindings now support the control flow features that + diStorm3 itself support, thanks to Vext01. +- Remove duplicate files with fdupes + +------------------------------------------------------------------- +Fri Jan 11 17:14:12 UTC 2013 - [email protected] + +- Update to 3.2 version: + * Fixed many instructions, either operand accuracy problems or typos + in mnemonics. + * Fixed a few bugs introduced in July 2011. + * Added new instructions such as: INVPCID, TZCNT, RDxSBASE, WRxSBASE, + CVTPS2PH, CVTPH2PS and more. Added a new compiler directive DISTORM_LIGHT + to compile only distorm_decompose (no text formatting) to make diStorm + smaller in size (should save around 20kb), thanks to Marius Negrutiu of BullGuard. + * Fixed the Java wrapper to support latest version. + +------------------------------------------------------------------- +Thu Jan 3 19:03:02 UTC 2013 - [email protected] + +- Fix builds for SLES 11 + +------------------------------------------------------------------- Old: ---- distorm3-1.0.zip New: ---- distorm3-3.3.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-distorm3.spec ++++++ --- /var/tmp/diff_new_pack.1bgZdM/_old 2013-01-14 14:07:58.000000000 +0100 +++ /var/tmp/diff_new_pack.1bgZdM/_new 2013-01-14 14:07:58.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-distorm3 # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,28 +16,28 @@ # Name: python-distorm3 -Version: 1.0 +Version: 3.3 Release: 0 License: GPL-3.0 Summary: Powerful Disassembler Library For x86/AMD64 Url: http://code.google.com/p/distorm/ Group: Development/Libraries/Python -Source: distorm3-1.0.zip +Source: distorm3-%{version}.zip Patch0: 0001-don-t-stutter-static-on-BigEndian.patch BuildRequires: pkg-config BuildRequires: python-devel > 2.5 BuildRequires: unzip +BuildRequires: fdupes BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %endif %description No more parsing strings! - diStorm3 is really a decomposer, which means it takes an instruction and returns a binary structure which describes it rather than static text. %prep -%setup -q -n distorm3-1.0 +%setup -q -n distorm3 %patch0 -p1 %build @@ -46,9 +46,12 @@ %install python setup.py install --root=%{buildroot} --prefix=%{_prefix} %ifarch x86_64 ppc64 +%if 0%{?suse_version} && 0%{?suse_version} > 1110 install -d %{buildroot}%{python_sitearch} mv %{buildroot}%{python_sitelib}/* %{buildroot}%{python_sitearch} %endif +%endif +%fdupes -s %{buildroot} %files %defattr(-,root,root) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
