Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pybugz for openSUSE:Factory checked 
in at 2021-04-08 21:32:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pybugz (Old)
 and      /work/SRC/openSUSE:Factory/.pybugz.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pybugz"

Thu Apr  8 21:32:46 2021 rev:5 rq:883862 version:0.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/pybugz/pybugz.changes    2017-07-12 
19:35:49.189926308 +0200
+++ /work/SRC/openSUSE:Factory/.pybugz.new.2401/pybugz.changes  2021-04-08 
21:33:02.043864325 +0200
@@ -1,0 +2,5 @@
+Thu Apr  8 13:57:58 UTC 2021 - Mark??ta Machov?? <mmach...@suse.com>
+
+- Spec-cleaner & rewrite broken %ifpython3
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pybugz.spec ++++++
--- /var/tmp/diff_new_pack.Mqb9u0/_old  2021-04-08 21:33:02.459864783 +0200
+++ /var/tmp/diff_new_pack.Mqb9u0/_new  2021-04-08 21:33:02.459864783 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pybugz
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -20,9 +20,9 @@
 Version:        0.13
 Release:        0
 Summary:        Python Bugzilla Interface
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Productivity/Networking/Web/Utilities
-Url:            http://www.liquidx.net/pybugz
+URL:            http://www.liquidx.net/pybugz
 Source0:        
https://github.com/williamh/pybugz/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  %{python_module base}
 BuildRequires:  %{python_module devel}
@@ -31,7 +31,7 @@
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:      noarch
-%ifpython3
+%if "%{python_flavor}" == "python3" || "%{?python_provides}" == "python3"
 Provides:       pybugz = %{version}
 Obsoletes:      pybugz < %{version}
 %endif
@@ -88,14 +88,15 @@
 %{python_uninstall_alternative bugz bugz.1}
 
 %files %{python_files}
-%doc LICENSE README
+%license LICENSE
+%doc README
 %python_alternative %{_bindir}/bugz
 %python_alternative %{_mandir}/man1/bugz.1%{ext_man}
 %{python_sitelib}/*
 
 %files -n %{name}-common
 %dir %{_sysconfdir}/pybugz.d
-%{_mandir}/man5/pybugz.d.5%{ext_man}
+%{_mandir}/man5/pybugz.d.5%{?ext_man}
 %dir %{_datadir}/pybugz.d
 %{_datadir}/pybugz.d/busybox.conf
 %{_datadir}/pybugz.d/default.conf

Reply via email to