Hello community,

here is the log from the commit of package xortool for openSUSE:Factory checked 
in at 2020-01-07 23:55:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xortool (Old)
 and      /work/SRC/openSUSE:Factory/.xortool.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xortool"

Tue Jan  7 23:55:13 2020 rev:2 rq:761573 version:0.98+git20191025

Changes:
--------
--- /work/SRC/openSUSE:Factory/xortool/xortool.changes  2015-10-02 
09:23:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xortool.new.6675/xortool.changes        
2020-01-07 23:55:41.932104359 +0100
@@ -1,0 +2,9 @@
+Tue Jan  7 12:01:01 UTC 2020 - Alexei Sorokin <sor.ale...@meowr.ru>
+
+- Update to version 0.98+git20191025 (changes since 0.96):
+  * Switch to Python 3.
+  * Fix a frequent char parse error for '00'.
+  * Add target text charset handling.
+  * Add a simple test script.
+
+-------------------------------------------------------------------

Old:
----
  xortool-0.96.tar.gz

New:
----
  _service
  xortool-0.98+git20191025.tar.xz

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

Other differences:
------------------
++++++ xortool.spec ++++++
--- /var/tmp/diff_new_pack.7lok1M/_old  2020-01-07 23:55:44.488105685 +0100
+++ /var/tmp/diff_new_pack.7lok1M/_new  2020-01-07 23:55:44.492105688 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xortool
 #
-# 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,20 +12,21 @@
 # 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:           xortool
-Version:        0.96
+Version:        0.98+git20191025
 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/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+URL:            https://github.com/hellman/xortool
+Source:         %{name}-%{version}.tar.xz
+BuildRequires:  python-rpm-macros
+BuildRequires:  python3-docopt
+BuildRequires:  python3-setuptools
 BuildArch:      noarch
 
 %description
@@ -37,16 +38,16 @@
 %setup -q
 
 %build
-python2 setup.py build
+%python3_build
 
 %install
-python2 setup.py install --root=%{buildroot} --prefix=%{_prefix}
+%python3_install
 
 %files
-%defattr (-,root,root)
-%doc LICENSE README.md
+%license LICENSE
+%doc README.md
 %{_bindir}/%{name}*
-%{python_sitelib}/%{name}/
-%{python_sitelib}/%{name}-*
+%{python3_sitelib}/%{name}/
+%{python3_sitelib}/%{name}-*
 
 %changelog

++++++ _service ++++++
<services>
  <service mode="disabled" name="tar_scm">
    <param name="scm">git</param>
    <param name="url">https://github.com/hellman/xortool.git</param>
    <param name="filename">xortool</param>
    <param name="versionformat">0.98+git%cd</param>
    <param name="revision">8827320d493a381dda46b537ebf330b135a08d66</param>
  </service>
  <service mode="disabled" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="disabled" name="set_version" />
</services>

Reply via email to