Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-appdirs for openSUSE:Factory 
checked in at 2021-07-10 22:53:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-appdirs (Old)
 and      /work/SRC/openSUSE:Factory/.python-appdirs.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-appdirs"

Sat Jul 10 22:53:37 2021 rev:10 rq:900812 version:1.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-appdirs/python-appdirs.changes    
2020-09-04 11:01:21.798695725 +0200
+++ /work/SRC/openSUSE:Factory/.python-appdirs.new.2625/python-appdirs.changes  
2021-07-10 22:53:43.336119847 +0200
@@ -1,0 +2,5 @@
+Thu Jun 17 17:16:58 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Add Provides: for python*dist(appdirs): work around boo#1186870
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-appdirs.spec ++++++
--- /var/tmp/diff_new_pack.KhfNfp/_old  2021-07-10 22:53:43.756116606 +0200
+++ /var/tmp/diff_new_pack.KhfNfp/_new  2021-07-10 22:53:43.760116575 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-appdirs
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,8 @@
 #
 
 
+# in order to avoid rewriting for subpackage generator
+%define mypython python
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-appdirs
 Version:        1.4.4
@@ -28,6 +30,11 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
+# work around boo#1186870
+Provides:       %{mypython}%{python_version}dist(appdirs) = %{version}
+%if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3"
+Provides:       %{mypython}3dist(appdirs) = %{version}
+%endif
 %python_subpackages
 
 %description

Reply via email to