Hello community, here is the log from the commit of package binwalk for openSUSE:Leap:15.2 checked in at 2020-04-17 13:37:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/binwalk (Old) and /work/SRC/openSUSE:Leap:15.2/.binwalk.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "binwalk" Fri Apr 17 13:37:25 2020 rev:10 rq:794072 version:2.2.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/binwalk/binwalk.changes 2020-01-15 14:48:34.257347541 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.binwalk.new.2738/binwalk.changes 2020-04-17 13:37:31.788219267 +0200 @@ -1,0 +2,24 @@ +Thu Feb 6 19:05:14 UTC 2020 - Klaus Kämpf <[email protected]> + +- Update to version 2.2.0 + - no further information available - + +------------------------------------------------------------------- +Thu Oct 17 14:39:23 UTC 2019 - Richard Brown <[email protected]> + +- Remove obsolete Groups tag (fate#326485) + +------------------------------------------------------------------- +Fri Aug 10 13:00:35 UTC 2018 - [email protected] + +- Use only python3 variant +- Drop argparse dependency +- Use %license macro + +------------------------------------------------------------------- +Mon Jul 2 19:48:09 UTC 2018 - [email protected] + +- Recommends p7zip-full for TW as 7z binary used in binwalk was + moved there + +------------------------------------------------------------------- Old: ---- binwalk-2.1.1.tar.gz New: ---- binwalk-2.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ binwalk.spec ++++++ --- /var/tmp/diff_new_pack.WC1koa/_old 2020-04-17 13:37:32.196219575 +0200 +++ /var/tmp/diff_new_pack.WC1koa/_new 2020-04-17 13:37:32.200219577 +0200 @@ -1,7 +1,7 @@ # # spec file for package binwalk # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,43 +12,39 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: binwalk -Version: 2.1.1 +Version: 2.2.0 Release: 0 Summary: Firmware Analysis Tool License: MIT -Group: Development/Tools/Debuggers -Url: https://github.com/devttys0/binwalk +URL: https://github.com/devttys0/binwalk Source: https://github.com/devttys0/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: fdupes +BuildRequires: python-rpm-macros +BuildRequires: python3-curses +BuildRequires: python3-setuptools # Depends on libmagic. Requires: file +Requires: python3-curses +# Depends on libfuzzy. +Requires: ssdeep Recommends: bzip2 Recommends: cabextract Recommends: cpio Recommends: gzip -Recommends: p7zip Recommends: unrar Recommends: xz Recommends: zlib Suggests: java -BuildRequires: fdupes -%if 0%{?suse_version} >= 1230 -BuildRequires: python3-devel -Requires: python3-curses -# Depends on libfuzzy. -Requires: ssdeep -%else -BuildRequires: python-devel -Requires: python-argparse -Requires: python-curses -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%endif -%if 0%{?suse_version} > 1110 BuildArch: noarch +%if 0%{?suse_version} > 1500 +Recommends: p7zip-full +%else +Recommends: p7zip %endif %description @@ -66,32 +62,17 @@ %setup -q %build -%if 0%{?suse_version} >= 1230 -python3 setup.py build -%else -python setup.py build -%endif +%python3_build %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 +%python3_install chmod 644 API.md %files -%defattr(-,root,root) -%doc API.md LICENSE +%license LICENSE +%doc API.md %{_bindir}/%{name} -%if 0%{?suse_version} >= 1230 %{python3_sitelib}/%{name}/ %{python3_sitelib}/%{name}-* -%else -%{python_sitelib}/%{name}/ -%{python_sitelib}/%{name}-* -%endif %changelog ++++++ binwalk-2.1.1.tar.gz -> binwalk-2.2.0.tar.gz ++++++ /work/SRC/openSUSE:Leap:15.2/binwalk/binwalk-2.1.1.tar.gz /work/SRC/openSUSE:Leap:15.2/.binwalk.new.2738/binwalk-2.2.0.tar.gz differ: char 13, line 1
