Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package javapackages-tools for 
openSUSE:Factory checked in at 2022-06-07 11:44:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/javapackages-tools (Old)
 and      /work/SRC/openSUSE:Factory/.javapackages-tools.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "javapackages-tools"

Tue Jun  7 11:44:52 2022 rev:32 rq:980932 version:5.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/javapackages-tools/javapackages-tools.changes    
2022-06-04 23:26:51.820745370 +0200
+++ 
/work/SRC/openSUSE:Factory/.javapackages-tools.new.1548/javapackages-tools.changes
  2022-06-07 11:44:55.731213931 +0200
@@ -1,0 +2,5 @@
+Sun Jun  5 20:04:33 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Fix wrong conditioning of the python-six require.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ javapackages-tools.spec ++++++
--- /var/tmp/diff_new_pack.xDpF5N/_old  2022-06-07 11:44:56.935215573 +0200
+++ /var/tmp/diff_new_pack.xDpF5N/_new  2022-06-07 11:44:56.939215578 +0200
@@ -68,9 +68,10 @@
 BuildRequires:  %{python_module lxml}
 %if 0%{?suse_version} > 1320
 BuildRequires:  %{python_module pytest}
+%else
+BuildRequires:  %{python_module six}
 %endif
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six}
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
 %if 0%{?suse_version} >= 1550
@@ -123,7 +124,7 @@
 Summary:        Module for handling various files for Java packaging
 Group:          Development/Languages/Java
 Requires:       python-lxml
-%if 0%{?suse_version} > 1320
+%if 0%{?suse_version} <= 1320
 Requires:       python-six
 %endif
 
@@ -139,7 +140,7 @@
 Requires:       python3-lxml
 Obsoletes:      python-javapackages < %{version}-%{release}
 Provides:       python-javapackages = %{version}-%{release}
-%if 0%{?suse_version} > 1320
+%if 0%{?suse_version} <= 1320
 Requires:       python3-six
 %endif
 
@@ -167,7 +168,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%if 0%{?suse_version} >= 1320
+%if 0%{?suse_version} > 1320
 %patch6 -p1
 %endif
 

Reply via email to