Hello community,

here is the log from the commit of package binwalk for openSUSE:Factory checked 
in at 2015-12-24 12:17:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/binwalk (Old)
 and      /work/SRC/openSUSE:Factory/.binwalk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "binwalk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/binwalk/binwalk.changes  2015-09-19 
06:54:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.binwalk.new/binwalk.changes     2015-12-24 
12:17:44.000000000 +0100
@@ -1,0 +2,18 @@
+Wed Dec 23 18:04:53 UTC 2015 - [email protected]
+
+- Update to version 2.1.1:
+  * Many bug fixes
+  * New/improved file signatures
+  * Disassembly scans (using the Capstone Engine)
+  * Improved raw Deflate compression detection and extraction
+  * Raw LZMA compression detection and extraction
+  * Improved false positive detection for common compressions
+    (Zlib, LZMA)
+  * An IDA plugin for running binwalk inside of IDA
+  * Integration of better extraction utilities (e.g., sasquatch
+    for SquashFS, jefferson for JFFS2)
+  * Removal of all C library dependencies, including
+    libmagic - pure Python!
+  * Native Windows support!
+ 
+-------------------------------------------------------------------

Old:
----
  binwalk-2.0.1.tar.gz

New:
----
  binwalk-2.1.1.tar.gz

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

Other differences:
------------------
++++++ binwalk.spec ++++++
--- /var/tmp/diff_new_pack.AU4NJS/_old  2015-12-24 12:17:45.000000000 +0100
+++ /var/tmp/diff_new_pack.AU4NJS/_new  2015-12-24 12:17:45.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           binwalk
-Version:        2.0.1
+Version:        2.1.1
 Release:        0
 Summary:        Firmware Analysis Tool
 License:        MIT
@@ -35,6 +35,7 @@
 Recommends:     xz
 Recommends:     zlib
 Suggests:       java
+BuildRequires:  fdupes
 %if 0%{?suse_version} >= 1230
 BuildRequires:  python3-devel
 Requires:       python3-curses
@@ -46,6 +47,9 @@
 Requires:       python-curses
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %endif
+%if 0%{?suse_version} > 1110
+BuildArch:      noarch
+%endif
 
 %description
 Binwalk is a tool for searching a given binary image for embedded
@@ -62,23 +66,25 @@
 %setup -q
 
 %build
-%configure \
 %if 0%{?suse_version} >= 1230
-  --with-python=python3 \
-  --disable-libfuzzy    \
+python3 setup.py build
+%else
+python setup.py build
 %endif
-  --disable-libmagic
-make %{?_smp_mflags}
 
 %install
 %if 0%{?suse_version} >= 1230
 python3 setup.py install --root=%{buildroot} --prefix=%{_prefix}
+%fdupes %{buildroot}%{python3_sitelib}
 %else
 python2 setup.py install --root=%{buildroot} --prefix=%{_prefix}
+%fdupes %{buildroot}%{python_sitelib}
 %endif
+chmod 644 API.md
 
 %files
 %defattr(-,root,root)
+%doc API.md LICENSE
 %{_bindir}/%{name}
 %if 0%{?suse_version} >= 1230
 %{python3_sitelib}/%{name}/

++++++ binwalk-2.0.1.tar.gz -> binwalk-2.1.1.tar.gz ++++++
++++ 32044 lines of diff (skipped)


Reply via email to