Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xortool for openSUSE:Factory checked in at 2022-10-12 18:24:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xortool (Old) and /work/SRC/openSUSE:Factory/.xortool.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xortool" Wed Oct 12 18:24:10 2022 rev:4 rq:1009607 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xortool/xortool.changes 2020-08-29 20:37:15.693336859 +0200 +++ /work/SRC/openSUSE:Factory/.xortool.new.2275/xortool.changes 2022-10-12 18:25:37.513804437 +0200 @@ -1,0 +2,8 @@ +Sun Oct 9 16:47:54 UTC 2022 - Andreas Stieger <andreas.stie...@gmx.de> + +- update to 1.0.0: + * support using known plaintext for filtering output + * improved color output + * more options to handle newline and cycle + +------------------------------------------------------------------- Old: ---- xortool-0.99.tar.gz New: ---- xortool-1.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xortool.spec ++++++ --- /var/tmp/diff_new_pack.lS4T41/_old 2022-10-12 18:25:39.493809384 +0200 +++ /var/tmp/diff_new_pack.lS4T41/_new 2022-10-12 18:25:39.501809404 +0200 @@ -1,7 +1,7 @@ # # spec file for package xortool # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,21 @@ # +%define pythons python3 Name: xortool -Version: 0.99 +Version: 1.0.0 Release: 0 Summary: A tool to analyze multi-byte xor cipher License: MIT Group: Productivity/Security URL: https://github.com/hellman/xortool Source: https://github.com/hellman/xortool/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: %{python_module docopt} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry} +BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros -BuildRequires: python3-docopt -BuildRequires: python3-setuptools -BuildRequires: python3-wheel +Requires: %{python_module docopt} BuildArch: noarch %description @@ -36,16 +39,15 @@ * Guess the key (base on knowledge of most frequent char). %prep -%setup -q +%autosetup -p1 %build -%python3_build +%pyproject_wheel %install -%python3_install +%pyproject_install %files -%license LICENSE %doc README.md %{_bindir}/%{name}* %{python3_sitelib}/%{name}/ ++++++ xortool-0.99.tar.gz -> xortool-1.0.0.tar.gz ++++++ ++++ 1635 lines of diff (skipped)