Hello community,

here is the log from the commit of package python-distorm3 for openSUSE:Factory 
checked in at 2018-07-27 10:57:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-distorm3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-distorm3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-distorm3"

Fri Jul 27 10:57:15 2018 rev:13 rq:625424 version:3.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-distorm3/python-distorm3.changes  
2018-07-23 18:03:49.524721283 +0200
+++ /work/SRC/openSUSE:Factory/.python-distorm3.new/python-distorm3.changes     
2018-07-27 10:58:13.437874124 +0200
@@ -1,0 +2,6 @@
+Thu Jul 26 10:38:47 UTC 2018 - [email protected]
+
+- Remove rhetorics from descriptions.
+- Avoid bashisms in %install.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-distorm3.spec ++++++
--- /var/tmp/diff_new_pack.HVheay/_old  2018-07-27 10:58:13.793874805 +0200
+++ /var/tmp/diff_new_pack.HVheay/_new  2018-07-27 10:58:13.797874813 +0200
@@ -21,7 +21,7 @@
 Name:           python-%{modname}
 Version:        3.3.4
 Release:        0
-Summary:        Powerful Disassembler Library For x86/AMD64
+Summary:        Disassembler Library For x86/AMD64
 License:        BSD-3-Clause
 Group:          Development/Libraries/Python
 URL:            https://github.com/gdabah/distorm
@@ -38,9 +38,9 @@
 %python_subpackages
 
 %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.
+diStorm3 is a decomposer, which means it takes an instruction and
+returns a binary structure which describes it rather than static
+text.
 
 %prep
 %setup -q -n %{modname}-%{version}
@@ -55,7 +55,7 @@
 %python_install
 # setup.py install puts files into wrong directory
 # https://github.com/gdabah/distorm/issues/124
-if  [[ "x%_lib" != 'xlib' ]]; then
+if [ "x%_lib" != "xlib" ]; then
        %python_expand mkdir -p %{buildroot}%{$python_sitearch}
        %python_expand mv -v %{buildroot}%{$python_sitelib}/%{modname}* 
%{buildroot}%{$python_sitearch}
 fi



Reply via email to